yourWaifu / sleepy-discord

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

Downloading via vcpkg #268

Open Pizza-Prime opened 1 year ago

Pizza-Prime commented 1 year ago

After I downloaded using vcpkg, I went ahead and turned on intergrade install. As i put in the example program, I get a whole bunch of asio issues.

image

Tugamer89 commented 1 year ago

Same problem here... I've been working on it for a few days but still nothing, unfortunately...

CohortMinseok commented 1 year ago

Old issue, but the easiest fix was to not use the asio standalone. I simply went into asio.hpp and used #undef ASIO_STANDALONE to make it use the boost version instead. Atleast for vcpkg, I was already using boost for things, so I just opted to use boost asio with this..works fine.