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 co-qmake.pro -o Makefile
is wrong! If the makefile executes that, it means that the version of qmake you are using has a bug! That is how 3rdParty looks like:
TEMPLATE = subdirs
SUBDIRS = cppunit co-qmake moc #zlib
co-qmake.subdir = qmake
I’ve named the subdirs target co-qmake because normally a qmake target is generated by default in the Makefile too and there would be a conflict. A correctly working qmake should cd to the subdir qmake.
As about the warnings, 3rdParty/moc/moc.pro contains qdatetime_p.h MockGenerator.h in HEADERS and they should be removed (I’ve just fixed this in the main calitko branch).
Please let me know if some of that helps.
Best regards,
Peter
