Hello, im running codelite on Ubuntu 11.10
Im trying to get the hello world example script to work with no success with the project type: GUI executable with qt enabled
the first line of the example code gives the error message "1:24: fatal error: QApplication: No such file or directory"
my understanding is that it doesn't come with the libraries (Why does it provide example code but no libraries for it?!!!) so i eventually tracked down a download from this site and followed the instructions on this page: http://doc.qt.nokia.com/4.7/qt-embedded-install.html
but still no success. Am i remotely on the right track here? ...for perspective, im a complete linux newb and don't know what the majority of commands actually do, i just need them to work.
...alternatively can anyone recommend a programming environment that doesn't force me to search for hours on the internet for the tools required to run its own example script?
hello world example fails
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Nov 25, 2011 3:57 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Nov 25, 2011 3:57 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: hello world example fails
In the end I decided to find a different program... QT Creator. instantly brought up a (slightly excessive) list of example programs THAT COULD COMPILE!
Consider this thread as highlighting an area that needs improvement. Even a simple help file directing you to somewhere to install the necessaries would be fine
Michael
Consider this thread as highlighting an area that needs improvement. Even a simple help file directing you to somewhere to install the necessaries would be fine
Michael
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: hello world example fails
Because you can install them with apt-get - no need for codelite to become package managerwoody363 wrote:Why does it provide example code but no libraries for it?!!!
It means that if you want to develop with Qt - you should have Qt installedwoody363 wrote:1:24: fatal error: QApplication: No such file or directory
Not reallywoody363 wrote:Consider this thread as highlighting an area that needs improvement
Free world, free software - that the beautywoody363 wrote:In the end I decided to find a different program... QT Creator
Eran
Make sure you have read the HOW TO POST thread