Re: Build Errors: calitko-0.6.1

Hi Giles,

QTDIR and QMAKESPEC need to be set. Strangely, they are not set on my system but everything still works. Try:

export QTDIR=/usr/lib64/qt4/
export QMAKESPEC=linux-g++-64

I guessed you QMAKESPEC so you might want to use a different one.

Please also give the PATH solution a try! The QMAKESPEC problem could do away.

Regards,

Peter

Would you like to post a relpy?


This post is a reply to:
Re: Build Errors: calitko-0.6.1
> Hi Giles, Hi Peter. Bit of progress. > I downloaded and compiled Qt4.3 and calitko does compile without problems! > Your problem seems to be that your Qt install does not define > >  (more...)

Follow-ups:
Re: Build Errors: calitko-0.6.1
Hello Peter Ok. Still getting problems but better recap on what I am/should be doing. I found /usr/lib64/qt4/bin/qmake so have altered my $PATH so that it picks that one up first. I (more...)