snowyu / libtorrent

Automatically exported from code.google.com/p/libtorrent
Other
1 stars 0 forks source link

File asio/detail/eventfd_select_interrupter.hpp missing from libtorrent.0.14.9 package #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Download
http://libtorrent.googlecode.com/files/libtorrent-rasterbar-0.14.9.tar.gz

Extract and compile successfully until:

libtool: compile:  g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\"
-DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.9\"
"-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.9\""
-DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.9\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-D_FILE_OFFSET_BITS=64 -DHAVE_PTHREAD=1
-DHAVE___INCLUDE_LIBTORRENT_ASIO_HPP=1
-DHAVE___INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1
-DHAVE___INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 "-DHAVE_BOOST=/**/"
"-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/"
"-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/"
-DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/"
-DHAVE_LIBZ=1 -DWITH_SHIPPED_GEOIP_H=1 "-DTORRENT_BUILDING_SHARED=/**/"
"-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread
-I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent
-Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION
-I/usr/include/openssl -DHAVE_SSL -g -O2 -MT enum_net.lo -MD -MP -MF
.deps/enum_net.Tpo -c enum_net.cpp  -fPIC -DPIC -o .libs/enum_net.o
In file included from ../include/libtorrent/asio/detail/epoll_reactor.hpp:42,
                 from ../include/libtorrent/asio/impl/io_service.ipp:25,
                 from ../include/libtorrent/asio/io_service.hpp:548,
                 from ../include/libtorrent/asio/basic_io_object.hpp:20,
                 from ../include/libtorrent/asio/basic_socket_acceptor.hpp:20,
                 from ../include/libtorrent/asio/ip/tcp.hpp:20,
                 from ../include/libtorrent/socket.hpp:51,
                 from ../include/libtorrent/enum_net.hpp:37,
                 from enum_net.cpp:36:
../include/libtorrent/asio/detail/select_interrupter.hpp:24:54: error:
asio/detail/eventfd_select_interrupter.hpp: No such file or directory

HTH
Dave

Original issue reported on code.google.com by google...@1001111.com on 20 Feb 2010 at 8:17

GoogleCodeExporter commented 9 years ago
I've updated the archive to include the older version of asio. Should be fixed 
now.

Original comment by arvid.no...@gmail.com on 21 Feb 2010 at 9:37