On Tuesday 19 November 2002 10:18 pm, Carlos Moreira wrote: > > python build.py -g /usr/bin/make -l qt > > make: Nothing to be done for `qttest.pro'. > An internal error occured. Please report all the > output from the program, > including the following traceback, to > [EMAIL PROTECTED]
On second thoughts -g isn't broken. -g is used to specify the name of the Makefile generator (ie. tmake or qmake). If you want to specify an non-standard make executable then use -m. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
