From: Eric B. <er...@go...> - 2007-11-09 19:45:04
|
Vitaliy Filin wrote: > What about 64 bit version? The Eiffel library classes should work fine in 64 bit. If you want to have the Gobo Eiffel tools compiled in 64 bit, you'll have to do that yourself (using the install procedure below). You're then welcome to send me the binary files generated in your bin directory so that I can make them available in: https://sourceforge.net/project/showfiles.php?group_id=24591 -- Eric Bezault mailto:er...@go... http://www.gobosoft.com >> In order to avoid binary file incompatibilities between >> operating systems, the Gobo package does not contain executables >> anymore. Instead of that, the directory $GOBO/bin contains the >> C files of the Gobo Eiffel compiler which will be used by a script >> to populate this directory with the binary files for your platform. >> When installing the Gobo package, you will now have to run either: >> >> %GOBO%\install.bat msc >> >> under Windows, or: >> >> $GOBO/install.sh gcc >> >> under Unix/Linux in order to generate the binary files >> of the Gobo tools in the directory $GOBO/bin. |