Page 1 of 1

Prompt undefined wxImageList during compile codelite source

Posted: Fri Jul 10, 2009 12:53 pm
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.

Re: Prompt undefined wxImageList during compile codelite source

Posted: Fri Jul 10, 2009 1:34 pm
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

Re: Prompt undefined wxImageList during compile codelite source

Posted: Thu Jul 23, 2009 10:18 am
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.