[C++-sig] [newbie] Failing to test boost.python under cygwin

Gilles Orazi gilles.orazi at varianinc.com
Fri May 30 11:05:33 CEST 2003


Hello,

 

I am trying to build the Boost.Python examples under cygwin and faces
some problems. 

I set the environement variables like that (taken from a post in the
archives) :

 

export PYTHON='E:\cygwin\bin\python.exe'

export PYTHON_ROOT='E:\cygwin\lib\python2.2'

export PYTHON_VERSION='2.2'

export PYTHON_INCLUDES='E:\cygwin\usr\include\python2.2'

export PYTHON_LIB_PATH='E:\cygwin\lib\python2.2\config'

export PYTHON_STDLIB_PATH='E:\cygwin\lib\python2.2'

export GCC_PYTHON_ROOT='E:\cygwin\usr'

 

This is what I get :

 

$ bjam -sTOOLS=gcc test

don't know how to make <libs!python!example>test_getting_started1.py

don't know how to make E:\cygwin\bin\python.exe

don't know how to make <libs!python!example>test_getting_started2.py

...found 1922 targets...

...can't find 3 targets...

...can't make 2 targets...

...skipped
<libs!python!example/test1.test/gcc/debug/runtime-link-dynamic>test1.

test for lack of <libs!python!example>test_getting_started1.py...

...skipped
<libs!python!example/test2.test/gcc/debug/runtime-link-dynamic>test2.

test for lack of <libs!python!example>test_getting_started2.py...

...skipped 2 targets...

 

What's going wrong here ?

 

Thanks by advance for your help.

---

Gilles

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20030530/890ed18d/attachment.htm>


More information about the Cplusplus-sig mailing list