Dear all, I am evaluating some persistence frameworks and EPOM is one of them. As I am new to the Eiffel language I am facing some difficulties to install EPOM...
Dear Gobo team, When an exception occurs during a test case using getest I get the following uninformative error message: ABORT: [CLASS_NAME.test_name] Eiffel...
... Brian> Dear Gobo team, When an exception occurs during a test case Brian> using getest I get the following uninformative error Brian> message: Brian>...
Colin Paul Adams
colin@...
Sep 21, 2005 8:15 pm
1294
I think there is a bug in the postcondition of Boolean_bits in ki_platform.ge revision 1.9. Boolean_bytes is a once routine in KL_PLATFORM that depends on...
... I've used EPOM successfully with EiffelStudio 5.4, 5.5 and 5.6. The EPOM installation instructions are not very clear. I had trouble too. To install it,...
Hello Shinji, Thank you for evaluating EPOM. As the author of EPOM, I acknowledge the fact that the install instructions are very poor. EPOM in itself does not...
Hello Paul and Peter, Thanks a lot for your reply. I still didn't suceed installing ECLI. I get the following error message "This application has failed to...
... It probably would. On my computer, it's called vsvars.bat, and it's in: C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools - Peter Gummer...
Peter, Thanks for your help. I got ECLI C library compiled now but I still have some problems when I try to compile an ECLI example. The message that I get is:...
Hello, ECLI v2 beta relies on GOBO 3.3 You certainly have GOBO 3.4 installed and some routine signature have been changed (switched arguments). If you change...
Hello, I am to use GOBO and install version 3.4. I have download gobo34.zip and copied the files into c:\gobo. Then, I created a system variable $GOBO and...
... I don't think that 5.6.1268 exists. Personally I use 5.6.1218 and I have no problem compiling Gobo with it. Note that the error that you get looks like a...
... I don't think you need to do this, Gilles. Gobo 3.4 is already installed with EiffelStudio 5.6. All you need to do is add the relevant Gobo clusters to...
... Peter> The only tricky part of 3.4 is the XML stuff What's tricky about it? -- Colin Adams Preston Lancashire...
Colin Paul Adams
colin@...
Oct 1, 2005 5:55 am
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 ...
... 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...