PDA

View Full Version : Error During ./Configure Command



krakmind
1st September 2009, 12:05
samundra@riskyboy /tmp/qt4.5.2 $ ./configure
Which edition of Qt do you want to use ?

Type 'c' if you want to use the Commercial Edition.
Type 'o' if you want to use the Open Source Edition.

o


This is the Qt/X11 Open Source Edition.

You are licensed to use this software under the terms of
the GNU General Public License (GPL) versions 3.
You are also licensed to use this software under the terms of
the Lesser GNU General Public License (LGPL) versions 2.1.

Type '3' to view the GNU General Public License version 3.
Type 'L' to view the Lesser GNU General Public License version 2.1.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.

Do you accept the terms of either license? yes

Creating qmake. Please wait...
ln: creating symbolic link `/tmp/qt4.5.2/include/QtCore/qconfig.h': File exists
ln: creating symbolic link `/tmp/qt4.5.2/include/Qt/qconfig.h': File exists
g++ -c -o project.o -pipe -DQMAKE_OPENSOURCE_EDITION -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/tmp/qt4.5.2/include -I/tmp/qt4.5.2/include/QtCore -I/tmp/qt4.5.2/src/corelib/global -I/tmp/qt4.5.2/src/script -DQT_NO_PCRE -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/tmp/qt4.5.2/mkspecs/linux-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT project.cpp
In file included from /tmp/qt4.5.2/include/QtCore/qglobal.h:1,
from /tmp/qt4.5.2/include/QtCore/../../src/corelib/tools/qalgorithms.h:45,
from /tmp/qt4.5.2/include/QtCore/qalgorithms.h:1,
from /tmp/qt4.5.2/include/QtCore/../../src/corelib/tools/qstringlist.h:45,
from /tmp/qt4.5.2/include/QtCore/qstringlist.h:1,
from project.h:45,
from project.cpp:42:
/tmp/qt4.5.2/include/QtCore/../../src/corelib/global/qglobal.h:62:28: error: QtCore/qconfig.h: No such file or directory
make: *** [project.o] Error 1


I always keep getting the same error again and again. Anyone please help me.

Krak

wysota
1st September 2009, 16:47
Do you have enough free space on /tmp?