Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

3D Space Navigator Support?

Nexus Chemistry
Registered User
Join date: 6 Jun 2008
Posts: 14
01-13-2009 14:57
Using cmake 2.4.8, here's the new error

From: someone

Linking CXX static library libllui.a
cd /home/acidicchip/bin/sl/trunk/indra/viewer-linux-i686-relwithdebinfo/llui && /usr/bin/cmake -P CMakeFiles/llui.dir/cmake_clean_target.cmake
cd /home/acidicchip/bin/sl/trunk/indra/viewer-linux-i686-relwithdebinfo/llui && /usr/bin/cmake -E cmake_link_script CMakeFiles/llui.dir/link.txt --verbose=1
/usr/bin/ar cr libllui.a "CMakeFiles/llui.dir/llalertdialog.o" "CMakeFiles/llui.dir/llbutton.o" "CMakeFiles/llui.dir/llcheckboxctrl.o" "CMakeFiles/llui.dir/llclipboard.o" "CMakeFiles/llui.dir/llcombobox.o" "CMakeFiles/llui.dir/llctrlselectioninterface.o" "CMakeFiles/llui.dir/lldraghandle.o" "CMakeFiles/llui.dir/lleditmenuhandler.o" "CMakeFiles/llui.dir/llfloater.o" "CMakeFiles/llui.dir/llfocusmgr.o" "CMakeFiles/llui.dir/llfunctorregistry.o" "CMakeFiles/llui.dir/lliconctrl.o" "CMakeFiles/llui.dir/llkeywords.o" "CMakeFiles/llui.dir/lllineeditor.o" "CMakeFiles/llui.dir/llmenugl.o" "CMakeFiles/llui.dir/llmodaldialog.o" "CMakeFiles/llui.dir/llmultislider.o" "CMakeFiles/llui.dir/llmultisliderctrl.o" "CMakeFiles/llui.dir/llnotifications.o" "CMakeFiles/llui.dir/llpanel.o" "CMakeFiles/llui.dir/llprogressbar.o" "CMakeFiles/llui.dir/llradiogroup.o" "CMakeFiles/llui.dir/llresizebar.o" "CMakeFiles/llui.dir/llresizehandle.o" "CMakeFiles/llui.dir/llresmgr.o" "CMakeFiles/llui.dir/llrootview.o" "CMakeFiles/llui.dir/llscrollbar.o" "CMakeFiles/llui.dir/llscrollcontainer.o" "CMakeFiles/llui.dir/llscrollingpanellist.o" "CMakeFiles/llui.dir/llscrolllistctrl.o" "CMakeFiles/llui.dir/llslider.o" "CMakeFiles/llui.dir/llsliderctrl.o" "CMakeFiles/llui.dir/llspinctrl.o" "CMakeFiles/llui.dir/llstyle.o" "CMakeFiles/llui.dir/lltabcontainer.o" "CMakeFiles/llui.dir/lltabcontainervertical.o" "CMakeFiles/llui.dir/lltextbox.o" "CMakeFiles/llui.dir/lltexteditor.o" "CMakeFiles/llui.dir/llui.o" "CMakeFiles/llui.dir/lluictrl.o" "CMakeFiles/llui.dir/lluictrlfactory.o" "CMakeFiles/llui.dir/lluistring.o" "CMakeFiles/llui.dir/llundo.o" "CMakeFiles/llui.dir/llviewborder.o" "CMakeFiles/llui.dir/llview.o" "CMakeFiles/llui.dir/llviewquery.o"
/usr/bin/ranlib libllui.a
make[2]: Leaving directory `/home/acidicchip/bin/sl/trunk/indra/viewer-linux-i686-relwithdebinfo'
/usr/bin/cmake -E cmake_progress_report /home/acidicchip/bin/sl/trunk/indra/viewer-linux-i686-relwithdebinfo/CMakeFiles 38 39 40 41 42 43 44
[ 44%] Built target llui
make[1]: Leaving directory `/home/acidicchip/bin/sl/trunk/indra/viewer-linux-i686-relwithdebinfo'
make: *** [all] Error 2
make: Leaving directory `/home/acidicchip/bin/sl/trunk/indra/viewer-linux-i686-relwithdebinfo'
Error: the command 'make' exited with status 2
acidicchip@acidicmobile:~/bin/sl/trunk/indra$ cmake --version
cmake version 2.4-patch 8
acidicchip@acidicmobile:~/bin/sl/trunk/indra$


I'm about to just give up already.
Nexus Chemistry
Registered User
Join date: 6 Jun 2008
Posts: 14
01-13-2009 15:43
Even with cmake 2.4.8 ...

From: someone

make[2]: Leaving directory `/home/acidicchip/bin/sl/trunk/indra/viewer-linux-i686-relwithdebinfo'
/usr/bin/cmake -E cmake_progress_report /home/acidicchip/bin/sl/trunk/indra/viewer-linux-i686-relwithdebinfo/CMakeFiles 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
[ 99%] Built target secondlife-bin
make[1]: Leaving directory `/home/acidicchip/bin/sl/trunk/indra/viewer-linux-i686-relwithdebinfo'
make: *** [all] Error 2
make: Leaving directory `/home/acidicchip/bin/sl/trunk/indra/viewer-linux-i686-relwithdebinfo'
Error: the command 'make' exited with status 2
acidicchip@acidicmobile:~/bin/sl/trunk/indra$ cmake --version
cmake version 2.4-patch 8
acidicchip@acidicmobile:~/bin/sl/trunk/indra$


This is so frustrating... :(
Armin Weatherwax
Registered User
Join date: 4 Jan 2008
Posts: 71
01-14-2009 08:58
does
find ./ -name "*" -exec grep -il "lndofdev" {} \;
and remove the first "-lndofdev from that file (using an editor) and running make again help?
ParaSelf Hax
Registered User
Join date: 3 Aug 2007
Posts: 2
03-19-2009 21:03
Is http://www.aaue.dk/~janoc/index.php?n=Personal.3DConnexionSpaceNavigatorSupport#secondlife the only known way to do this, or is there anything easier by now?
Armin Weatherwax
Registered User
Join date: 4 Jan 2008
Posts: 71
03-20-2009 01:13
From: ParaSelf Hax
Is http://www.aaue.dk/~janoc/index.php?n=Personal.3DConnexionSpaceNavigatorSupport#secondlife the only known way to do this, or is there anything easier by now?


if you are ok with using a 3rd party viewer then the current RC of imprudence has it build in ( http://imprudenceviewer.org/ ).

Remember not to use the driver that is deliverd by 3DConnexion, to have your udev rules set up (eg like described at the webpage you mention), to have the device already plugged in when starting the viewer and to activate it in preferences-input&camera-joystick setup.

:)
_____________________
If you mean what you say then you have good reasons to add to your google searches: -"did you mean"
ParaSelf Hax
Registered User
Join date: 3 Aug 2007
Posts: 2
03-20-2009 04:48
From: Armin Weatherwax
if you are ok with using a 3rd party viewer then the current RC of imprudence has it build in ( http://imprudenceviewer.org/ ).

Remember not to use the driver that is deliverd by 3DConnexion, to have your udev rules set up (eg like described at the webpage you mention), to have the device already plugged in when starting the viewer and to activate it in preferences-input&camera-joystick setup.

:)


Does that viewer also support the voice? I'm using the SLim viewer, because it finally supports voice on pulse audio (ubuntu).
Opensource Obscure
Hide UI
Join date: 5 Jun 2008
Posts: 115
03-20-2009 05:54
'render-pipeline' branch has both Shadows
  • and native Spacenavigator support.

    No need to tweak or patch anything to have Spacenavigator working out of the box (well, you still have to set up udev rules as mentioned above in this thread).

    I don't know if and how Voice works on this branch, though. The viewer I could build from this code seems to be stable enough - I'm using it as my default client these days.



  • Please place here your comments about SHADOWS ON LINUX:
    http://forums.secondlife.com/showthread.php?p=2362054
  • Armin Weatherwax
    Registered User
    Join date: 4 Jan 2008
    Posts: 71
    03-20-2009 07:32
    From: ParaSelf Hax
    Does that viewer also support the voice? I'm using the SLim viewer, because it finally supports voice on pulse audio (ubuntu).

    well, of course it comes without voice. You can try and copy the voice related files from the LL 1.21.6 viewer accordingly to imprudence ( that is pathtoyour/secondlife/bin/SLVoice and any file from pathtoyour/secondlife/lib/ that is not already at pathtoyour/imprudence/lib/ ). This will not work with the files from the firstlook viewer or 1.22.11.

    :)
    _____________________
    If you mean what you say then you have good reasons to add to your google searches: -"did you mean"
    1 2