Python with debian?

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
pontiac
Elite
Elite
Posts: 1454
Joined: Sun Jan 12, 2003 6:24 pm
Location: Far out in the uncharted backwaters of the unfashionable end of the western spiral arm of the Galaxy
Contact:

Python with debian?

Post by pontiac »

Just tried to compile the cvs under debian (knoppix) and configure just giv me this message:

Code: Select all

checking for python... configure: error: *** Python version 2.2 or later not found!
I have installed Python 2.2.3.
So i looked in configure.in and found this:

Code: Select all

dnl check for Python
dnl
dnl for now support automake versions < 1.5 for 2 reasons:
dnl  - it is not available on some distros (SuSE, RedHat, ...)
dnl  - it can not find python 2.2 in many other cases (debian, ...)
How can i tell configure to use python?

Thanks in advance
Pontiac
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

paste your config.log

that error just says that there was an error
we can't know the real cause until we see config.log
(as in the title of the forum ;-) ;-) )
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

I think you need to install python-dev package perhaps

type

ls /usr/include/python*
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
pontiac
Elite
Elite
Posts: 1454
Joined: Sun Jan 12, 2003 6:24 pm
Location: Far out in the uncharted backwaters of the unfashionable end of the western spiral arm of the Galaxy
Contact:

Post by pontiac »

hellcatv wrote:I think you need to install python-dev package perhaps
Maaaaaany thanks, that was my fault.
Should have thought of this ...silly me :roll: :D

Pontiac
Post Reply