Page 1 of 1

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

Posted: Sat Mar 05, 2011 10:22 pm
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.

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

Posted: Sun Mar 06, 2011 1:22 pm
by eranif
Please post according to this post:

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

Eran