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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1333 - 1362 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1333
Hi all. I would like to use GOBO package with SE 2.2. I need to know all kind of problems SE 2.2 has with GOBO (besides this legendary "upper/lowercase" ...
Damian Dobroczyń...
damian@...
Send Email
Nov 23, 2005
11:52 am
1334
Hi all. I've tried to compile Gutentag project which uses extensively Eiffel parser cluster from Gobo 3.4. I used ISE Eiffel 5.6 and obtained: """ Error code:...
Damian Dobroczyń...
damian@...
Send Email
Nov 24, 2005
10:10 am
1335
... Please note that Gutentag requires Gobo CVS to compile correctly. ... Error code: VEEN Error: unknown identifier. What to do: make sure that identifier, if...
Andreas Leitner
weisznet
Offline Send Email
Nov 24, 2005
10:35 am
1336
... Damian> Hi all. I would like to use GOBO package with SE 2.2. I Damian> need to know all kind of problems SE 2.2 has with GOBO Damian> (besides this...
Colin Paul Adams
colin@...
Send Email
Nov 24, 2005
8:53 pm
1337
... Well, I've written a Python script that tried to transform *all* of the upper case identifier to lower case (for features only of course). Of course, it...
Damian Dobroczyń...
damian@...
Send Email
Nov 25, 2005
6:26 am
1338
Hi all. I would like to re-compile GEANT in GOBO 3.4 and after problems with SE ... /home/damian/tmp/gobo/library/lexical/lex/lx_lex_parser_skeleton.e ... ...
Damian Dobroczyń...
damian@...
Send Email
Nov 25, 2005
6:32 am
1339
... Damian> When developing a software I find it very reasonable to Damian> try to find *common* *denominator* for the broadest set of Damian> compilers I...
Colin Paul Adams
colin@...
Send Email
Nov 25, 2005
7:41 am
1340
... Ok. This message is not longer valid. I used slightly different sources of GOBO. Now, after downloading vanilla GOBO 3.4 and re-compiling geant ... Error...
Damian Dobroczyski
damian@...
Send Email
Nov 25, 2005
8:20 am
1341
... Ok. VE conforms with the Eiffel language? Damian...
Damian Dobroczyń...
damian@...
Send Email
Nov 25, 2005
9:05 am
1342
... You need to clean up your Visual Eiffel universe as it probably still refers to your old project using different sources of Gobo. Just type: vec -eu -y -- ...
Eric Bezault
gobosoft
Offline Send Email
Nov 25, 2005
9:23 am
1343
... Thanx for advice. I've clean it. I still have errors but this time the ... Error VESYS439: There is no such path '' . Error VESYS439: There is no such path...
Damian Dobroczyń...
damian@...
Send Email
Nov 25, 2005
9:36 am
1344
... The Eiffel community doesn't have a case problem. Eiffel is case- insensitive. If the compiler is case-sensitive, then it isn't an Eiffel compiler. ;-) -...
Peter Gummer
peter_gummer
Offline Send Email
Nov 25, 2005
9:36 am
1345
... That's what I've done during almost 10 years with the Gobo project. And it was still the case when Gobo 3.4 was released. However it is now a waste of time...
Eric Bezault
gobosoft
Offline Send Email
Nov 25, 2005
9:46 am
1346
... No. As I already said, each release of SE is breaking existing code. Solving this particular problem (which is not about case- sensitivity -- Gobo...
Eric Bezault
gobosoft
Offline Send Email
Nov 25, 2005
9:58 am
1347
... What is the status of your compiler? ($5000 for ISE equals to my annual income. I have family ;)) Damian....
Damian Dobroczyń...
damian@...
Send Email
Nov 25, 2005
10:54 am
1348
... Currently it is in a stage that it can compile itself. And it is the only Eiffel compiler whose code can be compiled with other Eiffel compilers (including...
Eric Bezault
gobosoft
Offline Send Email
Nov 25, 2005
12:24 pm
1349
... Thanx for help. Have a nice day, Damian...
Damian Dobroczyń...
damian@...
Send Email
Nov 25, 2005
1:38 pm
1350
... Hash: SHA1 ... I suppose we still support SE 1.x and the compiler based upon the 1.2x releases? Within the constraints of course (it must at least be ...
Berend de Boer
berenddeboer
Online Now Send Email
Nov 25, 2005
7:37 pm
1351
... Berend> I suppose we still support SE 1.x and the compiler based Berend> upon the 1.2x releases? Within the constraints of course Berend> (it must at least...
Colin Paul Adams
colin@...
Send Email
Nov 25, 2005
7:58 pm
1352
Hi Eric, Have you already created an open-source project (e.g. on sourceforge) for yor new ECMA Eiffel compiler? I would like to help with development and...
Todd Courtois Stellan...
thrustoleum
Offline Send Email
Dec 21, 2005
8:53 pm
1353
Hi Todd ... The compiler is part of the Gobo Eiffel project which is hosted here: https://sourceforge.net/projects/gobo-eiffel/ You'll need to "bootstrap" the...
Eric Bezault
gobosoft
Offline Send Email
Dec 22, 2005
3:01 pm
1354
Dear List, I would like to recompile a single class (from a text string) again and again to see if it contains bugs. The current way that I have implemented it...
Bernd Schoeller
berndschoeller
Offline Send Email
Jan 24, 2006
10:16 am
1355
... You should call `compile_system' instead of `parse_system' in order to check validity rules. -- Eric Bezault mailto:ericb@... ...
Eric Bezault
gobosoft
Offline Send Email
Jan 24, 2006
11:17 am
1356
Hi, I'm running Windows XP and VS.NET 2005. Checked out GOBO CVS tonight, dropped to dos, and ran vcvars32.bat. Ran boostrap msc ise and it failed. Can't find...
grantrettke
Offline Send Email
Feb 23, 2006
9:30 am
1357
... It works fine with me with VS.NET 2003. I don't have VS.NET 2005 but after some investigation I think I found the problem. These C files used in Gobo's...
Eric Bezault
gobosoft
Offline Send Email
Feb 23, 2006
11:42 am
1358
Hello list ! ... Actually that code is included but that's not important. What's funny is that I fixed that test in SmartEiffel just days ago. You may also...
Frederic Merizen
fred_zen
Offline Send Email
Feb 23, 2006
2:02 pm
1359
Recently I needed to re-install SE 1.0. I used Visual Studio Express Edition and found the same problem (can't find inttypes.h) I tried the exact suggestion...
Heilig, Brian - ACD
heiligb
Offline Send Email
Feb 23, 2006
2:33 pm
1360
... It worked fine for me with VS.NET 2003, also. ... I just did a get and performed the following steps. The build appears to have failed. ================== ...
grantrettke
Offline Send Email
Feb 24, 2006
10:26 am
1361
Hi, is there a standard way to calculate the type of an ET_EXPRESSION within the gobo eiffel tools, assuming that I have already compiled the system? Bernd...
Bernd Schoeller
berndschoeller
Offline Send Email
Feb 24, 2006
3:20 pm
1362
... These errors look similar to what Brian described in his message yesterday. I don't know if Frederic's patch: #if defined(_MSC_VER) && (_MSC_VER >= 1400)...
Eric Bezault
gobosoft
Offline Send Email
Feb 24, 2006
6:57 pm
Messages 1333 - 1362 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