Hi John,
This is the error i get in config.log.
wxAssert linking error is in general a debug version problem.
I don't remember how i solved it the last time. Or if you made the
changes already, so i report it again.
Its a static build of wxWidgets 2.7.2, with both debug and release
installed.
Release installed the latest.
Klaas
configure:5978: checking if wxStEdit (version >= 1.2.0) is available
configure:6011: g++ -o conftest -g3 -O0 -Wall -Wundef
-Wno-ctor-dtor-privacy
-I/usr/local/lib/wx/include/gtk2-ansi-debug-static-2.7
-I/usr/local/include/wx-2.7 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-D__WXDEBUG__ -D__WXGTK__ conftest.cc -lstedit -L/usr/local/lib
-pthread /usr/local/lib/libwx_gtk2d_stc-2.7.a
/usr/local/lib/libwx_gtk2d_xrc-2.7.a
/usr/local/lib/libwx_gtk2d_html-2.7.a
/usr/local/lib/libwx_gtk2d_adv-2.7.a
/usr/local/lib/libwx_based_net-2.7.a
/usr/local/lib/libwx_based_xml-2.7.a
/usr/local/lib/libwx_gtk2d_core-2.7.a /usr/local/lib/libwx_based-2.7.a
-lexpat -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lm -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
-lXinerama -lXxf86vm -lSM -lpng -ljpeg -ltiff -lz -ldl >&5
/usr/local/lib/libstedit.a(stedit_lib_stedit.o): In function
`wxSTEditor::SetLanguage(int)':
././src/stedit.cpp:3735: undefined reference to `wxAssert(int, char
const*, int, char const*, char const*)'
/usr/local/lib/libstedit.a(stedit_lib_stedit.o): In function
`wxSTEditor::GetFindFlags() const':
././src/stedit.cpp:3036: undefined reference to `wxAssert(int, char
const*, int, char const*, char const*)'
/usr/local/lib/libstedit.a(stedit_lib_stedit.o): In function
`wxSTEditor::GetReplaceString() const':
././src/stedit.cpp:3030: undefined reference to `wxAssert(int, char
const*, int, char const*, char const*)'
/usr/local/lib/libstedit.a(stedit_lib_stedit.o): In function
`wxSTEditor::GetFindString() const':
././src/stedit.cpp:3024: undefined reference to `wxAssert(int, char
const*, int, char const*, char const*)'
/usr/local/lib/libstedit.a(stedit_lib_stedit.o): In function
`wxSTEditor::ShowFindReplaceDialog(bool, bool)':././src/stedit.cpp:3042:
undefined reference to `wxAssert(int, char const*, int, char const*,
char const*)'
/usr/local/lib/libstedit.a(stedit_lib_stedit.o):././src/stedit.cpp:1008:
more undefined references to `wxAssert(int, char const*, int, char
const*, char const*)' follow
/usr/local/lib/libstedit.a(stedit_lib_stedit.o): In function
`wxSTEditor::HandleFindDialogEvent(wxFindDialogEvent&)':
|