Deluge 1.1.1 on OpenSolaris

General support for problems installing or using Deluge
Post Reply
McFnork

Deluge 1.1.1 on OpenSolaris

Post by McFnork »

Has anyone been able to build Deluge (1.1.1) on OpenSolaris 2008.11? I've tried but without success, the build process aborts when it tries to build libtorrent.

Code: Select all

...
/usr/lib/python2.4/pycc -DNDEBUG -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.4 -I/usr/include -I/usr/include/python2.4 -c ./libtorrent/src/session_impl.cpp -o build/temp.solaris-2.11-i86pc-2.4/./libtorrent/src/session_impl.o -D_FILE_OFFSET_BITS=64 -DNDEBUG -DTORRENT_USE_OPENSSL=1 -O2 -Wno-missing-braces
In file included from ./libtorrent/include/libtorrent/peer_id.hpp:43,
                 from ./libtorrent/src/session_impl.cpp:60:
./libtorrent/include/libtorrent/config.hpp:81:2: warning: #warning unkown OS, assuming BSD
./libtorrent/src/session_impl.cpp:107: error: `mutex' is already declared in this scope
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge 1.1.1 on OpenSolaris

Post by andar »

This should hopefully be fixed in 1.1.2. There was a recent commit to libtorrent to fix issues building on Solaris.
Post Reply