In my distro, the portuguese Caixa Mágica, i only had Python 2.3 and scons configure would complaint that it needs python 2.4. So, i downloaded the most recent Python, 2.5, and ./configured it, maked it and make installed it. scons configure still complained about python 2.4.
Will it be something wrong with the instalation of python or does the configure script checks only for python 2.4 exclusively?
2- I tried to compile Spring i got from svn/trunk
scons configure is complaining me that it doesn't finds zlib
Code: Select all
Checking header files
Checking for C header file zlib.h... no
Zlib headers are required for this program
Anyone has any idea why it isn't finding it?