Build Errors: calitko-0.6.1

Hi

I have downloaded the latest source tree calitko-0.6.1 and attempted a build with qmake && make but got some errors:-

cd co-qmake && qmake co-qmake.pro -o Makefile
Error processing project file: /home/gander/PROJ/calitko-0.6.1/3rdParty/co-qmake/co-qmake.pro
make[1]: *** [co-qmake/Makefile] Error 2
cd moc && qmake moc.pro -o Makefile
WARNING: Failure to find: qdatetime_p.h
WARNING: Failure to find: MockGenerator.h
There isn’t anything in the 3rdParty/co-qmake directory in this or the 0.6.0 tree either.
Giles

Would you like to post a relpy?


This post starts a thread.
Follow-ups:
Re: Build Errors: calitko-0.6.1
Hi Giles, Which version of Qt are you using? If you have Qt4.3 there might be problems with compiling 3rdParty/moc and 3rdParty/qmake. Using Qt4.2.3 it should surely compile. cd co-qmake && qmake (more...)