|
From: John L. <jla...@gm...> - 2006-10-23 14:44:25
|
On 10/21/06, Francesco Montorsi <f18...@ya...> 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
|