[Lunar-commits] r25884 - moonbase/trunk/graphics/openvrml
Dennis Veatch
stumbles at lunar-linux.org
Wed Sep 19 17:36:57 CEST 2007
Author: stumbles
Date: 2007-09-19 17:36:57 +0200 (Wed, 19 Sep 2007)
New Revision: 25884
Added:
moonbase/trunk/graphics/openvrml/BUILD
Modified:
moonbase/trunk/graphics/openvrml/DEPENDS
Log:
Some tweaks here to get this critter to compile. 1st, adding
a missing depends. Trying to go for the minimal gnome related
items for those who don't want all of gnome installed.
The BUILD is needed so openvrml can find boost things. bleh.
The "-gcc41-mt" is the preferred over "-gcc41-mt-d" as the
later contain debugging features, unless you all really want
such things.
Also the CPPFLAGS is needed because openvrml cannot find thread.hpp.
Lastly, this current version does not work with java, so just
say no for now.
Added: moonbase/trunk/graphics/openvrml/BUILD
===================================================================
--- moonbase/trunk/graphics/openvrml/BUILD (rev 0)
+++ moonbase/trunk/graphics/openvrml/BUILD 2007-09-19 15:36:57 UTC (rev 25884)
@@ -0,0 +1,8 @@
+(
+
+ export BOOST_LIB_SUFFIX=-gcc41-mt
+ export CPPFLAGS="$CPPFLAGS -I/usr/include/boost-1_34_1"
+
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/graphics/openvrml/DEPENDS
===================================================================
--- moonbase/trunk/graphics/openvrml/DEPENDS 2007-09-19 12:56:29 UTC (rev 25883)
+++ moonbase/trunk/graphics/openvrml/DEPENDS 2007-09-19 15:36:57 UTC (rev 25884)
@@ -1,7 +1,8 @@
depends libpng
depends jpeg
-depends SDL
+depends SDL
depends boost
+depends libgnomeui
optional_depends "seamonkey" "" "--disable-mozilla-plugin" \
"to build the mozilla VRML plugin"
More information about the Lunar-commits
mailing list