bckmnn
bckmnn
I ran in a similar issue when building a docker-container for fiduswriter on alpine*. The issue seems to be the `--preserve=mode` option in `cp -r --preserve=mode`. `cp` on osx does...
i had the exact same error message on a windows 7 machine with processing 3.0 & 3.0.1 in 32 & 64 bit. it turned out to be an issue with...
Actually I had this problem with all releases. Between the different processing versions the only thing that changed was the error message. In 3.0 it was the jna error in...
Another workaround (without touching the code itself) for this issue is to link the "default" SDK to the one that is hardcoded: ```bash ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk ``` of course...