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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1165 - 1194 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1165
... And what do you get with SmartEiffel when using the "." trick? (I'm under Windows so I cannot really try.) -- Eric Bezault mailto:ericb@... ...
Eric Bezault
gobosoft
Offline Send Email
Apr 2, 2004
4:44 pm
1166
... Subject: RE: gexace Date: Thu, 1 Apr 2004 08:57:39 -0500 From: "Bolstad, Mark (Cont,ARL/CISD)" <mbolstad@...> To: "Eric Bezault"...
Eric Bezault
gobosoft
Offline Send Email
Apr 2, 2004
7:47 pm
1167
-- Eric Bezault mailto:ericb@... http://www.gobosoft.com [Non-text portions of this message have been removed]...
Eric Bezault
gobosoft
Offline Send Email
Apr 4, 2004
2:11 pm
1168
Second try. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com ... Subject: RE: gexace Date: Fri, 2 Apr 2004 11:56:58 -0500 From: "Bolstad, Mark...
Eric Bezault
gobosoft
Offline Send Email
Apr 4, 2004
2:20 pm
1169
... So, if I understand correctly, with the trick with "." you get: -I. `pkg-config --cflags gtk+-2.0` with ISE in the generated Makefile which then executes...
Eric Bezault
gobosoft
Offline Send Email
Apr 4, 2004
2:36 pm
1170
Hi All, I have been reading the document which is the topic of http://groups.yahoo.com/group/gobo-eiffel/message/913 And would really like to use the...
Julian Rogers [ES]
juliandrogers
Offline Send Email
Apr 8, 2004
11:25 pm
1171
Dear all, I am organizing the GPCE Young Researchers Workshop for the second time. Last year proved very successful and participants got very good feedback ...
Karine Arnout
karine_arnout
Offline Send Email
Apr 14, 2004
5:05 pm
1172
... Still on my todo list. I'll try to do it soon....
Franck Arnaud
nenieorg
Offline Send Email
Apr 16, 2004
3:45 pm
1173
... XM_EIFFEL_PARSER. ... Thanks, I look forwards to being able to use this functionality. Julian...
Julian Rogers [ES]
juliandrogers
Offline Send Email
Apr 21, 2004
6:00 pm
1174
Bonjour Jacques, ... This problem is due to a different way of handling semantic values to make them more type safe. This new implementation has been...
Eric Bezault
gobosoft
Offline Send Email
Apr 27, 2004
7:47 am
1175
... No, I perfectly understood what you described. The algorithm used in geyacc (and more generally in yacc) does not allow to have several entry points....
Eric Bezault
gobosoft
Offline Send Email
Apr 28, 2004
9:47 pm
1176
Hello I'm using the GOBO library to export and import XML. To read an XML- file and build the tree I use the following code: create {XM_EIFFEL_PARSER}...
Raf Haesen
raf_work
Offline Send Email
May 3, 2004
4:12 pm
1177
... [...] ... Just inherit from XM_CALLBACKS_FILTER instead, call Precursor in the routines you redefine, and insert your filter in the pipe: create...
Franck Arnaud
nenieorg
Offline Send Email
May 3, 2004
7:44 pm
1178
... I just corrected it in the CVS version. Thank you. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
May 4, 2004
8:31 am
1179
... My biggest concern is to make sure that the generated code will not be bigger or slower than now when there will be only one entry point specified. ... For...
Eric Bezault
gobosoft
Offline Send Email
May 6, 2004
10:28 am
1180
... Yes, that's what I had in mind as well. The problem it that there is a lot of code implementing the actual parsing algorithm that is inherited from the...
Eric Bezault
gobosoft
Offline Send Email
May 6, 2004
1:29 pm
1181
CALL FOR PAPERS for the 6th NODe Young Researchers Workshop 2004 in conjunction with the Net.ObjectDays 2004 (September 27-30, 2004, Erfurt, Germany) ...
Karine Arnout
karine_arnout
Offline Send Email
May 12, 2004
7:19 am
1182
Is there a way to check in geant build file whether a given directory is present or not? (It's easy to check whether a file is present in the directory; I'm...
Alexander Kogtenkov
kogtenkov
Offline Send Email
May 17, 2004
9:11 am
1183
... Unfortunately this is not possible at the moment. I'll put it on my todo list and try to implement it as soon as possible as it should not be very...
Sven Ehrke
svenehrkeweb
Offline Send Email
May 19, 2004
5:29 am
1184
Hi: I wonder why the class XM_CALLBACKS_FILTER inherits from XM_CALLBACKS_SOURCE, XM_CALLBACKS and XM_FORWARD_CALLBACKS. Since XM_FORWARD_CALLBACKS already...
Stephanie Balzer
stephanie_g_...
Offline Send Email
Jul 29, 2004
5:58 pm
1185
... The comment gives a hint: XM_FORWARD_CALLBACKS -- implementation of default behaviour: -- forwarding to 'next' processor in chain this is to indicate that...
Franck Arnaud
nenieorg
Offline Send Email
Jul 30, 2004
1:06 am
1186
Hi Franck: Thanks for the clarification. Stephanie...
Stephanie Balzer
stephanie_g_...
Offline Send Email
Jul 30, 2004
10:44 am
1187
Hi, I'm hoping to use EPOM, which sounds easy according to its installation instructions: "1. Unzip the archive. 2. Define the EPOM environment variable. 3....
Peter Gummer
peter_gummer
Offline Send Email
Aug 9, 2004
8:43 am
1188
... Peter> My current impression is that I should be able to type Peter> something like 'geant install', with appropriate Peter> environment variables set, and...
Colin Paul Adams
colin@...
Send Email
Aug 9, 2004
9:46 am
1189
... Hi Colin, thanks for replying. The short answer to your question is no, i have not managed to run the EPOM example yet. The long answer is ... After...
Peter Gummer
peter_gummer
Offline Send Email
Aug 9, 2004
7:36 pm
1190
Regarding getting the EPOM example running, it turns out that some features of ECLI_STATUS are hidden by descendants, whose descendants in turn have clients in...
Peter Gummer
peter_gummer
Offline Send Email
Aug 10, 2004
9:46 am
1191
... And I now have the EPOM example running. The "unresolved externals" were fixed by adding external references via EiffelStudio's Project Settings. I also...
Peter Gummer
peter_gummer
Offline Send Email
Aug 10, 2004
10:44 am
1192
... Peter> make directly, not by running geant which as far as I can Peter> tell just made it more complicated, not simpler as it Peter> supposedly should. ...
Colin Paul Adams
colin@...
Send Email
Aug 10, 2004
11:07 am
1193
... I had the feeling that's what people were going to tell me :-) So geant runs gexace to create what? An ace file? And then geant runs the compiler, based on...
Peter Gummer
peter_gummer
Offline Send Email
Aug 10, 2004
12:34 pm
1194
... Peter> And then geant runs the compiler, based on the ace file. Is Peter> that the basic approach? That's a typical approach. Peter> This is the 21st...
Colin Paul Adams
colin@...
Send Email
Aug 10, 2004
1:26 pm
Messages 1165 - 1194 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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