Re: everything is broken
- Posted by jimcbrown (admin) Apr 23, 2009
- 915 views
Jerry_Story said...
Programs that used to work don't work.
Programs based on wxEuphoria:
/home/jstory/euphoria/include/wxEuphoria/wxeud.e:3114
a parameter name is expected here
global procedure set_button_label( atom button, sequence label)
Programs based on the old style EuGTK:
/home/jstory/euphoria/include/gtk/label.e:5
a parameter name is expected here
global function gtk_label_new(sequence label)
The cause seems to be euphoria 4.0a3.
This is expected behavior, not a bug.
Admittedly, the error message could be improved (and was, in current svn, so the beta will say something like "label is a reserved word" instead of "a parameter name is expected here").