9
For some time I have been working hard to learn C and C++, I believe I already know enough to write a slightly more complex application using Sockets and Threads.
Searching a little, I discovered the framework Boost C++ Libraries, And no matter how hard I tried, I couldn’t set it up. I’m using Code::Blocks and I would simply like to include headers and exit using the resources of Boost, however some error is always shown (undefined boost:system::generic_category reference etc...). In the settings of build I have already indicated the directory of Libs and of Includes, still, the error persists.
I tried to include -lboost_system
and says "cannot find -lboost_system"
.
Obs, the installation steps I followed the ones available on the internet and also the official documentation.
Someone who has already been able to set up and use boost successfully, give me a light?
http://wiki.codeblocks.org/index.php/BoostWindowsQuickRef
– Samuel Ives
Here’s a step by step, see if it helps you. https://gist.github.com/sim642/29caef3cc8afaa273ce6 You are using Mingw or VSC++?
– André Agenor
Follow this guide here, explanatory.
– anacvignola
Good morning, follow link with help for what you need: Link to installation
– Willian Silva