[C++-sig] Re: Re: Re: Problem with vc++ 7

Mike Rovner mike at bindkey.com
Tue Nov 26 01:42:10 CET 2002


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

> > OK. It works and reveal an error in boost/example/Jamfile (missed
colons).
> There is no such file-----------------^^^^^^^^^^^^^^^^^^^^^

Sorry. libs/python/example/Jamfile

> Did you test the Jamfile in question? Does it work?

You mean my jamfile ? :

subproject libs/python/Tcn ;
SEARCH on python.jam = $(BOOST_BUILD_PATH) ;
include python.jam ;
extension PyTcn
:  # sources
   PyTcn.cpp
:  # dependencies
   <dll>../build/boost_python
   <include>S:/Fix/CoreLibraries/src/EnviLib
   <include>S:/Fix/CoreLibraries/src/Technology
   #<library-file>S:/Fix/CoreLibraries/bin/debug/Technology.lib
  ;

Next complain is:

...found 960 targets...
...updating 3 targets...
vc-Link
..\..\..\libs\python\Tcn\bin\PyTcn.pyd\msvc\debug\runtime-link-dynamic\P
yTcn.pyd
..\..\..\libs\python\Tcn\bin\PyTcn.pyd\msvc\debug\runtime-link-dynamic\
PyTcn.lib
The system cannot find the path specified.
The system cannot find the path specified.

    CALL "C:\Program Files\Microsoft Visual C++\VC98\bin\VCVARS32.BAT" >nul

    "C:\Program Files\Microsoft Visual C++\VC98\bin\link"  /nologo
/INCREMENTAL:
NO  /DEBUG /DLL /subsystem:console
/out:"..\..\..\libs\python\Tcn\bin\PyTcn.py
d\msvc\debug\runtime-link-dynamic\PyTcn.pyd"
/IMPLIB:"..\..\..\libs\python\Tcn\
bin\PyTcn.pyd\msvc\debug\runtime-link-dynamic\PyTcn.lib"
/LIBPATH:"c:\python22\
libs"
@"..\..\..\libs\python\Tcn\bin\PyTcn.pyd\msvc\debug\runtime-link-dynami
c\PyTcn.CMD"

...failed vc-Link
..\..\..\libs\python\Tcn\bin\PyTcn.pyd\msvc\debug\runtime-link
-dynamic\PyTcn.pyd
..\..\..\libs\python\Tcn\bin\PyTcn.pyd\msvc\debug\runtime-lin
k-dynamic\PyTcn.lib...
...skipped
<libs!python!Tcn\PyTcn.pyd\msvc\debug\runtime-link-dynamic>PyTcn.pyd
for lack of
<libs!python!Tcn\PyTcn.pyd\msvc\debug\runtime-link-dynamic>PyTcn.lib
...
...failed updating 1 target...
...skipped 1 target...
...updated 1 target...

The contents of CMD:
"..\..\..\libs\python\Tcn\bin\PyTcn.pyd\msvc\debug\runtime-link-dynamic\PyTc
n.obj"

My next struggle will be to include my libraries in link but seems I'm not
there still.
And as usual in last few days no clue :(

Mike








More information about the Cplusplus-sig mailing list