My first project does not compile/run ("..no such file..")

CodeLite installation/troubleshooting forum
jussi70
CodeLite Curious
Posts: 1
Joined: Sat Mar 05, 2011 9:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

My first project does not compile/run ("..no such file..")

Post by jussi70 »

I downloaded the latest installation package from CodeLite website (2.9.0.4684). Installation seemed to go ok.
But when I try to build my first project it does not work.
This is how I create my windows-frame project:
1) Workspace/New Workspace
2) Setting name to "test5" and then Create. (default settings)
3) plugins/Wizards/New wxWidgets project. And then default settings.. only Application type changed to: "GUI application with Main Frame". name "test5". OK
4) Building the project using "Build active project" button. It says after that: "Build succesfull".
5) I press "Run active project".

After 5) I get black DOS window (instead of windows frame which I was expecting) "press any key". So it does not work.

Now if I press the "Build active project" button after this, I get errors "wx/image.h: no such file or directory" . And this error for almost every file.

So something is not correct.
I have Windows XP Home, service pack 3.
I have cygwin g++ also on my computer, but I took took off the environment variables. Do I need to do something else as well (I dont think so...)?

What would be the proglem? thanks.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: My first project does not compile/run ("..no such file..")

Post by eranif »

Please post according to this post:

http://codelite.org/forum/viewtopic.php ... &sk=t&sd=a

Eran
Make sure you have read the HOW TO POST thread
Post Reply