Re: [Boost-bugs] [Boost C++ Libraries] #986: Problem building Python modules on boost 1.34.0

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #986: Problem building Python modules on boost 1.34.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-09-18 07:57:41


#986: Problem building Python modules on boost 1.34.0
-----------------------------+----------------------------------------------
  Reporter: CarlosEDP | Owner: grafik
      Type: Bugs | Status: new
 Milestone: Boost 1.34.1 | Component: Python
   Version: release 1.34.0 | Severity: Showstopper
Resolution: | Keywords:
-----------------------------+----------------------------------------------
Comment (by weck <trueweck_at_[hidden]>):

 I encounter such a problem too, by add 'using msvc : 8.0 ;' into user-
 config.jam, the problem can be resolved.
 Replying to [comment:7 Sung-Jin Hong <serialx.net_at_[hidden]>]:
> Here's one of the errors. I've also added 'using python ;' statement to
 the user-config.jam, otherwise it won't even compile.
>
> Using MSVC 8, Windows XP (Korean), Boost 1.34.1
>
> {{{
> msvc.link.dll bin\msvc-8.0\debug\std_pair_ext.pyd
 bin\msvc-8.0\debug\std_pair_ex
> t.lib
> LINK : fatal error LNK1104: 'boost_python-vc80-mt-gd-1_34_1.lib' Cannot
 open file.
>
> call "C:\Program Files\Microsoft Visual Studio
 8\VC\vcvarsall.bat" x86 >
> nul
> link /NOLOGO /INCREMENTAL:NO /DLL /DEBUG /subsystem:console
 /out:"bin\msvc-8.0\d
> ebug\std_pair_ext.pyd" /IMPLIB:"bin\msvc-8.0\debug\std_pair_ext.lib"
 /LIBPATH:"C
> :\Python25\libs" @"bin\msvc-8.0\debug\std_pair_ext.pyd.rsp"
> if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%
> if exist "bin\msvc-8.0\debug\std_pair_ext.pyd.manifest" (
> mt -nologo -manifest
 "bin\msvc-8.0\debug\std_pair_ext.pyd.manifest"
> "-outputresource:bin\msvc-8.0\debug\std_pair_ext.pyd;2"
> )
>
> ...failed msvc.link.dll bin\msvc-8.0\debug\std_pair_ext.pyd
 bin\msvc-8.0\debug\s
> td_pair_ext.lib...
> }}}

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/986#comment:10>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:56 UTC