Search the web
Sign In
New User? Sign Up
gobo-eiffel · Gobo Eiffel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1306 - 1335 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1306
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 ...
Gilles Micas
gillesmicas
Offline Send Email
Oct 1, 2005
7:41 am
1307
... 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...
Eric Bezault
gobosoft
Offline Send Email
Oct 1, 2005
8:10 am
1308
... 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 Gummer
peter_gummer
Offline Send Email
Oct 1, 2005
9:47 am
1309
... 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@...
Send Email
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...
Peter Gummer
peter_gummer
Offline Send Email
Oct 1, 2005
10:32 am
1311
... 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...
Eric Bezault
gobosoft
Offline Send Email
Oct 1, 2005
10:35 am
1312
... 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";...
Peter Gummer
peter_gummer
Offline Send Email
Oct 1, 2005
11:00 am
1313
... 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...
Gilles Micas
gillesmicas
Offline Send Email
Oct 1, 2005
3:22 pm
1314
... 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 ...
Eric Bezault
gobosoft
Offline Send Email
Oct 1, 2005
3:42 pm
1315
... -- 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...
Gilles Micas Knudsen
gillesmicas
Offline Send Email
Oct 2, 2005
11:12 am
1316
Dear Paul, Thanks for your help. I've swapped the arguments as you said and I got a little bit further but now I stopped with this messaged: ...
Shinji Takasaka
shintak01
Offline Send Email
Oct 4, 2005
9:18 am
1317
... 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, ...
Paul G. Crismer
pgcrism
Offline Send Email
Oct 5, 2005
9:37 am
1318
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...
Shinji Takasaka
shintak01
Offline Send Email
Oct 6, 2005
9:20 am
1319
... It's because 'reference' is now a keyword. You should try to give another name to the local variable. -- Eric Bezault mailto:ericb@... ...
Eric Bezault
gobosoft
Offline Send Email
Oct 7, 2005
11:47 am
1320
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...
Shinji Takasaka
shintak01
Offline Send Email
Oct 13, 2005
9:27 am
1321
... 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...
Peter Gummer
peter_gummer
Offline Send Email
Oct 14, 2005
11:18 am
1322
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 ...
Cheng-Chang Wu
chengchangwu
Offline Send Email
Oct 26, 2005
11:41 am
1323
Attached files are removed in last email? Here are they again. ... class CNC_PARSER_SKELETON inherit YY_NEW_PARSER_SKELETON redefine parse end feature --...
Cheng-Chang Wu
chengchangwu
Offline Send Email
Oct 26, 2005
12:17 pm
1324
... I'll give them a look this weekend. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Oct 27, 2005
6:52 am
1325
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. ...
Marcio Marchini
sglebs
Offline Send Email
Oct 27, 2005
1:26 pm
1326
yes, I hope one day geyacc can support such a function so I don't need to maintain my own version;) ... __________________________________ Yahoo! Mail - PC...
Cheng-Chang Wu
chengchangwu
Offline Send Email
Oct 27, 2005
4:32 pm
1327
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...
kkkkg999
Offline Send Email
Oct 28, 2005
5:07 pm
1328
... The string "indexing" DOES match either of those patterns. -- Colin Adams Preston Lancashire...
Colin Paul Adams
colin@...
Send Email
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...
Tao Feng
kkkkg999
Offline Send Email
Oct 29, 2005
2:18 am
1330
... 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) ...
Eric Bezault
gobosoft
Offline Send Email
Oct 29, 2005
3:06 am
1331
Thanks Eric. That is the prime I need. Ted ... __________________________________ Start your day with Yahoo! - Make it your home page! ...
Tao Feng
kkkkg999
Offline Send Email
Oct 29, 2005
4:48 am
1332
... 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. -- ...
Eric Bezault
gobosoft
Offline Send Email
Oct 29, 2005
6:50 am
1333
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@...
Send Email
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@...
Send Email
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...
Andreas Leitner
weisznet
Offline Send Email
Nov 24, 2005
10:35 am
Messages 1306 - 1335 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help