Compiling 0.5.4
I'm still a newbie to linux, so I don't really know what this means, but..
When I type ./configure everything seems to go ok, but then it says this:
Qt's moc not found! If you have installed Qt in an unusual place, please use the "--with-qt-moc=" option"
So then I try this:
./configure --with-qt-moc=
and it gives me the same error. Also, I know that it didnt work because make install and make check both say this:
make: *** No rule to make target `install'. Stop.
any ideas?
|