baffling allocate error
- Posted by Jerry_Story Sep 19, 2010
- 1270 views
I'm hung up on an error that baffles me.
dmak.exw:5 0074>:: Errors resolving the following references: ./eugtk_stuff/ListView-NutrientsNonREQ.e (5): allocate ./eugtk_stuff/ListView-NutrientsREQ.e (5): allocate ./eugtk_stuff/ListView-Recipes.e (5): allocate ./eugtk_stuff/ListView-Foods.e (5): allocate ./eugtk_stuff/ListView-Diet.e (5): allocate object iter = allocate(32) ^All those *.e files are copies of ListView.e from EuGTK.
The dmak.exw:5 line number makes no sense.
PROGRAM_VERSION = "September 18, 2010"
Completely harmless. Clearly this line number is phony.
It looks like Euphoria doesn't know what 'allocate' is, but that doesn't make sense because test33.ex, which uses ListView.e, works.
How can I get a clue about the 'allocate' error?