Discussion:
[asio-users] Quick question: Help me install again
Jim Sager
2014-04-28 21:13:39 UTC
Permalink
Hello,

I'm good at making things with ASIO, but I can't install again after a virus got me. :(

I'm not sure which package I should install to get the version without boost.  I tried both of them.  One had boost in it without ASIO.  The other had ASIO without boost(default download).

I have MSYS and MINGW.

Here is my attempted compile:

c:/asio/src
$ make -f Makefile.mgw
g++ -otests/performance/client.o -c -g -O2 -Wall -mthreads -I../include -I../..
boost_1_34_1 -D_WIN32_WINNT=0x0501 tests/performance/client.cpp
In file included from ../include/asio/async_result.hpp:18:0,
                 from ../include/asio.hpp:18,
                 from tests/performance/client.cpp:11:
../include/asio/detail/config.hpp:26:29: fatal error: boost/config.hpp: No such
file or directory
 # include <boost/config.hpp>
                             ^
compilation terminated.
make: *** [tests/performance/client.o] Error 1


I thought I downloaded the version of asio without boost.  Why is it asking me for boost directories?
Loading...