Code: Select all
build() {
cd $startdir/src/$pkgname-torrent-$pkgver
python setup.py install --prefix=/usr --root=$startdir/pkg
install -D -m644 pixmaps/deluge.svg $startdir/pkg/usr/share/pixmaps/deluge.svg
}
Code: Select all
ilter.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2
gcc -pthread -DNDEBUG -fwrapv -O3 -Wall -march=i686 -mtune=generic -O2 -pipe -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.6 -I/usr/include/python2.6 -c libtorrent/src/disk_io_thread.cpp -o build/temp.linux-i686-2.6/libtorrent/src/disk_io_thread.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2
In file included from libtorrent/src/disk_io_thread.cpp:35:
./libtorrent/include/libtorrent/disk_io_thread.hpp:135: error: ‘condition’ in namespace ‘boost’ does not name a type
libtorrent/src/disk_io_thread.cpp: In member function ‘void libtorrent::disk_io_thread::join()’:
libtorrent/src/disk_io_thread.cpp:97: error: ‘m_signal’ was not declared in this scope
libtorrent/src/disk_io_thread.cpp: In member function ‘void libtorrent::disk_io_thread::stop(boost::intrusive_ptr<libtorrent::piece_manager>)’:
libtorrent/src/disk_io_thread.cpp:124: error: ‘m_signal’ was not declared in this scope
libtorrent/src/disk_io_thread.cpp: In member function ‘void libtorrent::disk_io_thread::add_job(const libtorrent::disk_io_job&, const boost::function<void ()(int, const libtorrent::disk_io_job&)>&)’:
libtorrent/src/disk_io_thread.cpp:209: error: ‘m_signal’ was not declared in this scope
libtorrent/src/disk_io_thread.cpp: In member function ‘void libtorrent::disk_io_thread::operator()()’:
libtorrent/src/disk_io_thread.cpp:243: error: ‘m_signal’ was not declared in this scope
error: command 'gcc' failed with exit status 1