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...
... I think that environment variables are not interpreted in Xace files. You should pass these variables using the command-line option --define. You can see...
... Here is the .eant file for the test directory: <project name="posix_test" default="help"> <description> description: "Eiffel Ant file for Serial...
... OK, I got it. Options declared at the level of the library are only taken into account when the library.xace is used as root Xace file (for example to...
Hi Guys, note2 in class DT_DATE_TIME_DURATION says: Do not take leap seconds into account Should this be: Does not take leap seconds into account ? -- Cheers, ...
Hi All, I would like to have a duration that is a quarter (or a third) of another duration. Is that possible? -- Cheers, Berend de Boer [Non-text portions of...
... I was using the same style convention as for feature header comments. Now I realize that it may indeed be confusing as to whether the class does not take...
... There is nothing readily available. Let's consider that you have a duration of 1 month, and you want to quarter of it. What should it be? Well, I guess it...
Dear Colin and Eric, Next Friday I will be pitching Eiffel to a development team at ITT Space Systems. They make heavy use of XML and I was hoping you could ...
Hi Brian, I'm not Colin or Eric (obviously), but I am a happy recent user of the Gobo XML classes. A couple of weeks ago I was asked to generate a simple, dumb...
... Eric> There is nothing readily available. Let's consider that you Eric> have a duration of 1 month, and you want to quarter of Eric> it. What should it be?...
... Eric> In that case I would suggest turning the duration into a Eric> definite duration (using `to_definite'). This step isn't clear when I tried it....
... Well, according to the doc it should take a DT_DATE_TIME as argument! The reason why it takes a DT_DATE_TIME was what I referred to in my initial message...
... Eric> ~~~~~~~~~~~~~~~~~~~ Let's consider that you have a duration of Eric> 1 month, and you want to quarter of it. What should it be? Eric> Well, I guess...
... In that case, use the begin date for the argument of `to_definite'. ... If you use begin_date.duration (end_date), you are lucky because the result is...
... Eric> Or you will get overflow because the number of seconds is too Eric> large to fit into an integer. Well, epoch does INTEGER_64 now. And this was...
... Eric> Or you will get overflow because the number of seconds is Eric> too large to fit into an integer. Berend> Well, epoch does INTEGER_64 now. And this...
Colin Paul Adams
colin@...
May 29, 2008 9:03 pm
1659
... Brian> Dear Colin and Eric, Next Friday I will be pitching Eiffel Brian> to a development team at ITT Space Systems. They make heavy Brian> use of XML and...
Colin Paul Adams
colin@...
May 29, 2008 9:06 pm
1660
... Peter> file via a File Save dialog, and the XML DOM was built and It's not a DOM. It's an object oriented XML tree structure. The DOM is ghastly. Peter>...
Colin Paul Adams
colin@...
May 29, 2008 9:11 pm
1661
... there's considerable scope for improvememt there though, this functionality could be implemented in a small fraction of the existing code (the geuc...
... see as_html in http://svn.origo.ethz.ch/viewvc/goanna/trunk/goanna/library/application/xml/goa_xml_document.e?view=markup and the related transformer...