Hi Marcus,
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:
>
> 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?
I believe the message is just bogus; behind the scenes there is probably
some link test happening, to see if a program using the lib can be linked.
> - 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 had a similar problem on linux. As far as I understand it, the auto is
the initial value of some variable and should actually be replaced by
whatever that auto-lookup finds - so this means it failed.
It did somehow help to change line 247 in SConstruct to read
boost_options =
sca_opts.Boost.Boost("boost","1.31.0",libs=['filesystem'],required=True,useVersion=True)
(note the useVersion=True) which made it use the version postfix.
Hope it helps,
Carsten
-------------------------------------------------------------------------
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