Hello,

I am having trouble compiling OpenSG 2.0 (rev. 1457). My system:
WinXP, MS VS 2008, Python 2.5.2, Boost 1.35.0

On an MSVS console I called
python Tools\scons-local\scons.py BoostBaseDir=k:/boost/boost_1_35_0 enable_unittest=false type_var=debug MSVS_VERSION=9.0

The result is, that boost libs are not found, but in the log it says that cl is not found (see attached file). I guess, the path variable from the environment is not passed correctly to the part, where the boost libs are tested, or is it something else I have missed?
Did anyone have a similar problem and can help?

Thanks,
Volker

--

-------------------------------------------------------
Volker Settgast
Computer Graphics    tel:      +43 316 873-5406
TU Graz              fax:      +43 316 873-5402
Inffeldgasse 16c     eMail:    [EMAIL PROTECTED]
A-8010 Graz

file Tools\scons-build\OpenSG\AddOnHacks.py,line 319:
        Configure(confdir = .sconf_temp_win32_cl.9.0)
scons: Configure: Checking for C++ library boost_filesystem-vc90-mt-1_35... 
.sconf_temp_win32_cl.9.0\conftest_0.cpp <-
  |
  |
  |#include "boost/filesystem/path.hpp"
  |
  |int
  |main() {
  |  
  |return 0;
  |}
  |
cl /nologo /TP /MD /DBOOST_ALL_DYN_LINK /IK:\boost\boost_1_35_0 /c 
.sconf_temp_win32_cl.9.0\conftest_0.cpp 
/Fo.sconf_temp_win32_cl.9.0\conftest_0.obj
'cl' is not recognized as an internal or external command,
operable program or batch file.
scons: Configure: no


file Tools\scons-build\OpenSG\AddOnHacks.py,line 319:
        Configure(confdir = .sconf_temp_win32_cl.9.0)
scons: Configure: Checking for C++ library boost_filesystem-vc90-1_35... 
.sconf_temp_win32_cl.9.0\conftest_1.cpp <-
  |
  |
  |#include "boost/filesystem/path.hpp"
  |
  |int
  |main() {
  |  
  |return 0;
  |}
  |
cl /nologo /TP /MD /DBOOST_ALL_DYN_LINK /IK:\boost\boost_1_35_0 /c 
.sconf_temp_win32_cl.9.0\conftest_1.cpp 
/Fo.sconf_temp_win32_cl.9.0\conftest_1.obj
'cl' is not recognized as an internal or external command,
operable program or batch file.
scons: Configure: no


file Tools\scons-build\OpenSG\AddOnHacks.py,line 319:
        Configure(confdir = .sconf_temp_win32_cl.9.0)
scons: Configure: Checking for C++ library boost_filesystem-1_35... 
.sconf_temp_win32_cl.9.0\conftest_2.cpp <-
  |
  |
  |#include "boost/filesystem/path.hpp"
  |
  |int
  |main() {
  |  
  |return 0;
  |}
  |
cl /nologo /TP /MD /DBOOST_ALL_DYN_LINK /IK:\boost\boost_1_35_0 /c 
.sconf_temp_win32_cl.9.0\conftest_2.cpp 
/Fo.sconf_temp_win32_cl.9.0\conftest_2.obj
'cl' is not recognized as an internal or external command,
operable program or batch file.
scons: Configure: no


file Tools\scons-build\OpenSG\AddOnHacks.py,line 319:
        Configure(confdir = .sconf_temp_win32_cl.9.0)
scons: Configure: Checking for C++ library boost_filesystem... 
.sconf_temp_win32_cl.9.0\conftest_3.cpp <-
  |
  |
  |#include "boost/filesystem/path.hpp"
  |
  |int
  |main() {
  |  
  |return 0;
  |}
  |
cl /nologo /TP /MD /DBOOST_ALL_DYN_LINK /IK:\boost\boost_1_35_0 /c 
.sconf_temp_win32_cl.9.0\conftest_3.cpp 
/Fo.sconf_temp_win32_cl.9.0\conftest_3.obj
'cl' is not recognized as an internal or external command,
operable program or batch file.
scons: Configure: no


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