Search the web
Sign In
New User? Sign Up
gobo-eiffel · Gobo Eiffel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 809 - 841 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
809
... 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...
Eric Bezault
gobosoft
Offline Send Email
Jun 1, 2003
7:10 pm
812
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...
Mike
mikeraschend
Offline Send Email
Jun 12, 2003
2:42 pm
813
... sorry, wrong mailinglist...
Mike
mikeraschend
Offline Send Email
Jun 12, 2003
2:47 pm
814
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@...
Send Email
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...
ericb@...
gobosoft
Offline Send Email
Jun 13, 2003
4:14 pm
816
... 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@...
Send Email
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...
Andreas Leitner
weisznet
Offline Send Email
Jun 13, 2003
8:52 pm
819
... 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...
Colin Paul Adams
colin@...
Send Email
Jun 16, 2003
10:10 am
820
... In target 'install': <set name="xslt_processor" value="xsltproc" unless="$GOBO_XSLT_PROCESSOR"/> <set name="xslt_processor" value="${GOBO_XSLT_PROCESSOR}"...
Sven Ehrke
svenehrkeweb
Offline Send Email
Jun 16, 2003
3:27 pm
821
Hi Eric, Please consider adding the following precondition: require types_match: expected.same_type (actual) to the following: assert_equal (a_tag: STRING;...
neallester
Offline Send Email
Jun 16, 2003
3:34 pm
822
... Sven> In target 'install': Sven> <set name="xslt_processor" value="xsltproc" Sven> unless="$GOBO_XSLT_PROCESSOR"/> <set name="xslt_processor" Sven>...
Colin Paul Adams
colin@...
Send Email
Jun 16, 2003
4:30 pm
823
... 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 Ehrke
svenehrkeweb
Offline Send Email
Jun 16, 2003
6:33 pm
824
... 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@...
Send Email
Jun 16, 2003
7:19 pm
825
... This is really weird. Which version of geant (geant -v) do you have? - Sven...
Sven Ehrke
svenehrkeweb
Offline Send Email
Jun 16, 2003
7:50 pm
826
... 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@...
Send Email
Jun 16, 2003
7:59 pm
827
... That's fine. I have no other idea anymore at the moment. - Sven...
Sven Ehrke
svenehrkeweb
Offline Send Email
Jun 16, 2003
8:31 pm
828
... Note that `expected' and `actual' could be Void. So the precondition that you suggested should be: types_match: (expected /= Void and actual /= Void)...
Eric Bezault
gobosoft
Offline Send Email
Jun 17, 2003
3:03 am
829
... 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 ...
Eric Bezault
gobosoft
Offline Send Email
Jun 17, 2003
3:03 am
830
... 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...
Berend de Boer
berenddeboer
Online Now Send Email
Jun 17, 2003
6:17 am
831
... 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...
Berend de Boer
berenddeboer
Online Now Send Email
Jun 17, 2003
9:06 am
832
... 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...
Neal L. Lester
neallester
Offline Send Email
Jun 17, 2003
3:14 pm
833
... 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...
Eric Bezault
gobosoft
Offline Send Email
Jun 18, 2003
12:21 am
834
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Marcio Marchini
sglebs
Offline Send Email
Jun 18, 2003
2:35 pm
838
... 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...
Sven Ehrke
svenehrkeweb
Offline Send Email
Jun 18, 2003
7:19 pm
839
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@...
Send Email
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 Leitner
weisznet
Offline Send Email
Jun 19, 2003
4:00 pm
841
... 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...
Colin Paul Adams
colin@...
Send Email
Jun 19, 2003
4:04 pm
Messages 809 - 841 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help