Re: Curios about Euphoria 4.2 Progress
- Posted by jmduro 1 month ago
- 628 views
axtens_bruce said...
Linux build issues too at this gist
-Bruce
I built EU 4.2 under WSL on Windows 11 as indicated in the Downloads section with no problem. I just had to add "sudo make install" which seems to be missing.
duro@DESKTOP-BAUM0TJ:~/temp/euphoria/source$ eui -v Euphoria Interpreter v4.2.0 development 64-bit Linux, Using System Memory Revision Date: 2025-01-24 03:31:36, Id: 22b5124 duro@DESKTOP-BAUM0TJ:~/temp/euphoria/source$ cat /etc/debian_version bookworm/sid duro@DESKTOP-BAUM0TJ:~/temp/euphoria/source$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.5 LTS" duro@DESKTOP-BAUM0TJ:~/temp/euphoria/source$
Jean-Marc