Installation problem in qt-creator-2.4.0
-
wrote on 4 Jan 2012, 03:08 last edited by
Hello,
According to README I should do the following steps.
- mkdir $BUILD_DIRECTORY
- cd $BUILD_DIRECTORY
- qmake $SOURCE_DIRECTORY/qtcreator.pro
- make (or mingw32-make or nmake or jom, depending on your platform)
But after step 3 nothing happens. No Makefile is created in $BUILD_DIRECTORY and step 4 fails.
Building in the src directory works.
Can you help ?
Thanks,
Zvika. -
wrote on 4 Jan 2012, 06:31 last edited by
Which platform are you on? Which version of Qt do you use? What kind of toolchain / compiler do you use? Is the call to qmake just doing nothing - or are there any error messages?
-
wrote on 6 Jan 2012, 03:02 last edited by
Hello,
I'm running the installation under Centos 5.7, gcc 4.1.2, QT 4.7.4
The call to qmake does nothing.
There are no error messages.Thanks.
1/3