Jaime Fournier

Results 24 comments of Jaime Fournier

What does `brew list|grep ssl` show? Try without the ldoptions and -lssl. If that does not work then something like this. Where we find the ssl, and other libs you...

Ok so the issue is that Gambit was built under brew with the assumption of using openssl vs [email protected] path. Brew removed openssl, and made it just a link to...

So I just tested, and the above symlink should fix your issue. Then the `gxc -exe -o hello hello.ss` should work just fine.

It builds fine in Termux.

This is an issue with the leveldb in homebrew. It segfaults on Mojave as well.

It passes for me on the homebrew gerbil/gambit. @PabloReszczynski What build options did you build Gambit and Gerbil with?

@PabloReszczynski you can do a `brew tap ober/brew` and then `brew install --HEAD gerbil-scheme-current` should work. testing it now.

Yeah I got the same error, let me push the fix I have. @PabloReszczynski does the default `brew install gerbil-scheme` work ok on this system? What is your macos version?...

@PabloReszczynski Does the default `brew install gerbil-scheme` work ok for you? do tests pass?