User forums > Using Code::Blocks

undefined reference when linking codeblocks.exe

(1/1)

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:


--- Code: ---
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

--- End code ---


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.

iKevin:
Thanks Yiannis.
Kevin

Navigation

[0] Message Index

Go to full version