roxen.lists.pike.general

Subject Author Date
Strange issue in Pike 7.8 Felip_Alàez_Nadal <uu[dot]nix[dot]uu[at]gmail[dot]com> 03-01-2009
Hello:

I've updated to pike 7.8 and I got a strange error. I send something to
reproduce the error.

In something like:

int main ()
{
   int number = -1;
}

you can't import GTK2:

///File bugReport.pike

import GTK2;

int main ()
{
  int number = -1 ;
}

pike bugReport.pike

bugReport.pike:5:Too many arguments to `() (function call) (expected 0
arguments).
bugReport.pike:5:Got     : int(1..1)


Please, don't say me "Don't import GTK2".

Thanks.
Felip.

-- 
Felip Alàez Nadal