Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gobo-eiffel · Gobo Eiffel

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1333 - 1362 of 1821   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1333 Damian Dobroczyń...
damian@... Send Email
Nov 23, 2005
11:52 am
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" ...
1334 Damian Dobroczyń...
damian@... Send Email
Nov 24, 2005
10:10 am
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:...
1335 Andreas Leitner
weisznet Send Email
Nov 24, 2005
10:35 am
... Please note that Gutentag requires Gobo CVS to compile correctly. ... Error code: VEEN Error: unknown identifier. What to do: make sure that identifier, if...
1336 Colin Paul Adams
colin@... Send Email
Nov 24, 2005
8:53 pm
... 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...
1337 Damian Dobroczyń...
damian@... Send Email
Nov 25, 2005
6:26 am
... 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...
1338 Damian Dobroczyń...
damian@... Send Email
Nov 25, 2005
6:32 am
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 ... ...
1339 Colin Paul Adams
colin@... Send Email
Nov 25, 2005
7:41 am
... 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...
1340 Damian Dobroczyski
damian@... Send Email
Nov 25, 2005
8:20 am
... 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...
1341 Damian Dobroczyń...
damian@... Send Email
Nov 25, 2005
9:05 am
... Ok. VE conforms with the Eiffel language? Damian...
1342 Eric Bezault
gobosoft Send Email
Nov 25, 2005
9:23 am
... 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 -- ...
1343 Damian Dobroczyń...
damian@... Send Email
Nov 25, 2005
9:36 am
... 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...
1344 Peter Gummer
peter_gummer Send Email
Nov 25, 2005
9:36 am
... 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. ;-) -...
1345 Eric Bezault
gobosoft Send Email
Nov 25, 2005
9:46 am
... 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...
1346 Eric Bezault
gobosoft Send Email
Nov 25, 2005
9:58 am
... No. As I already said, each release of SE is breaking existing code. Solving this particular problem (which is not about case- sensitivity -- Gobo...
1347 Damian Dobroczyń...
damian@... Send Email
Nov 25, 2005
10:54 am
... What is the status of your compiler? ($5000 for ISE equals to my annual income. I have family ;)) Damian....
1348 Eric Bezault
gobosoft Send Email
Nov 25, 2005
12:24 pm
... 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...
1349 Damian Dobroczyń...
damian@... Send Email
Nov 25, 2005
1:38 pm
... Thanx for help. Have a nice day, Damian...
1350 Berend de Boer
berenddeboer Send Email
Nov 25, 2005
7:37 pm
... 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 ...
1351 Colin Paul Adams
colin@... Send Email
Nov 25, 2005
7:58 pm
... 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...
1352 Todd Courtois Stellan...
thrustoleum Send Email
Dec 21, 2005
8:53 pm
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...
1353 Eric Bezault
gobosoft Send Email
Dec 22, 2005
3:01 pm
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&quot; the...
1354 Bernd Schoeller
berndschoeller Send Email
Jan 24, 2006
10:16 am
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...
1355 Eric Bezault
gobosoft Send Email
Jan 24, 2006
11:17 am
... You should call `compile_system&#39; instead of `parse_system&#39; in order to check validity rules. -- Eric Bezault mailto:ericb@... ...
1356 grantrettke Send Email Feb 23, 2006
9:30 am
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...
1357 Eric Bezault
gobosoft Send Email
Feb 23, 2006
11:42 am
... 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...
1358 Frederic Merizen
fred_zen Send Email
Feb 23, 2006
2:02 pm
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...
1359 Heilig, Brian - ACD
heiligb Send Email
Feb 23, 2006
2:33 pm
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...
1360 grantrettke Send Email Feb 24, 2006
10:26 am
... 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. ================== ...
1361 Bernd Schoeller
berndschoeller Send Email
Feb 24, 2006
3:20 pm
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...
1362 Eric Bezault
gobosoft Send Email
Feb 24, 2006
6:57 pm
... 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)...
Messages 1333 - 1362 of 1821   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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