Dirk, sorry, I was wrong, the compilation had built no lib at the output
directories.. Is there something I missing? I have boost and everything the
building tutorial told me to install. The command:

scons BoostBaseDir="C:\Profilesss...\boost\boost_1_34_0" type=dbg
compiler=msvc80

should solve everything.. but its not working under windows....

I appreciate any help

Thanks


2007/6/28, Pablo Carneiro Elias <[EMAIL PROTECTED]>:

Thanks.. Only type=debug works.

2007/6/28, Dirk Reiners <[EMAIL PROTECTED] >:
>
>
>         Hi Pablo,
>
> Pablo Carneiro Elias wrote:
> > Hi. I'm having linking problems while trying to compile opensg 2.0with
> > scons and VS 2005
> >
> > Here's my scons command:
> >
> > scons BoostBaseDir="XXY\boost\boost_1_34_0" enable_unittests=false
> > type=both compiler=msvc80
> >
> > Here's the link errors:
> >
> > std@@[EMAIL PROTECTED]@2@@1@@Z)
> > OSGConnectionType.obj : error LNK2001: unresolved external symbol
> > __imp___invalid_parameter_noinfo
> > OSGGroupConnection.obj : error LNK2001: unresolved external symbol
> > __imp___invalid_parameter_noinfo
>
> That seems to come from mixing debug compiled objects with a relase lib
> on VC8.
> Can you try running type=debug or type=opt but not both?
>
>         Dirk
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Opensg-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensg-users
>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to