[Psi-Devel] Psi 0.13-rc2

Justin Karneges justin-psi2 at affinix.com
Tue Jul 7 10:20:25 PDT 2009


On Tuesday 07 July 2009 10:01:35 Maxime Chéramy wrote:
> The --qtdir= param (for the configure) is not used in third-party/qca.
> I had to add this symlink : /usr/include/qt4 ->
> /usr/local/Trolltech/Qt-4.5.2/include/

Ah, I've seen this bug before but I have no idea what causes it..

The various qt paths are known by qmake.  So, from anywhere on your computer, 
if you run a qmake (for example, /usr/local/Trolltech/Qt-4.5.2/bin/qmake), 
then the generated makefiles should be all set up to use resources relative 
to qmake's location (for example, /usr/local/Trolltech/Qt-4.5.2).

Try removing the symlink, go into third-party/qca, and run:
  make clean
  /usr/local/Trolltech/Qt-4.5.2/bin/qmake
  make

Does this work at least?

-Justin


More information about the Psi-Devel mailing list