... This is now in CVS. As I already warned several times here, these changes will most likely break existing code. And forthcoming changes will certainly...
Hello during a compile process I get the error message: fatal error C1013: compiler limit : too many open parentheses NMAKE : fatal error U1077: 'cl' : return...
Is there a way to enable specific classes of debug instructions with gexace? I've tried looking through options.txt, and I don't see it. -- Colin Paul Adams ...
Colin Paul Adams
colin@...
Jun 13, 2003 2:43 pm
815
... Hmmm, it's as easy as looking for string "debug" in that file! Look for "debug" and "debug_tag" in sections "SYSTEM OPTIONS", "CLUSTER OPTIONS" and "CLASS...
... Erich> Hmmm, it's as easy as looking for string "debug" in that Erich> file! Look for "debug" and "debug_tag" in sections "SYSTEM Erich> OPTIONS",...
Colin Paul Adams
colin@...
Jun 13, 2003 4:34 pm
817
... The following would enable debug instructions with the key 'GELEX' and 'GEYACC'. (Given that ${DEBUG} is defined) <option if="${DEBUG}"> <option...
... Sven> Ah, now I see. You're right, there is one <xslt> using the Sven> default processor (Xalan). I Just fixed it in cvs. I did not Sven> notice it before...
Hi Eric, Please consider adding the following precondition: require types_match: expected.same_type (actual) to the following: assert_equal (a_tag: STRING;...
... I am not sure if I understand your problem. When I invoke geant -v install I get: ... geant_documentation.xslt: [set] previous=se_task [set] input=set_task...
... Sven> I am not sure if I understand your problem. Sven> When I invoke Sven> geant -v install When I do it, I get the following: Loading Project's...
Colin Paul Adams
colin@...
Jun 16, 2003 7:19 pm
825
... This is really weird. Which version of geant (geant -v) do you have? - Sven...
... Sven> This is really weird. Which version of geant (geant -v) do Sven> you have? Well, if instead I do: geant --version it says: geant version 3.1 But I...
Colin Paul Adams
colin@...
Jun 16, 2003 7:59 pm
827
... That's fine. I have no other idea anymore at the moment. - Sven...
... Note that `expected' and `actual' could be Void. So the precondition that you suggested should be: types_match: (expected /= Void and actual /= Void)...
... Hmmm, so they're paranoiac at "X"! ;-) ... No, there is no such package available. I won't be able to build one before next week as I'm in the middle of ...
... In that case I'll build a snapshot on my machine. You need to have some patience (a few hours) and you'll get a snapshot, so just straight my directory as...
... You can now download the last snapshot from: http://www.pobox.com/~berend/eiffel/gobo-snapshot-20030617.tar.bz2 -- Live long and prosper, Berend de Boer...
... This is indeed why I made the suggestion. I got a segmentation violation when I called assert_equal with two non-conforming objects as arguments. I am...
... The problem is that it does not work with SmartEiffel. Indeed they decided that 2, 4, 5, etc. were INTEGER_8 whereas all other Eiffel compilers follow the...
I do not inderstand what the s_is_string clause below is supposed to be doing: make_from_utf8 (s: STRING) is -- Initialize from the bytes sequence of `s'...
Colin Paul Adams
colin@...
Jun 18, 2003 11:40 am
835
... Colin> I do not inderstand what the s_is_string clause below is Colin> supposed to be doing: Colin> make_from_utf8 (s: STRING) is -- Initialize from the ...
Colin Paul Adams
colin@...
Jun 18, 2003 11:43 am
836
Hello, Plz excuse if someone else has solved this already, but I tried to compile geant with SE 1.1 and got the following error. ****** Fatal Error: Type...
David Creelman
dave@...
Jun 18, 2003 12:57 pm
837
http://lambda.weblogs.com/2003/06/09 I found the article "Extensible Syntax with Lexical Scoping" quite interesting, and something that GOBO might want to...
... I think you are compiling GOBO 3.1 against SE 1.1. The 'Release_notes.txt' of GOBO 3.1 say that it supports SE -0.74 and SE 1.0. SmartEiffel changed the...
I have a problem with a system.xace file that I have just written. Namely that two clusters contain classes of the same name (from different libraries -...
Colin Paul Adams
colin@...
Jun 19, 2003 3:34 pm
840
... I think the idea is that a library specifies its own clusters and not its dependencies. Then such problems never arrise. So for example if I have two...
... Andreas> Or am I misunderstanding you, and there are actually two Andreas> different DOM_TEXT classes, one that comes with EDOM and Andreas> oe that comes...