yourWaifu / sleepy-discord

C++ library for the Discord chat client. Please use Rust for new bots
https://yourWaifu.github.io/sleepy-discord/
MIT License
707 stars 92 forks source link

Building with MinGW attempts to link to Boost. #218

Open SteveCookTU opened 3 years ago

SteveCookTU commented 3 years ago

Following the getting started page, I generated the build file contents using cmake -G "MSYS Makefiles" ... Used the MSYS generator because I am using MinGW64 from within MSYS.

Upon running make, it all performs as expected until it reaches linking to the executable. It fails to link to items in the boost::thread namespace. Looking at the CMakeLists.txt in the repo, I know I do not have Boost_FOUND predefined and pthreads is successfully found.