[Qt-interest] unbale to build Qt4.5.0 out of source

Mathieu MARACHE mathieu.marache at gmail.com
Thu Mar 5 11:15:57 CET 2009


Hi,

I'm trying to build Qt4.5.0 under linux.
I downloaded the qt-all-opensource-src-4.5.0.tar.gz and untarred it to
/home/marache/Projects/qt4

created a build directory inside it
$ cd /home/marache/Projects/qt4/build
$ ../configure

[...]
In file included from
/home/marache/Projects/qt4/src/corelib/tools/qstring.cpp:62:
/home/marache/Projects/qt4/build/include/QtCore/private/qfunctions_p.h:1:60:
error: ../../../../../src/corelib/kernel/qfunctions_p.h: No such file
or directory
make: *** [qstring.o] Error 1

seems that the syncqt is adding one too many ../

$ cat bin/syncqt
#!/bin/sh
QTDIR="/home/marache/Projects/qt4"; export QTDIR
perl "/home/marache/Projects/qt4/bin/syncqt" -outdir
"/home/marache/Projects/qt4/build"

Am I doing something wrong here ?

--
Mathieu
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org



More information about the Qt-interest-old mailing list