-
Hi,
wanted to try gobo and ran the install file. Unfortunately not successful:
```
tron$ cc -v
OpenBSD clang version 16.0.6
Target: amd64-unknown-openbsd7.5
Thread model: posix
InstalledDi…
rpx99 updated
3 months ago
-
I would discuss about the ability to add a Eiffel interpreter to Gobo Project and how it would be possible to implement it, by using libJIT library for example.
This project can be reused by getest, b…
-
On this document (http://www.gobosoft.com/eiffel/gobo/geant/introduction.html) said:
```
The following script covers 90% of the cases people use geant for. It inherits the Gobo default tasks and o…
ghost updated
3 months ago
-
How do you install local repositories? I've tried this:
mkdir /tmp/my_repository
ln -s $GOBO /tmp/my_repository/
iron repository --add file:///home/berend/tmp/my_repository
iron …
-
Different from the previous: https://github.com/gobo-eiffel/gobo/issues/58
It's Pelles C. See: http://www.smorgasbordet.com/pellesc/
There used to be a request to support Pelles C, but closed: h…
ghost updated
2 years ago
-
Dear Gobo team,
Gobo contains generic clusters and tools in the same projet. I think it would be interesting to split gobo in two distinct projects :
- gobo-clusters: contains libraries (Argument, T…
-
I don't know if it can compile everything in EiffelVision2, but I have an application which uses some parts of it and I managed to compile and run it under Windows. I can see that you are…
mw66 updated
8 months ago
-
It's another endeavor, don't confuse with the previous endeavor with BCC of me.
Here is this compiler: https://github.com/LADSoft/OrangeC
I have created occ.cfg and modified bootstrap.bat to add…
ghost updated
2 years ago
-
when i try to build i get this error:
Apples-MBP:adl-tools root# scons downloads/mac_osx/adl_workbench
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building tar…
-
Currently we have a good way of finding packages: `iron:crypto:crypto.ecf` will correctly locate the package.
But what would be really great to have is being able to install dependencies of a packa…