Hi Carsten,

the folder structure should be ok:

I have:
C:\Projekte\C++\boost_1_37_0\

and "boost" inside this folder containing all the boost headers (its the 
  original installation structure). Adding boost to the incdir gives me 
this errors:

Loading initial settings for boost
    BoostBaseDir specified or cached. [C:\Projekte\C++\boost_1_37_0\boost\].
    Searching for correct boost include dir...   not found.
Can not find boost include directory.
Tools\scons-addons\src\SConsAddons\Options\Options.py:73: 
DeprecationWarning: Ba
seException.message has been deprecated as of Python 2.6
   self.message = msg
Option error:  Check required failed: Can not find boost include directory.
Traceback (most recent call last):
   File "C:\Projekte\3D\OpenSG2\SConstruct", line 688, in <module>
     opts.Process(common_env)
   File "Tools\scons-addons\src\SConsAddons\Options\Options.py", line 
767, in Pro
cess
     option.validate(env)          # Validate the settings
   File "Tools\scons-build\OpenSG\AddOnHacks.py", line 236, in BoostValidate
     self.checkRequired("Can not find boost include directory.")
   File "Tools\scons-addons\src\SConsAddons\Options\Options.py", line 
238, in che
ckRequired
     raise OptionError(self,"Check required failed: %s"%msg)
OptionError: Check required failed: Can not find boost include directory.

I get no complaints from my compiler because boost is in my include 
paths :-)

Greets,

Patrik

Carsten Neumann schrieb:
>       Hello Patrik,
> 
> [EMAIL PROTECTED] wrote:
>> Hi Carsten,
>>
>> sorry -same result (see the log)...
> 
> yes, I see now that it already passed the /DBOOST_ALL_DYN_LINK define 
> before the patch, sorry about that.
> What looks strange too me at this point is the include path passed to 
> the compiler /IC:\Projekte\C++\boost_1_37_0 - shouldn't that be 
> C:\Projekte\C++\boost_1_37_0\include ? Or do you have the boost headers 
> actually in that directory ?
> If it passes the wrong directory to the compiler, please try the 
> BoostIncludeDir=C:\Projekte\C++\boost_1_37_0\include option - on the 
> other hand I don't understand why the compiler does not complain about 
> includes that it can not locate?
> 
>       Thanks,
>               Carsten
> 
> 
> -------------------------------------------------------------------------
> 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
> 


-------------------------------------------------------------------------
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

Reply via email to