[PyKDE] build problems with latest pyqt snapshot

Phil Thompson phil at river-bank.demon.co.uk
Sat Oct 12 14:31:01 BST 2002


On Saturday 12 October 2002 1:21 pm, Diez B. Roggisch wrote:
> 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.

I've never seen anything like this before. Obviously g++ does support 
-fno-exceptions.

Phil




More information about the PyQt mailing list