Jean Carass

Results 11 comments of Jean Carass

@JL2210 Thanks, noted about Linuxbrew and Chromebrew. What has GCC and Fortran to do with with building MSBuild and F# ?

I found a temporary workaround: ``` pip uninstall speechbrain pip install speechbrain==0.5.16 ```

In case you do not have access to macOS, instructions for building for a Debian system for arm64 (aarch64) would be great also. It is much easier for me to...

Hello, I tried to build Ofront+ on macOS, but it crashed at some point due to missing some SDL dependencies (I did not had time dig too much into what...

I tried building on a Debian arm64 machine and failed. Than I tried to build just Ofront+, failed again. I opened a new issue on Ofront+ if you want to...

@Oleg-N-Cher Yes, I realized that later, SDL is not needed to build the translator. Biggest problem on macOS is that your provided *ofront+* executable can't be run no matter what...

Hi, I did as you suggested, I run o2c on Debian arm64 in Target/macOS/Lib/Bin/o2c and Target/macOS/Bin/o2c. Moved the repo to my Mac and tried to run cc. Like before it...

Yep, check the cc script from Target/macOS/Lib/Bin, your script tries to build and link with SDL2. ``` ## Free Oberon $CC SDL2.c SDL2mixer.c In.c Out.c Graph.c Sound.c Turtle.c -w if...

On macOS Ventura (aarch64/arm64) I used the default C compiler - Clang: ``` ~ % clang --version Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin22.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin ```

After I removed Sound.c and Sound.o from the *cc* script I was able to build the library and executable ! (As a side note Apple moved all their laptops and...