... 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...
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...
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 ...
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...
... 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....
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}...
... [...] ... Just inherit from XM_CALLBACKS_FILTER instead, call Precursor in the routines you redefine, and insert your filter in the pipe: create...
... 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...
... 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...
CALL FOR PAPERS for the 6th NODe Young Researchers Workshop 2004 in conjunction with the Net.ObjectDays 2004 (September 27-30, 2004, Erfurt, Germany) ...
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...
... 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...
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...
... The comment gives a hint: XM_FORWARD_CALLBACKS -- implementation of default behaviour: -- forwarding to 'next' processor in chain this is to indicate that...
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> 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@...
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...
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...
... 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> 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@...
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> 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...