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.
Built failure on win7 spellchecker (undefined reference..)
-
- CodeLite Expert
- Posts: 167
- Joined: Fri Jul 22, 2011 5:32 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- 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.
Tried downloading the 3.0.2 version of wxWidgets, same error.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Built failure on win7 spellchecker (undefined reference.
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
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
-
- CodeLite Expert
- Posts: 167
- Joined: Fri Jul 22, 2011 5:32 am
- Genuine User: Yes
- IDE Question: C++
- Contact: