Closed cascassette closed 5 months ago
Link uses a submodule to pull in asio. Is it possible you have updated Link but not asio? You can run git submodule update --init --recursive
to update all submodules.
Hi Gonzalo, that was it in the end indeed. I always get my submodule commands mixed up. Thanks!!
I just updated the link repo inside my project, and tried to run the commands again as specified in the readme.
cmake ..
worked, butcmake --build .
gave me the following:Not sure what I can do about this. I'm on Sonoma 14.5, one of the last intel macbook pros. I came to try to update everything because I'm nearing beta phase of my project and as such had to enable hardening in order to be able to ship a notarised package.