Hi, all,
I download source code of codelite 2841, and ./configure and make, some errors occured. Anybody can help me?
the following is result:
LiteEditor/listctrlpanel.cpp: In constructor ‘ListCtrlPanel::ListCtrlPanel(wxWindow*)’:
LiteEditor/listctrlpanel.cpp:38: Error: invalid use of undefined type ‘struct wxImageList’
/usr/local/include/wx-2.8/wx/generic/listctrl.h:16: Error: forward declaration of ‘struct wxImageList’
LiteEditor/listctrlpanel.cpp:39: Error: invalid use of undefined type ‘struct wxImageList’
/usr/local/include/wx-2.8/wx/generic/listctrl.h:16: Error: forward declaration of ‘struct wxImageList’
My linux is Fedora 8.
Thanks.
Prompt undefined wxImageList during compile codelite source
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Mon Apr 28, 2008 9:25 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Prompt undefined wxImageList during compile codelite source
this was fixed in svn already. I suggest that u checkout the latest sources from SVN.
and built it again.
Eran
Code: Select all
svn co https://codelite.svn.sourceforge.net/svnroot/codelite codelite
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Mon Apr 28, 2008 9:25 am
- Contact:
Re: Prompt undefined wxImageList during compile codelite source
That's OK, Thanks.eranif wrote:this was fixed in svn already. I suggest that u checkout the latest sources from SVN.
and built it again.Code: Select all
svn co https://codelite.svn.sourceforge.net/svnroot/codelite codelite
Eran