Prompt undefined wxImageList during compile codelite source

CodeLite installation/troubleshooting forum
cy007
CodeLite Enthusiast
Posts: 13
Joined: Mon Apr 28, 2008 9:25 am
Contact:

Prompt undefined wxImageList during compile codelite source

Post by cy007 »

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.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Prompt undefined wxImageList during compile codelite source

Post by eranif »

this was fixed in svn already. I suggest that u checkout the latest sources from SVN.

Code: Select all

svn co https://codelite.svn.sourceforge.net/svnroot/codelite codelite
and built it again.

Eran
Make sure you have read the HOW TO POST thread
cy007
CodeLite Enthusiast
Posts: 13
Joined: Mon Apr 28, 2008 9:25 am
Contact:

Re: Prompt undefined wxImageList during compile codelite source

Post by cy007 »

eranif wrote:this was fixed in svn already. I suggest that u checkout the latest sources from SVN.

Code: Select all

svn co https://codelite.svn.sourceforge.net/svnroot/codelite codelite
and built it again.

Eran
That's OK, Thanks.
Post Reply