On 10/21/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote:
> 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...

Yes, the CVS version of wxStEdit has am ifdef for this. I'll do a release today.

> > 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...

This was a hack I hand coded into the configure script for myself, a
long time ago. You made some changes to the bakefiles to generate
differently named libs (thanks) a month or two ago and though I
updated the bakefiles, I forgot to run bakefile_gen for the wxstedit
project.

Regards,
    John Labenski

-------------------------------------------------------------------------
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