marvin-littlewood
marvin-littlewood
For future newbies, IMHO: > In WSL2, start interpreter RIDE_INIT="SERVE:*:4502" dyalog. should be: ```RIDE_INIT="SERVE::4502" dyalog``` Note: leave out the asterisk HTH Marv Source: [RIDE User Guide](https://docs.dyalog.com/18.0/RIDE%20User%20Guide.pdf)
Same here... FWIW: There has been a recent upgrade to Catalina. The version is now 10.15.7 (19H1715). I installed xeus-cling and Jupyter from conda-forge in a new environment. C++17 fails...
Me too! C++17 fails on Mac Catalina after clean install of JupyterLab and Xeus-cling, when opening a notebook that was developed under xeus-cling C++17 and worked perfectly before. The error...
I have the same issue. Please see: [Cling (Clang-13) compile errors on Ubuntu 22.04, using ubuntu clang++14](https://root-forum.cern.ch/t/cling-clang-13-compile-errors-on-ubuntu-22-04-using-ubuntu-clang-14/56866).
I just (2024-04-30:14:21 GMT) used the build-script and built the current version in the repository & ran the above test. There was **no** crash report - so all seems to...