I'm having a frustrating time trying to build this. Your
instructions say to simply run qmake genpo.pro, but genpo.pro
doesn't exist. If I try 'qmake -project genpo.pro', it creates a
file genpo-0.4.pro. If I then do 'qmake genpo-0.4.pro' it creates a
makefile; ditto if I just run qmake. If I then do 'make' it gives
me an enormous number of error msgs, so ok I set QTDIR and rerun.
This creates the 1st 5 o files, but then fails
default argument given for parameter 4 of
`PassingButton::PassingButton(void*, const QString&, QWidget*,
const char* = 0)'
src/passingButton.h:28: after previous specification in
`PassingButton::PassingButton(void*, const QString&, QWidget*,
const char* = 0)'
make: *** [passingButton.o] Error 1
I'm using Mandrake 9.1, so qt 3.1.1
|