configure script & Python 2.3.2

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
boeser.wolff
Hunter
Hunter
Posts: 93
Joined: Tue Jul 29, 2003 8:05 am
Contact:

configure script & Python 2.3.2

Post by boeser.wolff »

when compiling vegastrike I was wondering why my Python version 2.3.2 was not found...
looking into the configure script I found the line:

PYTHON_SHORT="2.2"

uhm, I think that should be removed, because configure will not find any Python >2.2 with this one
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

did that fix it for you

some early versions of python2.3 had some invalid writes to free'd memory--but they fixed that as of recently I think (made it through valgrind)
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Surfdargent
Developer
Developer
Posts: 153
Joined: Wed Jan 22, 2003 4:28 am
Location: Reunion Island
Contact:

Post by Surfdargent »

Sorry I added this line but it could simply be removed. The previous line is the generic one.
I did that because even with python2.2-devel, no python2.3-devel and both python2.2 and 2.3 runtime it will find python2.3 with that test.
boeser.wolff
Hunter
Hunter
Posts: 93
Joined: Tue Jul 29, 2003 8:05 am
Contact:

Post by boeser.wolff »

ok, maybe a "--with-python-version=..." option for confiugre would help both of us here
Post Reply