Re: Build Errors: calitko-0.6.1

Hi Giles,

It’ll be nice if you could try to build with Qt4.3. The possible problem is that 3rdParty/qmake and 3rdParty/moc which are patched versions from Qt 4.2 might not compile but they might just as well do.

The problem is that you have both Qt3 and Qt4 installed in parallel. The first time you run

qmake-qt4 && make

only Makefile is created - that is the “parent” project which will then qmake && make the sub-projects. The problems is that Makefile do not use qmake-qt4. One option is to change you symlink in /usr/bin another option is to patch all calitko.pro and the pro files in 3rdParty and its subdirs adding the following line:

QMAKE_QMAKE = qmake-qt4

Then just in case remove all Makefiles (also in 3rdParty) and try qmake-qt4 && make again.

Hope that helps!

Regards,

Peter

Would you like to post a relpy?


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

Follow-ups:
Re: Build Errors: calitko-0.6.1
> It’ll be nice if you could try to build with Qt4.3. Sure. > One option is to change you symlink in /usr/bin Not too keen on doing that. The list of (more...)