ormf / cl-link

GNU General Public License v2.0
0 stars 0 forks source link

Compilation error when following installation instructions #2

Open Bubobubobubobubo opened 4 months ago

Bubobubobubobubo commented 4 months ago

After your comment in #1, I gave it a try and tried to compile everything on MacOS Ventura 13.6.3, Intel Macbook Pro. The build crashes when building the lib mentioned in the install process:

➜  build git:(master) ✗ make
[ 50%] Building CXX object CMakeFiles/AbletonLink.dir/src/link-clcxx.cpp.o
In file included from /Users/bubo/quicklisp/local-projects/cl-link/link-clcxx/src/link-clcxx.cpp:2:
In file included from /Users/bubo/quicklisp/local-projects/cl-link/link-clcxx/include/clcxx/clcxx.hpp:13:
/Users/bubo/quicklisp/local-projects/cl-link/link-clcxx/include/clcxx/package.hpp:6:10: fatal error: 'memory_resource' file not found
#include <memory_resource>
         ^~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/AbletonLink.dir/src/link-clcxx.cpp.o] Error 1
make[1]: *** [CMakeFiles/AbletonLink.dir/all] Error 2
make: *** [all] Error 2
ormf commented 3 months ago

Sorry, I'm at loss here as I'm on linux I fear I can't help :-(