[Orxonox-commit 5330] r9993 - code/branches/tutorial4/cmake

smerkli at orxonox.net smerkli at orxonox.net
Thu Mar 6 10:19:17 CET 2014


Author: smerkli
Date: 2014-03-06 10:19:17 +0100 (Thu, 06 Mar 2014)
New Revision: 9993

Modified:
   code/branches/tutorial4/cmake/LibraryConfigTardis.cmake
Log:
Backported a library fix I did in the trunk a while ago
so the tutorial works on the new tardis boxes too.


Modified: code/branches/tutorial4/cmake/LibraryConfigTardis.cmake
===================================================================
--- code/branches/tutorial4/cmake/LibraryConfigTardis.cmake	2014-02-01 17:01:47 UTC (rev 9992)
+++ code/branches/tutorial4/cmake/LibraryConfigTardis.cmake	2014-03-06 09:19:17 UTC (rev 9993)
@@ -69,6 +69,9 @@
   LIST(APPEND CMAKE_INCLUDE_PATH "/usr/pack/ogre-1.6.1-sd")
   LIST(APPEND CMAKE_LIBRARY_PATH "/usr/pack/ogre-1.6.1-sd/amd64-debian-linux5.0")
 
+  #Solution to the problem that on the new tardis machines, we needed to run Orxonox with the command
+  # bash && LD_LIBRARY_PATH=/usr/pack/libcg-1.5-sd/amd64-debian-linux3.1/lib/ ./run
+  link_directories(/usr/pack/libcg-1.5-sd/amd64-debian-linux3.1/lib/)
   #SET(ENV{CEGUIDIR}    "/usr/pack/cegui-0.6.2-sd;/usr/pack/cegui-0.6.2-sd/i686-debian-linux5.0")
   #SET(ENV{ENETDIR}     "/usr/pack/enet-1.2-sd;/usr/pack/enet-1.2-sd/i686-debian-linux4.0")
   #SET(ENV{ALUTDIR}     "/usr/pack/openal-0.0.8-cl;/usr/pack/openal-0.0.8-cl/i686-debian-linux3.1")




More information about the Orxonox-commit mailing list