Page 1 of 1

Built failure on win7 spellchecker (undefined reference..)

Posted: Sat Dec 27, 2014 5:34 am
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.

Re: Built failure on win7 spellchecker (undefined reference.

Posted: Sat Dec 27, 2014 6:01 am
by Gibbon1
Tried downloading the 3.0.2 version of wxWidgets, same error.

Re: Built failure on win7 spellchecker (undefined reference.

Posted: Sat Dec 27, 2014 9:57 am
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

Re: Built failure on win7 spellchecker (undefined reference.

Posted: Mon Dec 29, 2014 7:42 am
by Gibbon1
Seems fixed!