[PyKDE] build problems with latest pyqt snapshot

Diez B. Roggisch deets at web.de
Sat Oct 12 14:22:00 BST 2002


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





More information about the PyQt mailing list