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@...
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@...
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...
... 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@...
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@...
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@...
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@...
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@...
Nov 25, 2005 8:20 am
1341
... Ok. VE conforms with the Eiffel language? Damian...
Damian Dobroczyń...
damian@...
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 -- ...
... 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@...
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. ;-) -...
... 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...
... No. As I already said, each release of SE is breaking existing code. Solving this particular problem (which is not about case- sensitivity -- Gobo...
... What is the status of your compiler? ($5000 for ISE equals to my annual income. I have family ;)) Damian....
Damian Dobroczyń...
damian@...
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...
... 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> 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@...
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...
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...
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...
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...
... 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...
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...
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...
... 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. ================== ...
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...
... 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)...