News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

undefined reference when linking codeblocks.exe

Started by iKevin, April 10, 2005, 02:46:08 PM

Previous topic - Next topic

iKevin

Hi All

I had previously installed codeblocks on gentoo linux from cvs with troubles but the last few checkouts failed to link with the following error:


Linking executable devel/codeblocks.exe...
devel/libcodeblocks.so: undefined reference to `vtable for wxSplitPanel'
devel/libcodeblocks.so: undefined reference to `wxSplitPanel::Create(wxWindow*, int, wxPoint const&, wxSize const&, long, wxString const&)'
devel/libcodeblocks.so: undefined reference to `wxSplitPanel::RefreshSplitter(int, int, int)'
collect2: ld returned 1 exit status
make: *** [devel/codeblocks.exe] Error 1


I am linking against wxGTK-2.4.2.  Is there something that I should look for in resolving this issue?

Thanks
Kev

mandrav

Yes, the unix makefile is a little bit off the last couple of days...
I 'll fix this in a while.

Yiannis.
Be patient!
This bug will be fixed soon...