Peter
Thanks for the prompt response.
> 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.
Yes. Its 4.3. I’ll see if I can regress it.
> 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!
Yes. makefile does execute that.
Qmake version: 1.07a (Qt 3.3.8)
Is that a problem? That qmake is built against Qt 3.3.8.
Have found qmake-qt4 and tried it but still get:-
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
> 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).
Ok. I have re-checked it out before re-trying above.
> Please let me know if some of that helps.
Yes thanks. Warnings gone.
Giles
