[Gambas-user] svn v556 FMain.SetMessage.1442 error

Benoit Minisini gambas at ...1...
Thu Sep 6 13:37:37 CEST 2007


On mercredi 05 septembre 2007, jj at ...1636... wrote:
> Hi all!
>
> the last svn version give me this error (when a project is opened):
>
> Fmain.SetMessage.1442
> Unknowy symbol 'Stop' in class 'timer"
>
> I did this:
>
> ./reconf-all
> ./configure -C --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
> --with-sdl-libraries=/usr/lib --with-sdl-includes=/usr/include/SDL
> #make clean
> $make
> (I've modified trunk/gb.desktop/src/Makefile with
> gb_desktop_la_LIBADD =  -lc -lpthread -L/usr/X11R6/lib -lX11 -lXext)
> #make install
>
> All ok! in gnulinex 2006, but when i've running "gambas2" and
> I have tried to open a project...gambas failed!
>
> Regards!
>

You may have forgotten to compile something. The Stop symbol is a new method 
of the Timer class defined in the interpreter since revision 543.

Regards,

-- 
Benoit Minisini




More information about the User mailing list