Re: Deluge in Leopard - building issue?
Posted: Sat Jan 05, 2008 6:55 am
no. deluge comes with its own version of libtorrent and builds with that. not sure why leopard has issues with thistnjed111 wrote:I installed the old version of libtorrent but I still getAm I supposed to specify somehow which version of libtorrent to use when building deluge?Code: Select all
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_deluge/work/deluge-0.5.5" && /opt/local/bin/python2.5 setup.py build " returned error 1 Command output: copying src/core.py -> build/lib.macosx-10.3-i386-2.5/deluge copying src/deluge_stats.py -> build/lib.macosx-10.3-i386-2.5/deluge copying src/dgtk.py -> build/lib.macosx-10.3-i386-2.5/deluge copying src/dialogs.py -> build/lib.macosx-10.3-i386-2.5/deluge copying src/files.py -> build/lib.macosx-10.3-i386-2.5/deluge copying src/info.py -> build/lib.macosx-10.3-i386-2.5/deluge copying src/interface.py -> build/lib.macosx-10.3-i386-2.5/deluge copying src/ipc_manager.py -> build/lib.macosx-10.3-i386-2.5/deluge copying src/plugins.py -> build/lib.macosx-10.3-i386-2.5/deluge copying src/pref.py -> build/lib.macosx-10.3-i386-2.5/deluge copying src/tab_details.py -> build/lib.macosx-10.3-i386-2.5/deluge copying src/update.py -> build/lib.macosx-10.3-i386-2.5/deluge copying src/wizard.py -> build/lib.macosx-10.3-i386-2.5/deluge running build_ext building 'deluge_core' extension creating build/temp.macosx-10.3-i386-2.5 creating build/temp.macosx-10.3-i386-2.5/libtorrent creating build/temp.macosx-10.3-i386-2.5/libtorrent/src creating build/temp.macosx-10.3-i386-2.5/libtorrent/src/kademlia creating build/temp.macosx-10.3-i386-2.5/src /usr/bin/gcc-4.0 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/include/boost -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/opt/local/include/python2.5 -c libtorrent/src/alert.cpp -o build/temp.macosx-10.3-i386-2.5/libtorrent/src/alert.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ /usr/bin/gcc-4.0 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/include/boost -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/opt/local/include/python2.5 -c libtorrent/src/assert.cpp -o build/temp.macosx-10.3-i386-2.5/libtorrent/src/assert.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ /usr/bin/gcc-4.0 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/include/boost -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/opt/local/include/python2.5 -c libtorrent/src/bt_peer_connection.cpp -o build/temp.macosx-10.3-i386-2.5/libtorrent/src/bt_peer_connection.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ ./libtorrent/include/libtorrent/asio/detail/posix_fd_set_adapter.hpp: In member function 'bool asio::detail::posix_fd_set_adapter::is_set(asio::detail::socket_type) const': ./libtorrent/include/libtorrent/asio/detail/posix_fd_set_adapter.hpp:47: error: invalid conversion from 'const fd_set*' to 'fd_set*' ./libtorrent/include/libtorrent/asio/detail/posix_fd_set_adapter.hpp:47: error: initializing argument 2 of 'int __darwin_fd_isset(int, fd_set*)' error: command '/usr/bin/gcc-4.0' failed with exit status 1 Error: Status 1 encountered during processing.