Robin Swift
Robin Swift
Thanks for the feedback. You can set the number of cores to use during the build like this: ```bash $ CMAKE_BUILD_PARALLEL_LEVEL=4 cmake --build . ``` for a 4 core build,...
Ok, that version is pretty out of date. Can you try these lines please? This will get a fresh copy to a new directory and ensure that the submodules are...
Ok, so this appears to be GLFW asking to build the docs using doxygen. I didn't notice because I have doxygen installed. Try rerunning using this: ```sh wget https://raw.githubusercontent.com/Embroidermodder/Embroidermodder/refs/heads/main/build.sh bash...
This test procedure is now documented here: https://github.com/Embroidermodder/Embroidermodder/blob/main/README.md#testing-one-liner-bash-only
Okay, so my approach at this point is to get my own `build.log` output to stop producing all the compiler warning presented here. Then the stack smashing problem we've been...