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.

Messages

  Messages Help
Advanced
Messages 1356 - 1385 of 1713   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1363
... There is no such thing as ET_EXPRESSION.type because the type of the expression depends on the context. For example if we have: class A feature f is do ...
Eric Bezault
gobosoft
Offline Send Email
Feb 24, 2006
7:13 pm
1364
... I just did a get and see the changes. The build fails similar to last time. I will try downloading the 2003 PSDK. ... ...
grantrettke
Offline Send Email
Feb 25, 2006
10:00 am
1365
I meant to say that I will try the Visual C++ Toolkit 2003....
grantrettke
Offline Send Email
Feb 25, 2006
10:00 am
1366
... Set the variables: set INCLUDE=%INCLUDE%;C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include set LIB=%LIB%;C:\Program Files\Microsoft Visual...
grantrettke
Offline Send Email
Feb 25, 2006
10:01 am
1367
... Did you need to set any variables like PATH, INCLUDE, or LIB? I installed the VC++ toolki 2003. When I try building gobo through the VC++ toolkit 2003...
grantrettke
Offline Send Email
Feb 25, 2006
10:01 am
1368 Heilig, Brian - ACD
heiligb
Offline Send Email
Feb 27, 2006
3:17 pm
1369
Guys, I'd like to pass a command-line argument to one of my test classes. There are two reasons for this: 1. The test is every so slightly different if it is...
Brian Heilig
heiligb
Offline Send Email
Feb 27, 2006
11:03 pm
1370
Hi Katrin, ... The spec directory contains one subdirectory for each supported Eiffel compiler (ise for ISE Eiffel, se for SmartEiffel, ve for Visual Eiffel)....
Eric Bezault
gobosoft
Offline Send Email
Feb 28, 2006
1:03 pm
1371
... You can use: inherit KL_ShARED_OPERATING_SYSTEM if operating_system.is_windows then ... if operating_system.is_unix then ... ... In fact I do something...
Eric Bezault
gobosoft
Offline Send Email
Feb 28, 2006
6:53 pm
1372
... Here's what I did... In my build.eant file I added the following line: <redefine target="test"/> I then copied the "test" target from test.eant and added...
Brian Heilig
heiligb
Offline Send Email
Feb 28, 2006
10:23 pm
1373
When implementing a function like: a_string: STRING is -- A string do ... end why do you use: Result := STRING_.cloned_string ("A string!") instead of just ...
Brian Heilig
heiligb
Offline Send Email
Mar 5, 2006
11:31 pm
1374
... This is legacy code, and as much as possible I try to replace the first occurrences by the latter. The reason why we used to write the former form in Gobo...
Eric Bezault
gobosoft
Offline Send Email
Mar 5, 2006
11:38 pm
1375
... FWIW, such a routine would have come in handy for me too at several occasions... (; Andreas...
Andreas Leitner
weisznet
Offline Send Email
Mar 7, 2006
2:04 pm
1376
Hi, A while back I emailed the list because I couldn't bootstrap GOBO using VS.NET 2005. Based on everyones feedback I did compile it by performing the...
grantrettke
Offline Send Email
Mar 7, 2006
10:24 pm
1377
Grant Rettke wrote:> ... I think with this way you will not be able to build EStudio solutions because only the most recent PSDK has nmake. Brian...
Brian Heilig
heiligb
Offline Send Email
Mar 7, 2006
10:29 pm
1378
... Hi Brian, I used VS.NET 2005 with ISE, and that has worked fine. For stuff that won't build on VS.NET 2005, I have been using the solution described in my...
Grant Rettke
grantrettke
Offline Send Email
Mar 7, 2006
10:43 pm
1379
Hi, I tried to build the goanna test/utility project with SmartEiffel 1.2r6 on Windows XP Pro with VC++ 2003 and got the following errors: ...
grantrettke
Offline Send Email
Mar 9, 2006
9:10 pm
1380
... You'll have to show us the code of the routine `test_unbounded_pool' from class UTILITY_TEST_POOL and of the routine `test_last_index_of' from class...
Eric Bezault
gobosoft
Offline Send Email
Mar 9, 2006
9:37 pm
1381
... {UTILITY_TEST_POOL}. test_unbounded_pool is -- Test unbounded pool local pool: POOL [POOL_ELEMENT] item, item2, item3: POOL_ELEMENT do create pool.make ...
Grant Rettke
grantrettke
Offline Send Email
Mar 9, 2006
10:10 pm
1382
... OK, I would suggest using `assert_integers_equal' instead of `assert_equal'. With newer versions of SmartEiffel INTEGER does not conform to ANY anymore, so...
Eric Bezault
gobosoft
Offline Send Email
Mar 9, 2006
10:57 pm
1383
... Thanks so much, that was the problem!...
Grant Rettke
grantrettke
Offline Send Email
Mar 10, 2006
4:06 am
1384
I've set up VC++ 2005 following Manus email from the ise eiffel mail list and found that, as Brian has already mentioned, and I had seen, that SmartEiffel code...
grantrettke
Offline Send Email
Mar 12, 2006
4:58 am
1385
Hello, I'm happy to announce that the Gobo Eiffel compiler is now able to compile all Eiffel code contained in Gobo CVS. I wrote the first lines of the doc: ...
Eric Bezault
gobosoft
Offline Send Email
Mar 19, 2006
2:36 pm
Messages 1356 - 1385 of 1713   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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