Built failure on win7 spellchecker (undefined reference..)

Discussion about CodeLite development process and patches
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Built failure on win7 spellchecker (undefined reference..)

Post by Gibbon1 »

Hey Ho,

FYI: I checked out the most recent codelite head and compiled it. (Under Win7) And got this error... I have a previously installed version of wxWidget 3.0.1 so perhaps that's the problem.

./WinReleaseUnicode/spellcheck.cpp.o:spellcheck.cpp:(.text+0x257a): undefined reference to `wxStyledTextCtrl::PositionFromPoint(wxPoint) const'
./WinReleaseUnicode/spellcheck.cpp.o:spellcheck.cpp:(.text+0x25a9): undefined reference to `wxStyledTextCtrl::IndicatorValueAt(int, int)'

Actually I got the same error a week ago on my computer machine at home, but thought I try again in a few days.
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Built failure on win7 spellchecker (undefined reference.

Post by Gibbon1 »

Tried downloading the 3.0.2 version of wxWidgets, same error.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Built failure on win7 spellchecker (undefined reference.

Post by eranif »

Should be fixed now. Missing library in the linker
FYI: I switched to monolithic build of wxWidgets this is why this link error went unnoticed here

Eran
Make sure you have read the HOW TO POST thread
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Built failure on win7 spellchecker (undefined reference.

Post by Gibbon1 »

Seems fixed!
Post Reply