One of the main concerns of the Gobo Eiffel Project is to provide
the Eiffel community with Eiffel tools and libraries that are free
and portable across various Eiffel compilers available on the market.
That way, you can still use your favorite Eiffel compiler while taking
advantage of the goodies included in Gobo Eiffel.
The software included in this package is copyrighted freeware distributed
under the terms and conditions of the MIT License as specified in file
License.txt.
Gobo Eiffel is a multi-developer open-source project whose development
is hosted at
Github
while the official site (for stable releases) is located at
gobosoft.com.
Gobo Eiffel already consists of seventeen Eiffel libraries:
and twelve utilities:
Note that these utilities are not needed if you just want to use the
library classes provided in this package.
The supported Eiffel compilers, in alphabetical order, are:
For more details about the supported Eiffel compilers, please see the file
Release_notes.md.
This software might work with other Eiffel compilers and/or other compiler
versions, however no test has been made yet.
To have a better understanding of the way this software has been designed
and implemented, you can also have a look at
portability issues.
The software provided in this distribution should work on any platform
where supported Eiffel compilers are available. However this software
has only been tested under Windows 10 and Linux.
Since most Eiffel compilers use the notation $NAME
for environment
variables in their ECF files (or equivalent), this convention has been
used instead of the Windowish %NAME%
. Likewise, the directory separator
used throughout this distribution is /
, following Unix/Linux convention
instead of the Windows \
separator.
To install this package, please follow the instructions below:
gobo*-src.7z
, or check-out the files from the%GOBO%
to that directory,%GOBO%\bin
in your PATH
.To build the tools (e.g. gec, geyacc, ...), execute the script:
%GOBO%\bin\install.bat <c_compiler>
where <c_compiler>
is a C compiler installed on your
computer (for example use msc
for Microsoft C compiler).
gobo*-src.tar.gz
, or check-out the files from the$GOBO
to that directory, known$GOBO/bin
in your PATH
.To build the tools (e.g. gec, geyacc, ...), execute the script:
$GOBO/bin/install.sh <c_compiler>
where <c_compiler>
is a C compiler installed on your
computer (for example use gcc
for GNU C compiler).
A list of the known defects along with eventual bug fixes or
workarounds is available in the
issue tracker
on GitHub (an older
bug tracker
is available on SourceForge). If you find a bug which does not
appear in this list yet, please
report it.
We will try to provide a bug fix as soon as possible
(usually within one or two days).
There is a
mailing list
(hosted at SourceForge) for discussions about the features under
development in the
Git repository
on GitHub. You can subscribe and take part to the discussions or ask your questions there.
Although the license allows you to do pretty much whatever you want
with this software, we would be grateful to get your feedback,
bug reports and/or bug fixes, improvements, etc. so that others
could benefit from your work and ideas as well.
We would also be interested in hearing about your projects and
how easy (or difficult) it was to adapt this software for your
specific needs. Thank you in advance.
You are also welcome to take part in the development of the
Gobo Eiffel Project. Some
developer guidelines
are available to help you make the first steps.
Copyright (c) 1997-2022, Eric Bezault and others