[Gambas-devel] gtk 050203
Brandon Bergren
bdragon at ...185...
Thu Feb 10 04:13:27 CET 2005
On Fri, 4 Feb 2005, Benoit Minisini wrote:
> On Thursday 03 February 2005 12:52, Daniel Campos wrote:
>> Hi:
>>
>> Here's a new release of the GTK+ component. The ListBox widget has been
>> added,
>> the ComboBox is working too.
>>
>> Regards,
>>
>> D. Campos
>
> OK. Got it...
>
> --
> Benoit Minisini
> mailto:gambas at ...1...
>
Ow, link error.
Creating library file: .libs/lib.gb.gtk.dll.a
.libs/CListBox.o(.text+0x26a): In function `_Z18CLISTBOX_item_textPvS_':
/home/iggy/build/gambas2-1.9.3/src/lib/gtk/CListBox.cpp:171: undefined
reference to `gListBox::setItemText(long, char*)'
.libs/CListBox.o(.text+0x14c): In function `_Z14CLISTBOX_indexPvS_':
/home/iggy/build/gambas2-1.9.3/src/lib/gtk/CListBox.cpp:118: undefined
reference to `gListBox::setIndex(long)'
collect2: ld returned 1 exit status
make[4]: *** [lib.gb.gtk.la] Error 1
And then I see:
widgets.h:
void setIndex(long vl); //TODO
void setItemSelected(long ind,bool vl);
void setItemText(long ind,char *txt); //TODO
Nice.
Could you at least stub all your functions out? ;P
Nice work, the only compile time errors on Cygwin are those missing
functions.
--Brandon
P.S.
I started a page to dump stuff pertaining to the Cygwin port.
It's here:
http://bdragon.freeshell.org/projects/gambas/
But it doesn't have anything useful yet.
More information about the Devel
mailing list