On Sunday 16 September 2007, Nicolas Girard wrote: > Hi, > when running > python configure.py > from the latest PyQt4 snapshot, I got the following error message: > Error: Failed to create ./qtdirs using platform linux-g++. Make sure your > compiler is installed correctly and you have a working make on your PATH. > > About my current installation: > $ g++ --version|head -1 > g++ (GCC) 4.2.1 20070828 (prerelease) (4.2.1-6mdv2008.0) > > $ rpm -qf `which make` > make-3.81-2mdv2008.0 > > Any ideas ?
Run it with the -w flag. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
