[Gambas-user] Fwd: request

Laurent Carlier lordheavym at ...626...
Mon Aug 13 10:30:57 CEST 2007


On Saturday 11 August 2007 00:02:03 Charlie Reinl wrote:
> Am Freitag, den 10.08.2007, 21:28 +0200 schrieb Laurent Carlier:
> > On Friday 10 August 2007 21:13:38 Charlie Reinl wrote:
> > > Am Freitag, den 10.08.2007, 19:25 +0200 schrieb Laurent Carlier:
> > > > It should be fixed in the last SVN release (486).
> > > >
> > > > Regards,
> > >
> > > Salut Laurent,
> > >
> > > may be , but now
> > >
> > >  g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0
> > > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
> > > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> > > -I/usr/lib/glib-2.0/include -I../share -pipe -Wall -fno-exceptions
> > > -Wno-unused-value -fvisibility=hidden -g -Os -fno-omit-frame-pointer
> > > -MT glistbox.lo -MD -MP -MF .deps/glistbox.Tpo -c glistbox.cpp  -fPIC
> > > -DPIC -o .libs/glistbox.o
> > > gtextarea.cpp: In member function 'bool gTextArea::isSelected()':
> > > gtextarea.cpp:349: error: 'gtk_text_buffer_get_has_selection' was not
> > > declared in this scope
> > > make[4]: *** [gtextarea.lo] Fehler 1
> > > make[4]: *** Warte auf noch nicht beendete Prozesse...
> > > make[4]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk/src'
> > > make[3]: *** [all-recursive] Fehler 1
> > > make[3]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk'
> > > make[2]: *** [all] Fehler 2
> > > make[2]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk'
> > > make[1]: *** [all-recursive] Fehler 1
> > > make[1]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn'
> > > make: *** [all] Fehler 2
> >
> > Works fine for me.
> >
> > What is your system ? what does 'pkg-config gtk+-2.0 --modversion' gives
> > ?
>
> 2.8.20 it's an Ubuntu 6.06 LTS (will be stay for next 3 years and 10 1/2
> month like that)
>

I guess it's because gtk_text_buffer_get_has_selection() doesn't exist in 
gtk+-2.8.x releases.

Try with the attached file.

Regards,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gtextarea.cpp
Type: text/x-c++src
Size: 12497 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20070813/f13cd0bd/attachment.cpp>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20070813/f13cd0bd/attachment.sig>


More information about the User mailing list