Will not build

General support for problems installing or using Deluge
Post Reply
Putr

Will not build

Post by Putr »

I tried to install deluge by following the FAQ (How do I build and install the latest version from SVN (Linux/Unix)?)

And i get this error while trying python setup.py build

Code: Select all

running build_ext
building 'libtorrent' extension
gcc -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.4 -I/usr/include/python2.4 -c ./libtorrent/src/torrent_info.cpp -o build/temp.linux-i686-2.4/./libtorrent/src/torrent_info.o -D_FILE_OFFSET_BITS=64 -DNDEBUG -DTORRENT_USE_OPENSSL=1 -O2 -Wno-missing-braces
./libtorrent/src/torrent_info.cpp:49:32: error: boost/filesystem.hpp: No such file or directory
error: command 'gcc' failed with exit status 1
I don't really know a lot about Linux (kinda new to it) so i hope you can help me. I also searched the forum and didn't find a mention of a similar problem.
PS: I'm using Debian 4.0

EDIT: I've noticed i double-posted and i deleted the other post.
Post Reply