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 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

Would you like to post a relpy?


This post is a reply to:
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: (more...)

Follow-ups:
Re: Build Errors: calitko-0.6.1
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 (more...)