Hi, On Wed, 2008-08-27 at 11:59 +0200, Lorenzo Cesario wrote: > Hi, > errors about OSGGLDefineMapper_auto.cpp are resolved. > Now....if i try to build without any option of var_type building i have > these errors (and there are the same errors > obtained if i use this command line > python Tools\scons-local\scons.py > BoostBaseDir=C:\Programmi\boost\boost_1_33_1 enable_unittest=false > type_var=hybrid MSVS_VERSION=8.0): > > Then, i tried to compile in debug and optimized but there are these > compiling errors (console output refers to debug compilation): > > //******************** > OSGReferenceCountTest.cpp > Source\System\FieldContainer\Base\OSGReferenceCountTest.cpp(60) : error > C2143: s > yntax error : missing ';' before 'constant' > Source\System\FieldContainer\Base\OSGReferenceCountTest.cpp(60) : error > C2064: t > erm does not evaluate to a function taking 1 arguments > Source\System\FieldContainer\Base\OSGReferenceCountTest.cpp(65) : error > C2228: l > eft of '.get' must have class/struct/union > type is 'int'
sorry did not see the second half during my first reply. Are these build with enable_unittests=false ? If not either try adding this option or update, I just fixed the problem. But one of the tests fails during execution for me, so best is disable the unittests for now. kind regards gerrit ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
