... Hash: SHA1 Hi All, I'm trying to compile an se project with gec, but get a couple of catcall warnings. Some are easy to follow, but others leave me quite ...
... Most of the time CAT-call errors are the result of the usage of `is_equal' whose signature is CAT-call error prone. If this equality tester is the key...
... Hash: SHA1 ... Eric> In fact it does. If you use the --cat option, it will give Eric> you for each CAT-call error all the paths in the code that Eric> lead...
Hello, A new release of Gobo is available from the usual location: https://sourceforge.net/projects/gobo-eiffel/ This version should work with the forthcoming...
... Thank you. It's now available from the Gobo project download page on SourceForge. If other people want to share their binary files generated on other ...
... You can write: posix_difftime (time_end, time_start: INTEGER): DOUBLE is external "C signature (EIF_INTEGER, EIF_INTEGER): EIF_DOUBLE" end But I don't...
... Eric> When you wrote 'posix_difftime', you should have written a Eric> prototype for it in some header file as well. So what you have Eric> to do is: Eric>...
... It is probably not hard to add. It's just that I'm not sure this is the right thing to do. If you don't want to write a header file, then I think that it...
... Eric> It is probably not hard to add. It's just that I'm not sure Eric> this is the right thing to do. If you don't want to write a Eric> header file, then...
... The luck is that it's not specified anywhere in the standard and you might have no prototype if you specify a header file that does not contain such...
... Eric> The luck is that it's not specified anywhere in the standard Eric> and you might have no prototype if you specify a header file Eric> that does not...
... Yes. One thing to note is that gec only supports finalized/boost mode for the moment. Therefore there is not code generated yet for assertions or debug...
... In fact you can specify several header files. This means that not all of them will introduce a prototype for the routine. Some may specify a C type for...
... Eric> One thing to note is that gec only supports finalized/boost Eric> mode for the moment. Therefore there is not code generated yet Eric> for assertions...
Hi,
Here is a potential patch to add local variable support to geant.
Any comment ?
Jocelyn
On 1/31/2008 18:33 PM, Jocelyn wrote:
> Hi Gobo team
>
> Would...
Hi Jocelyn, Somehow I didn't receive the original message that you sent on January 31rst. I'm glad you copied it below. If Sven has no objection about this...
Indeed, I first used the wrong email address which is not registered on the list. and I replied to my own message, because I thought my original message were...
Yes, I am still around :-) I would find it very useful to have local variables in geant. Note that I did not look into the the details of the patch. But what...
... [...] ... 'accept_errors' is something I would like as well for <getest>. For example it's not because a test fails that I don't want to run the other...
I agree that <local ../> would be nicer than <setlocal ... /> but then .. do we consider <local ../> as local declaration, as <argument ... /> and in this...
Hello, A new release of Gobo is available from the usual location: https://sourceforge.net/projects/gobo-eiffel/ This version should work with the forthcoming...
... Eric> $GOBO/install.sh gcc Eric> under Unix/Linux in order to generate the binary files of Eric> the Gobo tools in the directory $GOBO/bin. Hm. That...
Colin Paul Adams
colin@...
May 11, 2008 10:27 am
1635
... I updated the script in SVN. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Guys, While installing release 3.8 on Red Hat Linux I encountered the following error: In file included from gexslt43.c:1: gexslt.h:385:16: gc.h: No such file...
... You should remove this line: <option name="garbage_collector" value="boehm"/> from the file $GOBO/src/gexslt/ge.xace. Colin, is it possible to regenerate...
Hi again, I have the following environment variable GOBO_OS=unix defined in /etc/profile. In one of my xace files I have some conditional lines, for example: ...
... Actually, there seems to be two separate issues. The header and link options don't make it into compile_ge.xace at all (whether or not the conditional is...