This indicates that you have no GTK module compiled for Pike or that the
system GTK library is missing or incompatible. If you start hilfe (type
"pike") and then "indices(GTK);" you will get an empty array, right?
/ Martin Nilsson (räfsfiskal)
Previous text:
>2004-05-03 00:13:
>Subject: GTK in pike
>--------------------------------------------------------------------
>Hi
>
>Have you got it working?
>I cannot compile the sample program (error Index 'setup_gtk' not present
>in module 'GTK'.)
>
>// gtk sample
>
>int main()
>{
> GTK.setup_gtk();
> GTK.Alert("Hello world!");
>// -> signal_connect("destroy", exit, 0);
> return -1;
>}
>
>Thx and regards
>Hans
>
>
>
>
> / Brevbäraren
>