Problem with compiling wxwidgets project in Codelite
-
- CodeLite Curious
- Posts: 9
- Joined: Sat Sep 21, 2013 7:04 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Problem with compiling wxwidgets project in Codelite
Hello. I'am trying create project using wxcrafter but can't build project. Trying to add Environment Variables but not working.
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Problem with compiling wxwidgets project in Codelite
Did you alter the environments variables within codelite?
Can you please post the content of your environment variables table in codelite? ( settings -> environment variables)
Did you make sure that all the folders do exist?
And last thing, which version of mingw do you have installed on the machine ?
Eran
Can you please post the content of your environment variables table in codelite? ( settings -> environment variables)
Did you make sure that all the folders do exist?
And last thing, which version of mingw do you have installed on the machine ?
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 9
- Joined: Sat Sep 21, 2013 7:04 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Problem with compiling wxwidgets project in Codelite
I resolve problem. Problem was in my wxwidgets installation I just recopile it and all work fine. Thanks