klaas.holwerda ha scritto:
> Hi,
>  
> I am trying to compile and link wxstedit ( as from CVS ).
> 
> Can somebody confirm it compile and links? ( ./configure make make install )
when trying to compile with latest CVS I get:

./bk-deps g++ -c -o stedit_lib_stestyls.o  -I./include 
-I/contrib/include 
-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__ -pthread  -g3 -O0 -Wall -Wundef 
-Wno-ctor-dtor-privacy ././src/stestyls.cpp
././src/stestyls.cpp: In member function ‘virtual void 
wxSTEditorStyles::UpdateEditor(wxSTEditor*)’:
././src/stestyls.cpp:678: error: ‘class wxSTEditor’ has no member named 
‘SetCaretLineBack’

but that maybe because I'm using CVS HEAD of wxWidgets...


> But it does not link the sample. And it looks the linking line is wrong 
> and what i see build in ./lib, looks unicode lib, which i don't 
> understand, because i don't have that one compiled on wxWidgets.
that seems a problem not in configure but in the makefiles since the 
configure script recognized an ANSI wx build...


> /usr/local/lib/libwx_gtk2d_core-2.6.a /usr/local/lib/libwx_based-2.6.a 
> -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 
> -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 
> -lXinerama -lXxf86vm -lpng -ljpeg -ltiff -lz -ldl -lm  
> -lwx_gtk2ud_stedit-2.6
> /usr/local/include/wx-2.6/wx/html/htmlwin.h:78: undefined reference to 
> `wxHtmlWindow::Init()'
looking at this error and at the linking line I'd guess the 
<wx-lib>html</wx-lib> tag is missing somewhere... try to add the wx html 
library manually to the makefile...

Francesco



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to