[C++-sig] V2 jam problem

Peter Bienstman Peter.Bienstman at rug.ac.be
Fri Apr 12 00:54:39 CEST 2002


I updated from CVS and tried

set INTEL_LICENSE_FILE=C:\Progra~1\Intel\Licenses
set INTEL_PATH=C:\Progra~1\Intel\Compiler60\IA32
set INTEL_BASE_MSVC_TOOLSET=vc7
set VC7_ROOT=C:\Progra~1\Micros~1.NET\Vc7

jam -d+2 -sTOOLS="intel-win32" -sBUILD=debug
-sBOOST_ROOT=D:\boost_cvs\boost\ -sPYTHON_VERSION=2.2
-sPYTHON_ROOT=C:\progra~1\python22

This time, I get:

    "C:\Progra~1\Intel\Compiler60\IA32/bin/icl"  /Zm400 -nologo -GX -c
-DBOOST_PYTHON_DYNAMIC_LIB -DBOOST_PYTHON_V2 -DBOOST_PYTHON_SOURCE  /Z7
/Od /Ob0 /GX /GR /MDd   -I"..\..\libs\python" -I"." -I"D:\boost_cvs\boost"
-I"C:\progra~1\python22\include" -I"C:\progra~1\python22\PC"
-I"C:\Program\include" -I"Files\Microsoft\include" -I"Visual\include"
-I"Studio\include" -I".NET\VC7\include" -I"../include"
-Fo"..\..\libs\python\bin\bpl.dll\intel-win32\debug\runtime-link-dynamic\from_python.obj"
-Tp"src/converter\from_python.cpp"

The input line is too long



Closer, but not quite there yet. Note how it's having trouble with the
spaces in the path to the VC headers.

Peter

On Thu, 11 Apr 2002, David Abrahams wrote:

> Pleae update tools/build/python.jam and try again.
>
> I am doing the following to configure my intel compiler running atop
> vc7:
>
> set INTEL_LICENSE_FILE=c:\tools\Intel\Licenses
> set INTEL_PATH=c:\tools\Intel\Compiler60\ia32
> set INTEL_BASE_MSVC_TOOLSET=vc7
> set VC7_ROOT=c:\tools\vc7
>
> HTH,
> Dave
>
> ----- Original Message -----
> From: "Peter Bienstman" <Peter.Bienstman at rug.ac.be>
> To: <c++-sig at python.org>
> Sent: Thursday, April 11, 2002 8:52 AM
> Subject: [C++-sig] V2 jam problem
>
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> OK, this should be really easy:
>
> I'm trying to build V2 BPL under Windows using Intel beta 6 on top of VS
> .NET
> with Python 2.2 from ActiveState
>
> This is my jam command:
>
> jam -d+2 -sTOOLS="intel-win32" -sBUILD=debug -sBOOST_ROOT=d:/boost_cvs/b
> oost/
> - -sPYTHON_VERSION=2.2 -sPYTHON_ROOT=c:/progra~1/python22
>
> Which fail like this
>
> D:\boost_cvs\boost\libs\python>jam -d+2 -sTOOLS="intel-win32" -sBUILD=de
> bug
> - -sBOOST_ROOT=d:/boost_cvs/boost/ -sPYTHON_VERSION=2.2
> - -sPYTHON_ROOT=c:/progra~1/python22
> don't know how to make <python-library@>python22.lib
>
>
>      /Zm400 -nologo -GX -c  -DBOOST_PYTHON_DYNAMIC_LIB -DBOOST_PYTHON_V2
> - -DBOOST
> _PYTHON_SOURCE  /Z7 /Od /Ob0 /GX /GR /MDd   -I"..\..\libs\python" -I"."
> - -I"d:\bo
> ost_cvs\boost" -I"c:\progra~1\python22\include" -I"c:\progra~1\python22\
> PC"
> - -I"
> C:\Program\include" -I"Files\Microsoft\include" -I"Visual\include"
> - -I"Studio\inc
> lude" -I".NET\VC7\include" -I"../include"
> - -Fo"..\..\libs\python\bin\bpl.dll\in
> tel-win32\debug\runtime-link-dynamic\from_python.obj"
> - -Tp"src/converter\from_py
> thon.cpp"
>
> ...
>
> Because /Zm100 is of course not a valid executable name.
>
> Any idea?
>
> Thanks,
>
> Peter
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE8tZU/4dgPAIjyquoRAlDHAKDewnFBS7bXP3mHYeQwTNN4pXIK9gCg+1/+
> a5+RafUgAVo5JQDJFQ7YCfM=
> =CBqn
> -----END PGP SIGNATURE-----
>
>
>
> _______________________________________________
> C++-sig mailing list
> C++-sig at python.org
> http://mail.python.org/mailman/listinfo/c++-sig
>
>
>
> _______________________________________________
> C++-sig mailing list
> C++-sig at python.org
> http://mail.python.org/mailman/listinfo/c++-sig
>






More information about the Cplusplus-sig mailing list