Thank you for the tip, Peter. It does not appear clearly from the gobo site that gobo should not be installed when ES56 is installed. ... Gilles Micas Knudsen ...
... Gobo 3.4 has been released before ISE 5.6. So it should be up to ISE to indicate that they include Gobo 3.4. Also note that despite Gobo being included in...
... It added a reeeeaaaally long time to the compilation time of my precompiled library. That's a minor point. It also gave me an error message about a library...
... Peter> Colin Paul Adams wrote: The only tricky part of 3.4 is the Peter> XML stuff ... Peter> It added a reeeeaaaally long time to the compilation time ...
Colin Paul Adams
colin@...
Oct 1, 2005 9:58 am
1310
... I don't use .xace files. Now learning how to do _that_ would be tricky to me. I have no interest in learning how to use gexace, at this stage; simple Ace...
... I think he just added the Gobo libraries in his Ace file using the 'all' keyword rather than using the [X]Ace files provided in Gobo. As a consequence the...
... Yep, Eric, that's exactly what happened. In EiffelStudio 5.5, with Gobo 3.3, my Ace file had this: library gobo: "$ISE_EIFFEL\libraries\gobo" exclude "se";...
... It is strange anyhow that the C-compilation fails. Hitting F7 compiles correctly. But, the freezing phase and the finalization phase do not. gilles Gilles...
... But this has nothing to do with Gobo or with the fact that you have Gobo installed twice. As I already pointed out this C compilation error is due to a ...
... -- That is the answer I expected. Thank you. -- So ISE has a problem with versions of C compiler used as backend. -- I namely re-installed ES56 with the...
... come from the safe kernel. You need to rebuild the safe/kernel. cd %SAFE_KERNEL% geant clean geant install Then rebuild your application. Best regards, ...
Thanks again Paul, Following your instructions I successfully compiled ECLI and ran some tests and it worked. But when I try to compile the book example from...
Now I've changed all "reference" attribute name to "referemce_1". The next ... Error code: VUEX(2) Error: feature of qualified call is not available to client...
... Maybe the best thing would be to get the latest updates from the CVS repository at http://cvs.sourceforge.net/viewcvs.py/safe/. I know there are plenty of...
For my application the proccess must jump out from the parser and jump in later. I've written a feature 'suspend' to save the local variables of feature ...
Attached files are removed in last email? Here are they again. ... class CNC_PARSER_SKELETON inherit YY_NEW_PARSER_SKELETON redefine parse end feature --...
This kind of functionality is very useful. I've had that need when parsing bytes coming in an event-driven fashion from a socket, via socket select in a loop. ...
yes, I hope one day geyacc can support such a function so I don't need to maintain my own version;) ... __________________________________ Yahoo! Mail - PC...
Here When I compile things like "[a-z]*", "[a-zA-Z]*", even simply match "indexing". 'has_matched' seems always true. Then my loop never stop. Is it a bug or...
... The string "indexing" DOES match either of those patterns. -- Colin Adams Preston Lancashire...
Colin Paul Adams
colin@...
Oct 28, 2005 6:02 pm
1329
"indexing" does match either of those patterns, but after that match, has_matched never be false, no matter how many times I call "next_match". Which means...
... It's because the empty string is a valid match. You should either use "[a-z]+" instead of "[a-z]*" as regexp, or call: my_regexp.set_empty_allowed (False) ...
... It looks good to me. ... I have put a slightly modified version of your code in YY_PARSER_SKELETON. It's in CVS now. Thank you for this contribution. -- ...
Hi all. I would like to use GOBO package with SE 2.2. I need to know all kind of problems SE 2.2 has with GOBO (besides this legendary "upper/lowercase" ...
Damian DobroczyĆ...
damian@...
Nov 23, 2005 11:52 am
1334
Hi all. I've tried to compile Gutentag project which uses extensively Eiffel parser cluster from Gobo 3.4. I used ISE Eiffel 5.6 and obtained: """ Error code:...
Damian DobroczyĆ...
damian@...
Nov 24, 2005 10:10 am
1335
... Please note that Gutentag requires Gobo CVS to compile correctly. ... Error code: VEEN Error: unknown identifier. What to do: make sure that identifier, if...