[Dcmlib] Python + autotools
Mathieu Malaterre
mathieu.malaterre at kitware.com
Sun May 2 21:50:02 CEST 2004
Ca commence mal, j'ai voulu tester la compilation gdcm avec les autotools et deja python.m4 ne marche pas avec python 2.3
Je suis sur debian testing, j'ai essayer de changer:
AC_PATH_PROG(PYTHON, python2 python2.1 python2.0 python python1.6 python1.5)
en
AC_PATH_PROG(PYTHON, python2.3 python2 python2.1 python2.0 python python1.6 python1.5)
Mais ca ne fais rien.
Est-ce qu'un 'guru' des scripts m4 peut m'aider ?
Merci
Mathieu
Log:
$ ./configure --enable-python
checking for a BSD-compatible install... /usr/bin/install -c
...
checking for doxygen... false
checking for python2... no
checking if Python version >= 2.0.0... configure: error: too old
$ which python /usr/bin/python
malaterre at smallfry $ which python2.3 /usr/bin/python2.3
More information about the Dcmlib
mailing list