Errors in compil/install of 0.6 on debian etch

General support for problems installing or using Deluge
Post Reply
thek586

Errors in compil/install of 0.6 on debian etch

Post by thek586 »

Hello, in first, please excuse my english, im french :) ( so please excuse my president too :mrgreen: )

I have a Debian etch 4.0r3 pc, and i've tried to install Deluge v0.6 (3170) with this method :
http://forum.deluge-torrent.org/viewtop ... f=7&t=3185
says:
*****e:/usr/src# svn co http://svn.deluge-torrent.org/branches/deluge-0.6 deluge-0.6
***************Many Lines*******************************
A deluge-0.6/*****
**************Many lines********************************
Revision 3170 extracted.
but, at the point
python setup.py build
after a long time of making
my system return :
./libtorrent/src/mapped_storage.cpp: In member function 'libtorrent::mapped_file_pool::file_view libtorrent::mapped_file_pool::open_file(const boost::filesystem::path&, std::_Ios_Openmode, libtorrent::size_type, libtorrent::size_type, void*, libtorrent::size_type)':
./libtorrent/src/mapped_storage.cpp:200: error: 'system_error_type' is not a member of 'libtorrent::fs'
./libtorrent/src/mapped_storage.cpp:200: error: expected `;' before 'ec'
./libtorrent/src/mapped_storage.cpp:201: error: 'file_status' is not a member of 'libtorrent::fs'
./libtorrent/src/mapped_storage.cpp:201: error: expected `;' before 'st'
./libtorrent/src/mapped_storage.cpp:205: error: 'st' was not declared in this scope
./libtorrent/src/mapped_storage.cpp:205: error: 'exists' was not declared in this scope
./libtorrent/src/mapped_storage.cpp:211: error: 'is_directory' was not declared in this scope
error: command 'gcc' failed with exit status 1

So, can you help me ? How can I solve it?

Thank you verry verry much :)
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Errors in compil/install of 0.6 on debian etch

Post by andar »

You need a newer version of boost. I think etch only has 1.33.
Post Reply