#include <asio.hpp>
int main()
{
return 0;
}
-------------- Clean: Debug in Network ---------------
Cleaned "Network - Debug"
-------------- Build: Debug in Network ---------------
Compiling: main.cpp
In file included from ..\..\..\Library\asio-1.4.8\include/asio/basic_datagram_socket.hpp:18,
from ..\..\..\Library\asio-1.4.8\include/asio.hpp:18,
from C:\Users\Kevin\Desktop\Dropbox\Programming\C++\CodeBlocks\Network\main.cpp:1:
..\..\..\Library\asio-1.4.8\include/asio/detail/config.hpp:14:28: error: boost/config.hpp: No such file or directory
In file included from ..\..\..\Library\asio-1.4.8\include/asio/basic_io_object.hpp:19,
from ..\..\..\Library\asio-1.4.8\include/asio/basic_socket.hpp:19,
from ..\..\..\Library\asio-1.4.8\include/asio/basic_datagram_socket.hpp:20,
from ..\..\..\Library\asio-1.4.8\include/asio.hpp:18,
from C:\Users\Kevin\Desktop\Dropbox\Programming\C++\CodeBlocks\Network\main.cpp:1:
..\..\..\Library\asio-1.4.8\include/asio/detail/noncopyable.hpp:19:33: error: boost/noncopyable.hpp: No such file or directory
..\..\..\Library\asio-1.4.8\include/asio/detail/noncopyable.hpp:20:39: error: boost/detail/workaround.hpp: No such file or directory
..\..\..\Library\asio-1.4.8\include/asio/detail/noncopyable.hpp:27:21: error: missing binary operator before token "("
In file included from ..\..\..\Library\asio-1.4.8\include/asio/detail/bind_handler.hpp:19,
from ..\..\..\Library\asio-1.4.8\include/asio/detail/wrapped_handler.hpp:18,
from ..\..\..\Library\asio-1.4.8\include/asio/io_service.hpp:24,
from ..\..\..\Library\asio-1.4.8\include/asio/basic_io_object.hpp:20,
from ..\..\..\Library\asio-1.4.8\include/asio/basic_socket.hpp:19,
from ..\..\..\Library\asio-1.4.8\include/asio/basic_datagram_socket.hpp:20,
from ..\..\..\Library\asio-1.4.8\include/asio.hpp:18,
...
#include <boost/asio.hpp>
Oke thank you for the answer but is it possible to install only the parts that are needed from boostIt's surely possible, but it has nothing to do with C::B.
because it is a big library and else my project will become much lager when I release it.
because i only need the asio ;D