Marcus Lindblom wrote: >Hi, > >I managed to build 1.8 with scons/vs8 without a hitch. Very nice work! > >I'm also tryingto build 2.0 with vs8 as well (I only have vs8 at home at >the moment). Is it supported yet? This is what I get in the end: > > I don't know of anyone that has built it on vs8 yet, so I would say it is unsupported. I should have more time the week after next to look into this.
>c:\dev\opensg\svn_trunk\build.win32.8.0\instlinks\include\opensg\OSGFieldForwards.h(45) > >: fatal error C1083: Cannot open include file: 'boost/function.hpp': No >such file or directory >scons: *** >build.win32.8.0\type-optimized--arch-default\Source\Base\Field\OSGTypeInst.obj] > >Error 2 >scons: building terminated because of errors. > >I've pasted the top lines of the build file below. (it seems to find boost?) > >I'm a bit confused by some things though: > - 'checking for main()' doesn't really make sense in libs? > > It is trying to link against the library. This is just the standard output from that config test in scons. > - where does the 'auto' text the boost-fs reference come from? I would >expect it to be 'vc80'. Also, no 1_33_1 postfix, but maybe that doesn't >matter? Perhaps the text doesn't bear any relation to the lib? > > I will need to take a look into this part. I think it means that it is auto-detecting the toolset, but I could be wrong. -Allen >Just poking around. :) > >Cheers, >/Marcus > >C:\Dev\OpenSG\svn_trunk>scons "BoostBaseDir=c:\program >files\boost\boost_1_33_1" enable_unittests=false > >scons: Reading SConscript files ... >------------------------------------------------- >WARNING: The build is currently in development. > - It needs the svn version of scons-addons >WARNING: >Building OpenSG 2.0.0-pre1 >Valid archs: ['default'] >Updating boost >Loading initial settings for boost > BoostBaseDir specified or cached. [c:\program files\boost\boost_1_33_1]. > Boost, autofinding toolset... toolset: [auto] > Searching for correct boost include dir... found: c:\program >files\boost\boost_1_33_1 > boost header path: c:\program files\boost\boost_1_33_1 > boost version: 1.33.1 >Checking for main() in C++ library boost_filesystem-auto-mt... no >Can't compile test program: lib: filesystem full_lib: >boost_filesystem-auto-mt header:boost/filesystem/path.hpp >Checking for: glut >Checking for main() in C++ library glut32... no >Validation failed for option: glut >Checking for: jpeg >Checking for main() in C++ library jpeg... no >Validation failed for option: jpeg >Checking for: tiff >Checking for main() in C++ library tif32... no >Validation failed for option: tiff >Checking for: png >Checking for main() in C++ library png... no >Validation failed for option: png >Checking for: zlib >Checking for main() in C++ library z... (cached) no >Validation failed for option: zlib >Found MSVS. using version: 8.0 > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Opensg-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/opensg-users > > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
