logo       

[newbie] Failing to test boost.python under cygwin: msg#00352

python.c++

Subject: [newbie] Failing to test boost.python under cygwin

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

 

 

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise