Problem with wxWidgets
Posted: Sun Mar 21, 2010 9:25 pm
I've downloaded CodeLite, but wxWidgets doesn't work with it. I don't even have such cool icon like on video tutorials was. I've made new project in Workspace, but CodeLite says he can't find header files.
Where should I copy wx libraries or where can I set path to it?
Where should I copy wx libraries or where can I set path to it?
OS: Ubuntu.In file included from /home/djmentos/.codelite/xxx/main.cpp:14In file included from /home/djmentos/.codelite/xxx/gui.cpp:8:
/home/djmentos/.codelite/xxx/main.h:18:19: error: wx/wx.h: No such file or directory
In file included from /home/djmentos/.codelite/xxx/main.h:20,
from /home/djmentos/.codelite/xxx/main.cpp:14:
/home/djmentos/.codelite/xxx/gui.h:11:21: error: wx/intl.h: No such file or directory
/home/djmentos/.codelite/xxx/gui.h:13:23: error: wx/string.h: No such file or directory
/home/djmentos/.codelite/xxx/gui.h:14:23: error: wx/bitmap.h: No such file or directory
/home/djmentos/.codelite/xxx/gui.h:15:22: error: wx/image.h: No such file or directory
/home/djmentos/.codelite/xxx/gui.h:16:21: error: wx/icon.h: No such file or directory