r900
r900
not sure if that helps, but i got this to compile and run on a gentoo ~amd64 system with boost-1.85.0
> That is good information! Can you verify that something like File loading or saving actually works via sclang? gave it a try just now. loading a sample into a...
> Can you test if sclang can also open/read/write files, e.g. through https://docs.supercollider.online/Classes/File.html i ran all the examples at the bottom of that page, no problems. then copied a file,...
> Also `resolveRelative` should return the right path. tested with a file in /tmp: `"../usr/bin".resolveRelative;` -> `/tmp/../usr/bin` `File.realpath("../../usr/./../../../usr/bin".resolveRelative);` -> `/usr/bin` Edit: Opening a file with SoundFile / openRead, then running...
> New command need new Line it doesn't, though. ``` AKAUNTING_SETUP=true docker-compose up -d ``` means `AKAUNTING_SETUP` is set to `true` for the command that follows on the same line...