I tried downloading both source tarball for libtorrent 6 and 7. Steps taken:
Code: Select all
./configure --enable-python-binding --with-libgeoip=system --with-libiconv --prefix=/usr --with-boost-libdir=/usr/lib/arm-linux-gnueabihf
make
if I configure without '--prefix=/usr' however, the 'make' finishes without any problems. However the lib won't be installed correctly, because when I run 'python -c "import libtorrent; print libtorrent.version"' I get an error: ImportError: No module named libtorrent
and deluge will use the older lib. I'm at the end of my wits... any suggestions?
PS. As I said, I am currently running Debian Jessie on ARM.
Kernel: 4.2.3-sunxi
Proc: ARMv7 Processor rev 2 (v7l)
Memory: 1GB ram
P.P.S.: When the make crashes I'm getting messages like the following:
Code: Select all
"cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++"
Code: Select all
‘libtorrent::torrent_info::file_iterator libtorrent::torrent_info::end_files() const’ is deprecated