Hi, I tried to build pyqt on my debian system. Qt is version 3.0.5, the build command looks like this:
python2.2 build.py -c -i /usr/include/qt -l qt-mt The gcc has version 2.95. The build process stops with ****************************************************************************** Checking to see if the C++ compiler supports -fno-exceptions. ****************************************************************************** make: *** Keine Regel vorhanden, um das Target �/usr/mkspecs/linux-g++/qmake.conf�, ben�tigt von �Makefile�, zu erstellen. Schluss. ****************************************************************************** The C++ compiler doesn't support -fno-exceptions. ****************************************************************************** make: *** Keine Regel vorhanden, um das Target �/usr/mkspecs/linux-g++/qmake.conf�, ben�tigt von �Makefile�, zu erstellen. Schluss. ****************************************************************************** Error: /usr/bin/make failed with an exit code of 2. ****************************************************************************** "Keine Regel, um das" is german for "no rule to make". Any suggestions? qmake itself is installed. Diez _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
