Mario Valle wrote:
16) to build the Producer Trackball example modify the GNUMakefile as:

LIBS = \
-L$(OSG_LIB_DIR) -losgProducer -losgDB -losgGA -losgText -losgUtil -losg \
   -lProducer -lOpenThreads

INC      += -I$(OSG_INC_DIR)
The problem is that OpenThreads and Producer put the libraries under lib/MINGW32 instead OpenSceneGraph under
lib/MINGW
So in the point 6 of the cookbook the correct line is:
export OSG_LIB_DIR=$OSG_ROOT/OpenSceneGraph/lib/MINGW
Also the bin subdiectory is MINGW instead of MINGW32

Could the naming made uniform with the other two modules for 1.2 ?
Thanks!
               mario



--
Ing. Mario Valle
Visualization Group                              | http://www.cscs.ch/~mvalle
Swiss National Supercomputing Centre (CSCS)      | Tel:  +41 (91) 610.82.60
v. Cantonale Galleria 2, 6928 Manno, Switzerland | Fax:  +41 (91) 610.82.82

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to