Failed to compile Deluge 0.6 on Ubuntu 8.04

General support for problems installing or using Deluge
Post Reply
Stardust
New User
New User
Posts: 4
Joined: Wed May 21, 2008 2:53 pm

Failed to compile Deluge 0.6 on Ubuntu 8.04

Post by Stardust »

Hey,

I have tried to compile Deluge 0.6 and failed after getting the latest source from the SVN. I have the following error during build:

Code: Select all

building 'libtorrent' extension
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/src/mapped_storage.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/src/mapped_storage.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
./libtorrent/src/mapped_storage.cpp:44:50: error: boost/iostreams/device/mapped_file.hpp: No such file or directory
./libtorrent/src/mapped_storage.cpp:60: error: âboost::iostreamsâ has not been declared
./libtorrent/src/mapped_storage.cpp:61: error: âboost::iostreamsâ has not been declared
./libtorrent/src/mapped_storage.cpp:103: error: âmapped_file_paramsâ does not name a type
./libtorrent/src/mapped_storage.cpp:104: error: âmapped_fileâ does not name a type
./libtorrent/src/mapped_storage.cpp: In member function âbool libtorrent::mapped_file_pool::file_entry::open(const boost::filesystem::path&, std::_Ios_Openmode, libtorrent::size_type, libtorrent::size_type, void*, libtorrent::size_type)â:
./libtorrent/src/mapped_storage.cpp:95: error: âparamsâ was not declared in this scope
./libtorrent/src/mapped_storage.cpp:100: error: expected unqualified-id before â.â token
./libtorrent/src/mapped_storage.cpp:101: error: expected primary-expression before â.â token
./libtorrent/src/mapped_storage.cpp: In member function âbool libtorrent::mapped_file_pool::file_view::valid() constâ:
./libtorrent/src/mapped_storage.cpp:135: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âfileâ
./libtorrent/src/mapped_storage.cpp: In member function âchar* libtorrent::mapped_file_pool::file_view::addr() constâ:
./libtorrent/src/mapped_storage.cpp:140: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âfileâ
./libtorrent/src/mapped_storage.cpp: In member function âconst char* libtorrent::mapped_file_pool::file_view::const_addr() constâ:
./libtorrent/src/mapped_storage.cpp:146: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âfileâ
./libtorrent/src/mapped_storage.cpp: In member function âlibtorrent::size_type libtorrent::mapped_file_pool::file_view::offset() constâ:
./libtorrent/src/mapped_storage.cpp:152: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./libtorrent/src/mapped_storage.cpp: In member function âlibtorrent::size_type libtorrent::mapped_file_pool::file_view::size() constâ:
./libtorrent/src/mapped_storage.cpp:158: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./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:174: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./libtorrent/src/mapped_storage.cpp:175: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./libtorrent/src/mapped_storage.cpp:176: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./libtorrent/src/mapped_storage.cpp:176: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./libtorrent/src/mapped_storage.cpp:179: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./libtorrent/src/mapped_storage.cpp:182: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âfileâ
./libtorrent/src/mapped_storage.cpp:200: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âfileâ
./libtorrent/src/mapped_storage.cpp: In member function âvoid libtorrent::mapped_file_pool::release(void*)â:
./libtorrent/src/mapped_storage.cpp:250: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âfileâ
error: command 'gcc' failed with exit status 1
what do I need to resolve this problem?

Thanks!!
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Failed to compile Deluge 0.6 on Ubuntu 8.04

Post by johnnyg »

it looks like you don't have libboost installed.
make sure you install all the required dependencies: http://deluge-torrent.org/faq.php#4n10
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Failed to compile Deluge 0.6 on Ubuntu 8.04

Post by andar »

Stardust wrote:Hey,

I have tried to compile Deluge 0.6 and failed after getting the latest source from the SVN. I have the following error during build:

Code: Select all

building 'libtorrent' extension
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/src/mapped_storage.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/src/mapped_storage.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
./libtorrent/src/mapped_storage.cpp:44:50: error: boost/iostreams/device/mapped_file.hpp: No such file or directory
./libtorrent/src/mapped_storage.cpp:60: error: âboost::iostreamsâ has not been declared
./libtorrent/src/mapped_storage.cpp:61: error: âboost::iostreamsâ has not been declared
./libtorrent/src/mapped_storage.cpp:103: error: âmapped_file_paramsâ does not name a type
./libtorrent/src/mapped_storage.cpp:104: error: âmapped_fileâ does not name a type
./libtorrent/src/mapped_storage.cpp: In member function âbool libtorrent::mapped_file_pool::file_entry::open(const boost::filesystem::path&, std::_Ios_Openmode, libtorrent::size_type, libtorrent::size_type, void*, libtorrent::size_type)â:
./libtorrent/src/mapped_storage.cpp:95: error: âparamsâ was not declared in this scope
./libtorrent/src/mapped_storage.cpp:100: error: expected unqualified-id before â.â token
./libtorrent/src/mapped_storage.cpp:101: error: expected primary-expression before â.â token
./libtorrent/src/mapped_storage.cpp: In member function âbool libtorrent::mapped_file_pool::file_view::valid() constâ:
./libtorrent/src/mapped_storage.cpp:135: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âfileâ
./libtorrent/src/mapped_storage.cpp: In member function âchar* libtorrent::mapped_file_pool::file_view::addr() constâ:
./libtorrent/src/mapped_storage.cpp:140: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âfileâ
./libtorrent/src/mapped_storage.cpp: In member function âconst char* libtorrent::mapped_file_pool::file_view::const_addr() constâ:
./libtorrent/src/mapped_storage.cpp:146: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âfileâ
./libtorrent/src/mapped_storage.cpp: In member function âlibtorrent::size_type libtorrent::mapped_file_pool::file_view::offset() constâ:
./libtorrent/src/mapped_storage.cpp:152: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./libtorrent/src/mapped_storage.cpp: In member function âlibtorrent::size_type libtorrent::mapped_file_pool::file_view::size() constâ:
./libtorrent/src/mapped_storage.cpp:158: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./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:174: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./libtorrent/src/mapped_storage.cpp:175: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./libtorrent/src/mapped_storage.cpp:176: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./libtorrent/src/mapped_storage.cpp:176: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./libtorrent/src/mapped_storage.cpp:179: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âparamsâ
./libtorrent/src/mapped_storage.cpp:182: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âfileâ
./libtorrent/src/mapped_storage.cpp:200: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âfileâ
./libtorrent/src/mapped_storage.cpp: In member function âvoid libtorrent::mapped_file_pool::release(void*)â:
./libtorrent/src/mapped_storage.cpp:250: error: âstruct libtorrent::mapped_file_pool::file_entryâ has no member named âfileâ
error: command 'gcc' failed with exit status 1
what do I need to resolve this problem?

Thanks!!
You need to install libboost-iostreams-dev
Stardust
New User
New User
Posts: 4
Joined: Wed May 21, 2008 2:53 pm

Re: Failed to compile Deluge 0.6 on Ubuntu 8.04

Post by Stardust »

johnnyg wrote:it looks like you don't have libboost installed.
make sure you install all the required dependencies: http://deluge-torrent.org/faq.php#4n10
I have re-run the apt-get install in the faq and this is the results:

Code: Select all

Reading package lists... Done
Building dependency tree
Reading state information... Done
g++ is already the newest version.
make is already the newest version.
python-all-dev is already the newest version.
python-all is already the newest version.
python-dbus is already the newest version.
python-gtk2 is already the newest version.
python-notify is already the newest version.
librsvg2-common is already the newest version.
python-xdg is already the newest version.
python-support is already the newest version.
subversion is already the newest version.
libboost-dev is already the newest version.
libboost-thread-dev is already the newest version.
libboost-date-time-dev is already the newest version.
libboost-filesystem-dev is already the newest version.
libboost-serialization-dev is already the newest version.
libssl-dev is already the newest version.
zlib1g-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
and I have a different error message this time:

Code: Select all

building 'libtorrent' extension
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/alert.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/alert.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
./libtorrent/bindings/python/src/alert.cpp:7:28: error: boost/python.hpp: No such file or directory
./libtorrent/bindings/python/src/alert.cpp:9: error: âpythonâ is not a namespace-name
./libtorrent/bindings/python/src/alert.cpp:9: error: expected namespace-name before â;â token
./libtorrent/bindings/python/src/alert.cpp: In function âvoid bind_alert()â:
./libtorrent/bindings/python/src/alert.cpp:55: error: âscopeâ was not declared in this scope
./libtorrent/bindings/python/src/alert.cpp:55: error: expected `;' before âalert_scopeâ
./libtorrent/bindings/python/src/alert.cpp:67: error: âenum_â was not declared in this scope
./libtorrent/bindings/python/src/alert.cpp:67: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:68: error: request for member âvalueâ in â("severity_levels")â, which is of non-class type âconst char [16]â
./libtorrent/bindings/python/src/alert.cpp:77: error: âclass_â was not declared in this scope
./libtorrent/bindings/python/src/alert.cpp:77: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:77: error: âbasesâ was not declared in this scope
./libtorrent/bindings/python/src/alert.cpp:77: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:77: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:77: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:78: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:78: error: âno_initâ was not declared in this scope
./libtorrent/bindings/python/src/alert.cpp:83: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:83: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:83: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:83: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:84: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:89: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:89: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:89: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:89: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:90: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:96: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:96: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:96: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:96: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:97: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:100: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:100: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:100: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:100: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:101: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:106: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:106: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:106: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:106: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:107: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:110: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:110: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:110: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:110: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:111: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:116: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:116: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:116: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:116: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:117: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:122: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:122: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:122: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:122: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:123: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:129: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:129: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:129: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:129: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:130: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:137: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:137: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:138: error: request for member âdef_readonlyâ in â(0, peer_request_doc)â, which is of non-class type âconst char*â
./libtorrent/bindings/python/src/alert.cpp:141: error: âselfâ was not declared in this scope
./libtorrent/bindings/python/src/alert.cpp:144: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:144: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:144: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:144: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:145: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:148: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:148: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:148: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:148: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:149: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:154: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:154: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:154: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:154: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:155: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:161: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:161: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:161: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:161: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:162: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:169: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:169: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:169: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:169: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:170: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:173: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:173: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:173: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:173: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:174: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:177: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:177: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:177: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:177: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:178: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:181: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:181: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:181: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:181: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:182: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:185: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:185: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:185: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:185: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:186: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:191: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:191: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:191: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:191: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:192: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:197: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:197: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:197: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:197: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:198: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:201: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:201: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:201: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:201: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:202: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:205: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:205: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:205: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:205: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:206: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:209: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:209: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:209: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:209: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:210: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:215: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:215: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:215: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:215: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:216: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:222: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:222: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:222: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:222: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:223: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:230: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:230: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:230: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:230: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:231: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:234: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:234: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:234: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:234: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:235: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:240: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:240: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:240: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:240: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:241: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:247: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:247: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:247: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:247: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:248: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:251: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:251: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:251: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:251: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:252: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:257: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:257: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:257: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:257: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:258: warning: left-hand operand of comma has no effect
./libtorrent/bindings/python/src/alert.cpp:263: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:263: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:263: error: expected primary-expression before â,â token
./libtorrent/bindings/python/src/alert.cpp:263: error: expected primary-expression before â>â token
./libtorrent/bindings/python/src/alert.cpp:264: warning: left-hand operand of comma has no effect
error: command 'gcc' failed with exit status 1
Again am I missing some depandancies?

Thanks.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Failed to compile Deluge 0.6 on Ubuntu 8.04

Post by johnnyg »

as andar said, install libboost-iostreams-dev (I thought it was on the list of dependencies but it's not).
Stardust
New User
New User
Posts: 4
Joined: Wed May 21, 2008 2:53 pm

Re: Failed to compile Deluge 0.6 on Ubuntu 8.04

Post by Stardust »

johnnyg wrote:as andar said, install libboost-iostreams-dev (I thought it was on the list of dependencies but it's not).
I have also followed with andar's suggestion to install the libboost-iostreams-dev still have problem, then I tried to understand the error message and guessed that I am missing a libboost library that's related to python. I then went to debian pacakge repository and found out about libboost-python-dev, so I have installed that and rebuild and it seems to have finsihed with the following :

Code: Select all

building 'libtorrent' extension
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/alert.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/alert.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/ip_filter.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/ip_filter.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/module.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/module.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/torrent_status.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/torrent_status.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/filesystem.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/filesystem.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/session_settings.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/session_settings.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/session.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/session.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/utility.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/utility.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/version.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/version.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/datetime.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/datetime.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/docstrings.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/docstrings.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/big_number.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/big_number.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/peer_info.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/peer_info.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/peer_plugin.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/peer_plugin.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/entry.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/entry.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/torrent.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/torrent.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/extensions.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/extensions.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/fingerprint.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/fingerprint.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/torrent_info.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/torrent_info.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/torrent_handle.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/torrent_handle.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
./libtorrent/bindings/python/src/torrent_handle.cpp: In function âvoid bind_torrent_handle()â:
./libtorrent/bindings/python/src/torrent_handle.cpp:248: warning: unused variable âcopyâ
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c ./libtorrent/bindings/python/src/converters.cpp -o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/converters.o -DTORRENT_USE_OPENSSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/./libtorrent/src/smart_ban.o build/temp.linux-x86_64-2.5/./libtorrent/src/alert.o build/temp.linux-x86_64-2.5/./libtorrent/src/bt_peer_connection.o build/temp.linux-x86_64-2.5/./libtorrent/src/ip_filter.o build/temp.linux-x86_64-2.5/./libtorrent/src/broadcast_socket.o build/temp.linux-x86_64-2.5/./libtorrent/src/disk_buffer_holder.o build/temp.linux-x86_64-2.5/./libtorrent/src/logger.o build/temp.linux-x86_64-2.5/./libtorrent/src/policy.o build/temp.linux-x86_64-2.5/./libtorrent/src/parse_url.o build/temp.linux-x86_64-2.5/./libtorrent/src/udp_tracker_connection.o build/temp.linux-x86_64-2.5/./libtorrent/src/stat.o build/temp.linux-x86_64-2.5/./libtorrent/src/file_pool.o build/temp.linux-x86_64-2.5/./libtorrent/src/ut_metadata.o build/temp.linux-x86_64-2.5/./libtorrent/src/piece_picker.o build/temp.linux-x86_64-2.5/./libtorrent/src/upnp.o build/temp.linux-x86_64-2.5/./libtorrent/src/socks5_stream.o build/temp.linux-x86_64-2.5/./libtorrent/src/socks4_stream.o build/temp.linux-x86_64-2.5/./libtorrent/src/instantiate_connection.o build/temp.linux-x86_64-2.5/./libtorrent/src/tracker_manager.o build/temp.linux-x86_64-2.5/./libtorrent/src/session.o build/temp.linux-x86_64-2.5/./libtorrent/src/escape_string.o build/temp.linux-x86_64-2.5/./libtorrent/src/lazy_bdecode.o build/temp.linux-x86_64-2.5/./libtorrent/src/disk_io_thread.o build/temp.linux-x86_64-2.5/./libtorrent/src/sha1.o build/temp.linux-x86_64-2.5/./libtorrent/src/gzip.o build/temp.linux-x86_64-2.5/./libtorrent/src/http_parser.o build/temp.linux-x86_64-2.5/./libtorrent/src/file.o build/temp.linux-x86_64-2.5/./libtorrent/src/natpmp.o build/temp.linux-x86_64-2.5/./libtorrent/src/peer_connection.o build/temp.linux-x86_64-2.5/./libtorrent/src/http_connection.o build/temp.linux-x86_64-2.5/./libtorrent/src/magnet_uri.o build/temp.linux-x86_64-2.5/./libtorrent/src/storage.o build/temp.linux-x86_64-2.5/./libtorrent/src/assert.o build/temp.linux-x86_64-2.5/./libtorrent/src/ut_pex.o build/temp.linux-x86_64-2.5/./libtorrent/src/enum_net.o build/temp.linux-x86_64-2.5/./libtorrent/src/http_stream.o build/temp.linux-x86_64-2.5/./libtorrent/src/lsd.o build/temp.linux-x86_64-2.5/./libtorrent/src/pe_crypto.o build/temp.linux-x86_64-2.5/./libtorrent/src/entry.o build/temp.linux-x86_64-2.5/./libtorrent/src/connection_queue.o build/temp.linux-x86_64-2.5/./libtorrent/src/session_impl.o build/temp.linux-x86_64-2.5/./libtorrent/src/web_peer_connection.o build/temp.linux-x86_64-2.5/./libtorrent/src/mapped_storage.o build/temp.linux-x86_64-2.5/./libtorrent/src/http_tracker_connection.o build/temp.linux-x86_64-2.5/./libtorrent/src/torrent.o build/temp.linux-x86_64-2.5/./libtorrent/src/create_torrent.o build/temp.linux-x86_64-2.5/./libtorrent/src/udp_socket.o build/temp.linux-x86_64-2.5/./libtorrent/src/allocate_resources.o build/temp.linux-x86_64-2.5/./libtorrent/src/torrent_info.o build/temp.linux-x86_64-2.5/./libtorrent/src/metadata_transfer.o build/temp.linux-x86_64-2.5/./libtorrent/src/identify_client.o build/temp.linux-x86_64-2.5/./libtorrent/src/torrent_handle.o build/temp.linux-x86_64-2.5/./libtorrent/src/memdebug.o build/temp.linux-x86_64-2.5/./libtorrent/src/GeoIP.o build/temp.linux-x86_64-2.5/./libtorrent/src/kademlia/node_id.o build/temp.linux-x86_64-2.5/./libtorrent/src/kademlia/refresh.o build/temp.linux-x86_64-2.5/./libtorrent/src/kademlia/routing_table.o build/temp.linux-x86_64-2.5/./libtorrent/src/kademlia/traversal_algorithm.o build/temp.linux-x86_64-2.5/./libtorrent/src/kademlia/rpc_manager.o build/temp.linux-x86_64-2.5/./libtorrent/src/kademlia/find_data.o build/temp.linux-x86_64-2.5/./libtorrent/src/kademlia/dht_tracker.o build/temp.linux-x86_64-2.5/./libtorrent/src/kademlia/node.o build/temp.linux-x86_64-2.5/./libtorrent/src/kademlia/closest_nodes.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/alert.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/ip_filter.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/module.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/torrent_status.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/filesystem.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/session_settings.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/session.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/utility.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/version.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/datetime.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/docstrings.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/big_number.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/peer_info.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/peer_plugin.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/entry.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/torrent.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/extensions.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/fingerprint.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/torrent_info.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/torrent_handle.o build/temp.linux-x86_64-2.5/./libtorrent/bindings/python/src/converters.o -lboost_filesystem -lboost_date_time -lboost_thread -lboost_python -lboost_iostreams -lpthread -lssl -lz -o build/lib.linux-x86_64-2.5/deluge/libtorrent.so
running build_trans
I will now try to go forward and see if the build was successful.

Thanks
Post Reply