QtSDK & Kubuntu 11.10
-
wrote on 29 Dec 2011, 07:10 last edited by
Hi everybody!
I am new on Linux. I try install and use Qt on Kubuntu 11.10 but have some problems.- After installation cant find shortcut to qtcreator on desktop or in menu, i run it from QtSDK/QtCreator/bin/qtcreator
- Cant compile any project, error is:
Could not start process "make" -w
I install QtSDK from ofline installer and install all modules.
what configures should i make? -
wrote on 29 Dec 2011, 07:28 last edited by
Probably you didn't set the environment variables. They are needed for Qt to find the ececutables it needs. Doing so is platform specific. Have a look at "this page":http://developer.qt.nokia.com/doc/qt-4.8/install-x11.html.
-
wrote on 29 Dec 2011, 07:49 last edited by
But on Ubuntu I just install it and everything works fine
-
wrote on 29 Dec 2011, 23:51 last edited by
- is a real bug. Please report it a http://bugreports.qt.nokia.com
About 2.: Well, Creator tells you what the problem is: You don't have "make" installed on your system. run 'sudo apt-get install build-essential" to install the basic tools needed (e.g. "make" an gcc). This is the rough equivalent of having to install msvc manually on windows (although QtSDK will fall back to MinGW on Windows), or X-Code on Mac OS.
The SDK installer should have urged you to install missing packages during installation.
-
-
wrote on 30 Dec 2011, 04:04 last edited by
There was no make. I thought that make is on by default. I install it and everything works fine.
Thanks danimo. -
wrote on 30 Dec 2011, 04:23 last edited by
On bug reports
"QtSDK ofline issue":https://bugreports.qt.nokia.com/browse/QTSDK-1156
2/7