[C++-sig] Re: Re: Re: "unknown dependent target" error

Mike Rovner mike at bindkey.com
Sun Jan 26 19:16:27 CET 2003


"David Abrahams" <dave at boost-consulting.com> wrote in message
news:uy957om1h.fsf at boost-consulting.com...

> What's the value of BOOST_ROOT?

File boost-build.jam has:
BOOST_ROOT = s:/boost ;
boost-build s:/boost/tools/build ;

Generated ext.CMD:
"bin\ext.pyd\vc7\debug\runtime-link-dynamic\ext.obj"
"C:\Python22\libs"

Last line is aparently incorrect, it shall be
"C:\Python22\libs\Python22.lib"

If I manualy change it, all is fine.
Unfortunately bjam doesn't check validity of ENV variables.
The error in very begining of the thread was due to ugly mix of old ENV.

Now I cleared that (my) mess a little bit:
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\mike\Application Data
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=MIKE
ComSpec=C:\WIN\system32\cmd.exe
FARLANG=English
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\mike
INCLUDE=C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\include\
LIB=C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Lib\
LOGONSERVER=\\MIKE
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\Tcl\bin;C:\Python22;C:\WIN\system32;C:\WIN;C:\WIN\System32\Wbem;c:\b
in;C:\PROGRA~1
\ATT\Graphviz\bin;C:\PROGRA~1\ATT\Graphviz\bin\tools;C:\Program
Files\Rational\common;C:\q
t\bin;C:\Program Files\Far
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.py;.pyc;.pyo;.pyw;
.pys;.tcl
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 8 Stepping 1, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0801
ProgramFiles=C:\Program Files
PROMPT=$P$G
PYTHON_INCLUDE=C:\Python22\include
PYTHON_ROOT=c:\Python22
QTDIR=C:\qt
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WIN
TEMP=C:\DOCUME~1\mike\LOCALS~1\Temp
TMAKEPATH=C:\qt\tmake\lib\win32-msvc
TMP=C:\DOCUME~1\mike\LOCALS~1\Temp
USERDOMAIN=MIKE
USERNAME=mike
USERPROFILE=C:\Documents and Settings\mike
VSCOMNTOOLS="C:\Program Files\Microsoft Visual Studio .NET\Common7\Tools\"







More information about the Cplusplus-sig mailing list