Skip to content

Instantly share code, notes, and snippets.

@gubatron
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save gubatron/c5c99c3060f41d846ade to your computer and use it in GitHub Desktop.

Select an option

Save gubatron/c5c99c3060f41d846ade to your computer and use it in GitHub Desktop.
python setup.py build output
gubatrons-macbook-pro:python gubatron$ python setup.py bdist
/Users/gubatron/src/libtorrent-rasterbar-1.0.2/bin/darwin-4.2.1/release/boost-link-shared/boost-source/deprecated-functions-off/threading-multi/libtorrent.dylib.1.0.2
Copied library
gubatrons-macbook-pro:python gubatron$ python setup.py bdist
running bdist
running bdist_dumb
running build
running build_ext
building 'libtorrent' extension
creating build/temp.macosx-10.9-x86_64-2.7
creating build/temp.macosx-10.9-x86_64-2.7/src
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/alert.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/alert.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
src/alert.cpp:107:38: warning: 'severity' is deprecated [-Wdeprecated-declarations]
            .def("severity", &alert::severity)
                                     ^
../../include/libtorrent/alert.hpp:228:14: note: 'severity' has been explicitly marked deprecated here
                severity_t severity() const TORRENT_DEPRECATED { return warning; }
                           ^
2 warnings generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/big_number.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/big_number.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/converters.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/converters.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/create_torrent.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/create_torrent.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
src/create_torrent.cpp:80:109: warning: 'add_file' is deprecated [-Wdeprecated-declarations]
    void (file_storage::*add_file1)(std::wstring const&, size_type, int, std::time_t, std::string const&) = &file_storage::add_file;
                                                                                                            ^
../../include/libtorrent/file_storage.hpp:306:8: note: 'add_file' has been explicitly marked deprecated here
                void add_file(std::wstring const& p, size_type size, int flags = 0
                     ^
src/create_torrent.cpp:86:60: warning: 'set_name' is deprecated [-Wdeprecated-declarations]
    void (file_storage::*set_name1)(std::wstring const&) = &file_storage::set_name;
                                                           ^
../../include/libtorrent/file_storage.hpp:311:8: note: 'set_name' has been explicitly marked deprecated here
                void set_name(std::wstring const& n) TORRENT_DEPRECATED;
                     ^
src/create_torrent.cpp:87:68: warning: 'rename_file' is deprecated [-Wdeprecated-declarations]
    void (file_storage::*rename_file1)(int, std::wstring const&) = &file_storage::rename_file;
                                                                   ^
../../include/libtorrent/file_storage.hpp:309:8: note: 'rename_file' has been explicitly marked deprecated here
                void rename_file(int index, std::wstring const& new_filename) TORRENT_DEPRECATED;
                     ^
4 warnings generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/datetime.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/datetime.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/entry.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/entry.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/error_code.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/error_code.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/fingerprint.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/fingerprint.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/ip_filter.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/ip_filter.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/magnet_uri.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/magnet_uri.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/module.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/module.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/peer_info.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/peer_info.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/session.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/session.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
src/session.cpp:81:29: warning: 'create_metadata_plugin' is deprecated [-Wdeprecated-declarations]
            s.add_extension(create_metadata_plugin);
                            ^
../../include/libtorrent/extensions/metadata_transfer.hpp:62:2: note: 'create_metadata_plugin' has been explicitly marked deprecated here
        create_metadata_plugin(torrent*, void*) TORRENT_DEPRECATED;
        ^
src/session.cpp:174:18: warning: 'add_torrent' is deprecated [-Wdeprecated-declarations]
        return s.add_torrent(ti, save, resume, storage_mode, paused, default_storage_constructor);
                 ^
../../include/libtorrent/session.hpp:350:18: note: 'add_torrent' has been explicitly marked deprecated here
                torrent_handle add_torrent(
                               ^
src/session.cpp:508:49: warning: 'start_dht' is deprecated [-Wdeprecated-declarations]
    void (session::*start_dht1)(entry const&) = &session::start_dht;
                                                ^
../../include/libtorrent/session.hpp:573:8: note: 'start_dht' has been explicitly marked deprecated here
                void start_dht(entry const& startup_state) TORRENT_DEPRECATED;
                     ^
src/session.cpp:662:51: warning: 'dht_state' is deprecated [-Wdeprecated-declarations]
        .def("dht_state", allow_threads(&session::dht_state))
                                                  ^
../../include/libtorrent/session.hpp:571:9: note: 'dht_state' has been explicitly marked deprecated here
                entry dht_state() const TORRENT_DEPRECATED;
                      ^
src/session.cpp:663:55: warning: 'set_dht_proxy' is deprecated [-Wdeprecated-declarations]
        .def("set_dht_proxy", allow_threads(&session::set_dht_proxy))
                                                      ^
../../include/libtorrent/session.hpp:882:8: note: 'set_dht_proxy' has been explicitly marked deprecated here
                void set_dht_proxy(proxy_settings const& s) TORRENT_DEPRECATED;
                     ^
src/session.cpp:664:51: warning: 'dht_proxy' is deprecated [-Wdeprecated-declarations]
        .def("dht_proxy", allow_threads(&session::dht_proxy))
                                                  ^
../../include/libtorrent/session.hpp:884:18: note: 'dht_proxy' has been explicitly marked deprecated here
                proxy_settings dht_proxy() const TORRENT_DEPRECATED;
                               ^
src/session.cpp:684:71: warning: 'set_local_download_rate_limit' is deprecated [-Wdeprecated-declarations]
        .def("set_local_download_rate_limit", allow_threads(&session::set_local_download_rate_limit))
                                                                      ^
../../include/libtorrent/session.hpp:901:8: note: 'set_local_download_rate_limit' has been explicitly marked deprecated here
                void set_local_download_rate_limit(int bytes_per_second) TORRENT_DEPRECATED;
                     ^
src/session.cpp:685:67: warning: 'local_download_rate_limit' is deprecated [-Wdeprecated-declarations]
        .def("local_download_rate_limit", allow_threads(&session::local_download_rate_limit))
                                                                  ^
../../include/libtorrent/session.hpp:894:7: note: 'local_download_rate_limit' has been explicitly marked deprecated here
                int local_download_rate_limit() const TORRENT_DEPRECATED;
                    ^
src/session.cpp:687:69: warning: 'set_local_upload_rate_limit' is deprecated [-Wdeprecated-declarations]
        .def("set_local_upload_rate_limit", allow_threads(&session::set_local_upload_rate_limit))
                                                                    ^
../../include/libtorrent/session.hpp:899:8: note: 'set_local_upload_rate_limit' has been explicitly marked deprecated here
                void set_local_upload_rate_limit(int bytes_per_second) TORRENT_DEPRECATED;
                     ^
src/session.cpp:688:65: warning: 'local_upload_rate_limit' is deprecated [-Wdeprecated-declarations]
        .def("local_upload_rate_limit", allow_threads(&session::local_upload_rate_limit))
                                                                ^
../../include/libtorrent/session.hpp:892:7: note: 'local_upload_rate_limit' has been explicitly marked deprecated here
                int local_upload_rate_limit() const TORRENT_DEPRECATED;
                    ^
src/session.cpp:690:65: warning: 'set_download_rate_limit' is deprecated [-Wdeprecated-declarations]
        .def("set_download_rate_limit", allow_threads(&session::set_download_rate_limit))
                                                                ^
../../include/libtorrent/session.hpp:905:8: note: 'set_download_rate_limit' has been explicitly marked deprecated here
                void set_download_rate_limit(int bytes_per_second) TORRENT_DEPRECATED;
                     ^
src/session.cpp:691:61: warning: 'download_rate_limit' is deprecated [-Wdeprecated-declarations]
        .def("download_rate_limit", allow_threads(&session::download_rate_limit))
                                                            ^
../../include/libtorrent/session.hpp:890:7: note: 'download_rate_limit' has been explicitly marked deprecated here
                int download_rate_limit() const TORRENT_DEPRECATED;
                    ^
src/session.cpp:693:63: warning: 'set_upload_rate_limit' is deprecated [-Wdeprecated-declarations]
        .def("set_upload_rate_limit", allow_threads(&session::set_upload_rate_limit))
                                                              ^
../../include/libtorrent/session.hpp:903:8: note: 'set_upload_rate_limit' has been explicitly marked deprecated here
                void set_upload_rate_limit(int bytes_per_second) TORRENT_DEPRECATED;
                     ^
src/session.cpp:694:59: warning: 'upload_rate_limit' is deprecated [-Wdeprecated-declarations]
        .def("upload_rate_limit", allow_threads(&session::upload_rate_limit))
                                                          ^
../../include/libtorrent/session.hpp:888:7: note: 'upload_rate_limit' has been explicitly marked deprecated here
                int upload_rate_limit() const TORRENT_DEPRECATED;
                    ^
src/session.cpp:696:57: warning: 'set_max_uploads' is deprecated [-Wdeprecated-declarations]
        .def("set_max_uploads", allow_threads(&session::set_max_uploads))
                                                        ^
../../include/libtorrent/session.hpp:907:8: note: 'set_max_uploads' has been explicitly marked deprecated here
                void set_max_uploads(int limit) TORRENT_DEPRECATED;
                     ^
src/session.cpp:697:61: warning: 'set_max_connections' is deprecated [-Wdeprecated-declarations]
        .def("set_max_connections", allow_threads(&session::set_max_connections))
                                                            ^
../../include/libtorrent/session.hpp:909:8: note: 'set_max_connections' has been explicitly marked deprecated here
                void set_max_connections(int limit) TORRENT_DEPRECATED;
                     ^
src/session.cpp:698:57: warning: 'max_connections' is deprecated [-Wdeprecated-declarations]
        .def("max_connections", allow_threads(&session::max_connections))
                                                        ^
../../include/libtorrent/session.hpp:914:7: note: 'max_connections' has been explicitly marked deprecated here
                int max_connections() const TORRENT_DEPRECATED;
                    ^
src/session.cpp:699:71: warning: 'set_max_half_open_connections' is deprecated [-Wdeprecated-declarations]
        .def("set_max_half_open_connections", allow_threads(&session::set_max_half_open_connections))
                                                                      ^
../../include/libtorrent/session.hpp:911:8: note: 'set_max_half_open_connections' has been explicitly marked deprecated here
                void set_max_half_open_connections(int limit) TORRENT_DEPRECATED;
                     ^
src/session.cpp:700:57: warning: 'num_connections' is deprecated [-Wdeprecated-declarations]
        .def("num_connections", allow_threads(&session::num_connections))
                                                        ^
../../include/libtorrent/session.hpp:864:7: note: 'num_connections' has been explicitly marked deprecated here
                int num_connections() const TORRENT_DEPRECATED;
                    ^
src/session.cpp:720:60: warning: 'set_severity_level' is deprecated [-Wdeprecated-declarations]
        .def("set_severity_level", allow_threads(&session::set_severity_level))
                                                           ^
../../include/libtorrent/session.hpp:976:8: note: 'set_severity_level' has been explicitly marked deprecated here
                void set_severity_level(alert::severity_t s) TORRENT_DEPRECATED;
                     ^
src/session.cpp:721:68: warning: 'set_alert_queue_size_limit' is deprecated [-Wdeprecated-declarations]
        .def("set_alert_queue_size_limit", allow_threads(&session::set_alert_queue_size_limit))
                                                                   ^
../../include/libtorrent/session.hpp:979:10: note: 'set_alert_queue_size_limit' has been explicitly marked deprecated here
                size_t set_alert_queue_size_limit(size_t queue_size_limit_) TORRENT_DEPRECATED;
                       ^
src/session.cpp:729:56: warning: 'set_peer_proxy' is deprecated [-Wdeprecated-declarations]
        .def("set_peer_proxy", allow_threads(&session::set_peer_proxy))
                                                       ^
../../include/libtorrent/session.hpp:868:8: note: 'set_peer_proxy' has been explicitly marked deprecated here
                void set_peer_proxy(proxy_settings const& s) TORRENT_DEPRECATED;
                     ^
src/session.cpp:730:59: warning: 'set_tracker_proxy' is deprecated [-Wdeprecated-declarations]
        .def("set_tracker_proxy", allow_threads(&session::set_tracker_proxy))
                                                          ^
../../include/libtorrent/session.hpp:872:8: note: 'set_tracker_proxy' has been explicitly marked deprecated here
                void set_tracker_proxy(proxy_settings const& s) TORRENT_DEPRECATED;
                     ^
src/session.cpp:731:60: warning: 'set_web_seed_proxy' is deprecated [-Wdeprecated-declarations]
        .def("set_web_seed_proxy", allow_threads(&session::set_web_seed_proxy))
                                                           ^
../../include/libtorrent/session.hpp:870:8: note: 'set_web_seed_proxy' has been explicitly marked deprecated here
                void set_web_seed_proxy(proxy_settings const& s) TORRENT_DEPRECATED;
                     ^
src/session.cpp:732:52: warning: 'peer_proxy' is deprecated [-Wdeprecated-declarations]
        .def("peer_proxy", allow_threads(&session::peer_proxy))
                                                   ^
../../include/libtorrent/session.hpp:875:18: note: 'peer_proxy' has been explicitly marked deprecated here
                proxy_settings peer_proxy() const TORRENT_DEPRECATED;
                               ^
src/session.cpp:733:55: warning: 'tracker_proxy' is deprecated [-Wdeprecated-declarations]
        .def("tracker_proxy", allow_threads(&session::tracker_proxy))
                                                      ^
../../include/libtorrent/session.hpp:879:18: note: 'tracker_proxy' has been explicitly marked deprecated here
                proxy_settings tracker_proxy() const TORRENT_DEPRECATED;
                               ^
src/session.cpp:734:56: warning: 'web_seed_proxy' is deprecated [-Wdeprecated-declarations]
        .def("web_seed_proxy", allow_threads(&session::web_seed_proxy))
                                                       ^
../../include/libtorrent/session.hpp:877:18: note: 'web_seed_proxy' has been explicitly marked deprecated here
                proxy_settings web_seed_proxy() const TORRENT_DEPRECATED;
                               ^
28 warnings generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/session_settings.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/session_settings.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/string.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/string.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/torrent_handle.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/torrent_handle.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
src/torrent_handle.cpp:313:53: warning: 'get_torrent_info' is deprecated [-Wdeprecated-declarations]
        return boost::intrusive_ptr<const torrent_info>(&h.get_torrent_info());
                                                           ^
../../include/libtorrent/torrent_handle.hpp:842:23: note: 'get_torrent_info' has been explicitly marked deprecated here
                const torrent_info& get_torrent_info() const TORRENT_DEPRECATED;
                                    ^
src/torrent_handle.cpp:330:8: warning: 'set_peer_upload_limit' is deprecated [-Wdeprecated-declarations]
    th.set_peer_upload_limit(tuple_to_endpoint(ip), limit);
       ^
../../include/libtorrent/torrent_handle.hpp:850:8: note: 'set_peer_upload_limit' has been explicitly marked deprecated here
                void set_peer_upload_limit(tcp::endpoint ip, int limit) const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:335:8: warning: 'set_peer_download_limit' is deprecated [-Wdeprecated-declarations]
    th.set_peer_download_limit(tuple_to_endpoint(ip), limit);
       ^
../../include/libtorrent/torrent_handle.hpp:852:8: note: 'set_peer_download_limit' has been explicitly marked deprecated here
                void set_peer_download_limit(tcp::endpoint ip, int limit) const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:350:54: warning: 'super_seeding' is deprecated [-Wdeprecated-declarations]
    bool (torrent_handle::*super_seeding0)() const = &torrent_handle::super_seeding;
                                                     ^
../../include/libtorrent/torrent_handle.hpp:872:8: note: 'super_seeding' has been explicitly marked deprecated here
                bool super_seeding() const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:361:83: warning: 'move_storage' is deprecated [-Wdeprecated-declarations]
    void (torrent_handle::*move_storage1)(std::wstring const&, int flags) const = &torrent_handle::move_storage;
                                                                                  ^
../../include/libtorrent/torrent_handle.hpp:1143:8: note: 'move_storage' has been explicitly marked deprecated here
                void move_storage(std::wstring const& save_path, int flags = 0) const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:362:76: warning: 'rename_file' is deprecated [-Wdeprecated-declarations]
    void (torrent_handle::*rename_file1)(int, std::wstring const&) const = &torrent_handle::rename_file;
                                                                           ^
../../include/libtorrent/torrent_handle.hpp:1145:8: note: 'rename_file' has been explicitly marked deprecated here
                void rename_file(int index, std::wstring const& new_name) const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:413:49: warning: 'filter_piece' is deprecated [-Wdeprecated-declarations]
        .def("filter_piece", _(&torrent_handle::filter_piece))
                                                ^
../../include/libtorrent/torrent_handle.hpp:880:8: note: 'filter_piece' has been explicitly marked deprecated here
                void filter_piece(int index, bool filter) const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:414:54: warning: 'is_piece_filtered' is deprecated [-Wdeprecated-declarations]
        .def("is_piece_filtered", _(&torrent_handle::is_piece_filtered))
                                                     ^
../../include/libtorrent/torrent_handle.hpp:884:8: note: 'is_piece_filtered' has been explicitly marked deprecated here
                bool is_piece_filtered(int index) const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:415:54: warning: 'write_resume_data' is deprecated [-Wdeprecated-declarations]
        .def("write_resume_data", _(&torrent_handle::write_resume_data))
                                                     ^
../../include/libtorrent/torrent_handle.hpp:896:9: note: 'write_resume_data' has been explicitly marked deprecated here
                entry write_resume_data() const TORRENT_DEPRECATED;
                      ^
src/torrent_handle.cpp:416:44: warning: 'is_seed' is deprecated [-Wdeprecated-declarations]
        .def("is_seed", _(&torrent_handle::is_seed))
                                           ^
../../include/libtorrent/torrent_handle.hpp:860:8: note: 'is_seed' has been explicitly marked deprecated here
                bool is_seed() const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:417:48: warning: 'is_finished' is deprecated [-Wdeprecated-declarations]
        .def("is_finished", _(&torrent_handle::is_finished))
                                               ^
../../include/libtorrent/torrent_handle.hpp:862:8: note: 'is_finished' has been explicitly marked deprecated here
                bool is_finished() const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:418:46: warning: 'is_paused' is deprecated [-Wdeprecated-declarations]
        .def("is_paused", _(&torrent_handle::is_paused))
                                             ^
../../include/libtorrent/torrent_handle.hpp:864:8: note: 'is_paused' has been explicitly marked deprecated here
                bool is_paused() const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:419:52: warning: 'is_auto_managed' is deprecated [-Wdeprecated-declarations]
        .def("is_auto_managed", _(&torrent_handle::is_auto_managed))
                                                   ^
../../include/libtorrent/torrent_handle.hpp:866:8: note: 'is_auto_managed' has been explicitly marked deprecated here
                bool is_auto_managed() const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:420:49: warning: 'has_metadata' is deprecated [-Wdeprecated-declarations]
        .def("has_metadata", _(&torrent_handle::has_metadata))
                                                ^
../../include/libtorrent/torrent_handle.hpp:870:8: note: 'has_metadata' has been explicitly marked deprecated here
                bool has_metadata() const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:422:41: warning: 'name' is deprecated [-Wdeprecated-declarations]
        .def("name", _(&torrent_handle::name))
                                        ^
../../include/libtorrent/torrent_handle.hpp:838:15: note: 'name' has been explicitly marked deprecated here
                std::string name() const TORRENT_DEPRECATED;
                            ^
src/torrent_handle.cpp:459:46: warning: 'set_ratio' is deprecated [-Wdeprecated-declarations]
        .def("set_ratio", _(&torrent_handle::set_ratio))
                                             ^
../../include/libtorrent/torrent_handle.hpp:856:8: note: 'set_ratio' has been explicitly marked deprecated here
                void set_ratio(float up_down_ratio) const TORRENT_DEPRECATED;
                     ^
src/torrent_handle.cpp:460:46: warning: 'save_path' is deprecated [-Wdeprecated-declarations]
        .def("save_path", _(&torrent_handle::save_path))
                                             ^
../../include/libtorrent/torrent_handle.hpp:830:15: note: 'save_path' has been explicitly marked deprecated here
                std::string save_path() const TORRENT_DEPRECATED;
                            ^
18 warnings generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/torrent_info.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/torrent_info.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
src/torrent_info.cpp:92:18: warning: 'begin_files' is deprecated [-Wdeprecated-declarations]
        return i.begin_files();
                 ^
../../include/libtorrent/torrent_info.hpp:490:17: note: 'begin_files' has been explicitly marked deprecated here
                file_iterator begin_files() const TORRENT_DEPRECATED { return m_files.begin_deprecated(); }
                              ^
src/torrent_info.cpp:97:18: warning: 'end_files' is deprecated [-Wdeprecated-declarations]
        return i.end_files();
                 ^
../../include/libtorrent/torrent_info.hpp:492:17: note: 'end_files' has been explicitly marked deprecated here
                file_iterator end_files() const TORRENT_DEPRECATED { return m_files.end_deprecated(); }
                              ^
src/torrent_info.cpp:180:68: warning: 'rename_file' is deprecated [-Wdeprecated-declarations]
    void (torrent_info::*rename_file1)(int, std::wstring const&) = &torrent_info::rename_file;
                                                                   ^
../../include/libtorrent/torrent_info.hpp:407:8: note: 'rename_file' has been explicitly marked deprecated here
                void rename_file(int index, std::wstring const& new_filename) TORRENT_DEPRECATED;
                     ^
src/torrent_info.cpp:215:47: warning: 'file_at_offset' is deprecated [-Wdeprecated-declarations]
        .def("file_at_offset", &torrent_info::file_at_offset)
                                              ^
../../include/libtorrent/torrent_info.hpp:498:17: note: 'file_at_offset' has been explicitly marked deprecated here
                file_iterator file_at_offset(size_type offset) const TORRENT_DEPRECATED
                              ^
In file included from src/torrent_info.cpp:5:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python.hpp:11:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python/args.hpp:25:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python/object_core.hpp:14:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python/call.hpp:15:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python/converter/arg_to_python.hpp:10:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python/to_python_indirect.hpp:10:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python/object/pointer_holder.hpp:65:
In file included from /Users/gubatron/src/boost_1_57_0/boost/preprocessor/iteration/detail/iter/forward1.hpp:52:
/Users/gubatron/src/boost_1_57_0/boost/python/object/pointer_holder.hpp:192:19: warning: 'torrent_info' is deprecated [-Wdeprecated-declarations]
        : m_p(new Value(
                  ^
/Users/gubatron/src/boost_1_57_0/boost/python/object/make_holder.hpp:94:31: note: in instantiation of function template specialization
      'boost::python::objects::pointer_holder<boost::intrusive_ptr<libtorrent::torrent_info>, libtorrent::torrent_info>::pointer_holder<boost::python::objects::reference_to_value<const libtorrent::entry &>
      >' requested here
                (new (memory) Holder(
                              ^
/Users/gubatron/src/boost_1_57_0/boost/python/detail/make_keyword_range_fn.hpp:65:47: note: in instantiation of member function
      'boost::python::objects::make_holder<1>::apply<boost::python::objects::pointer_holder<boost::intrusive_ptr<libtorrent::torrent_info>, libtorrent::torrent_info>, boost::mpl::vector1<const
      libtorrent::entry &> >::execute' requested here
            ::template apply<Holder,ArgList>::execute
                                              ^
/Users/gubatron/src/boost_1_57_0/boost/python/init.hpp:332:19: note: in instantiation of function template specialization 'boost::python::detail::make_keyword_range_constructor<boost::mpl::vector1<const
      libtorrent::entry &>, boost::mpl::size<boost::mpl::vector1<const libtorrent::entry &> >, boost::python::objects::pointer_holder<boost::intrusive_ptr<libtorrent::torrent_info>,
      libtorrent::torrent_info>, boost::python::default_call_policies>' requested here
        , detail::make_keyword_range_constructor<Signature,NArgs>(
                  ^
/Users/gubatron/src/boost_1_57_0/boost/python/init.hpp:399:19: note: in instantiation of function template specialization 'boost::python::detail::def_init_aux<boost::python::class_<libtorrent::torrent_info,
      boost::intrusive_ptr<libtorrent::torrent_info>, boost::python::detail::not_specified, boost::python::detail::not_specified>, boost::python::default_call_policies, boost::mpl::vector1<const
      libtorrent::entry &>, boost::mpl::size<boost::mpl::vector1<const libtorrent::entry &> > >' requested here
          detail::def_init_aux(cl, args, NArgs(), policies, doc, keywords);
                  ^
/Users/gubatron/src/boost_1_57_0/boost/python/init.hpp:171:62: note: in instantiation of function template specialization
      'boost::python::detail::define_class_init_helper<0>::apply<boost::python::class_<libtorrent::torrent_info, boost::intrusive_ptr<libtorrent::torrent_info>, boost::python::detail::not_specified,
      boost::python::detail::not_specified>, boost::python::default_call_policies, boost::mpl::vector1<const libtorrent::entry &>, boost::mpl::size<boost::mpl::vector1<const libtorrent::entry &> > >'
      requested here
        detail::define_class_init_helper<n_defaults::value>::apply(
                                                             ^
/Users/gubatron/src/boost_1_57_0/boost/python/def_visitor.hpp:31:29: note: in instantiation of function template specialization 'boost::python::init_base<boost::python::init<const libtorrent::entry &,
      mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_>
      >::visit<boost::python::class_<libtorrent::torrent_info, boost::intrusive_ptr<libtorrent::torrent_info>, boost::python::detail::not_specified, boost::python::detail::not_specified> >' requested here
        v.derived_visitor().visit(c);
                            ^
/Users/gubatron/src/boost_1_57_0/boost/python/def_visitor.hpp:67:29: note: in instantiation of function template specialization
      'boost::python::def_visitor_access::visit<boost::python::def_visitor<boost::python::init<const libtorrent::entry &, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_,
      mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_> >, boost::python::class_<libtorrent::torrent_info,
      boost::intrusive_ptr<libtorrent::torrent_info>, boost::python::detail::not_specified, boost::python::detail::not_specified> >' requested here
        def_visitor_access::visit(*this, c);
                            ^
/Users/gubatron/src/boost_1_57_0/boost/python/class.hpp:226:17: note: in instantiation of function template specialization 'boost::python::def_visitor<boost::python::init<const libtorrent::entry &,
      mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_>
      >::visit<boost::python::class_<libtorrent::torrent_info, boost::intrusive_ptr<libtorrent::torrent_info>, boost::python::detail::not_specified, boost::python::detail::not_specified> >' requested here
        visitor.visit(*this);
                ^
src/torrent_info.cpp:191:10: note: in instantiation of function template specialization 'boost::python::class_<libtorrent::torrent_info, boost::intrusive_ptr<libtorrent::torrent_info>,
      boost::python::detail::not_specified, boost::python::detail::not_specified>::def<boost::python::init<const libtorrent::entry &, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_,
      mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_> >' requested here
        .def(init<entry const&>(arg("e")))
         ^
../../include/libtorrent/torrent_info.hpp:528:3: note: 'torrent_info' has been explicitly marked deprecated here
                torrent_info(entry const& torrent_file) TORRENT_DEPRECATED;
                ^
In file included from src/torrent_info.cpp:5:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python.hpp:11:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python/args.hpp:25:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python/object_core.hpp:14:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python/call.hpp:15:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python/converter/arg_to_python.hpp:10:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python/to_python_indirect.hpp:10:
In file included from /Users/gubatron/src/boost_1_57_0/boost/python/object/pointer_holder.hpp:65:
In file included from /Users/gubatron/src/boost_1_57_0/boost/preprocessor/iteration/detail/iter/forward1.hpp:57:
/Users/gubatron/src/boost_1_57_0/boost/python/object/pointer_holder.hpp:192:19: warning: 'torrent_info' is deprecated [-Wdeprecated-declarations]
        : m_p(new Value(
                  ^
/Users/gubatron/src/boost_1_57_0/boost/python/object/make_holder.hpp:94:31: note: in instantiation of function template specialization
      'boost::python::objects::pointer_holder<boost::intrusive_ptr<libtorrent::torrent_info>,
      libtorrent::torrent_info>::pointer_holder<boost::python::objects::reference_to_value<std::__1::basic_string<wchar_t> >, int>' requested here
                (new (memory) Holder(
                              ^
/Users/gubatron/src/boost_1_57_0/boost/python/detail/make_keyword_range_fn.hpp:65:47: note: in instantiation of member function
      'boost::python::objects::make_holder<2>::apply<boost::python::objects::pointer_holder<boost::intrusive_ptr<libtorrent::torrent_info>, libtorrent::torrent_info>,
      boost::mpl::vector2<std::__1::basic_string<wchar_t>, int> >::execute' requested here
            ::template apply<Holder,ArgList>::execute
                                              ^
/Users/gubatron/src/boost_1_57_0/boost/python/init.hpp:332:19: note: in instantiation of function template specialization
      'boost::python::detail::make_keyword_range_constructor<boost::mpl::vector2<std::__1::basic_string<wchar_t>, int>, boost::mpl::size<boost::mpl::vector2<std::__1::basic_string<wchar_t>, int> >,
      boost::python::objects::pointer_holder<boost::intrusive_ptr<libtorrent::torrent_info>, libtorrent::torrent_info>, boost::python::default_call_policies>' requested here
        , detail::make_keyword_range_constructor<Signature,NArgs>(
                  ^
/Users/gubatron/src/boost_1_57_0/boost/python/init.hpp:399:19: note: in instantiation of function template specialization 'boost::python::detail::def_init_aux<boost::python::class_<libtorrent::torrent_info,
      boost::intrusive_ptr<libtorrent::torrent_info>, boost::python::detail::not_specified, boost::python::detail::not_specified>, boost::python::default_call_policies,
      boost::mpl::vector2<std::__1::basic_string<wchar_t>, int>, boost::mpl::size<boost::mpl::vector2<std::__1::basic_string<wchar_t>, int> > >' requested here
          detail::def_init_aux(cl, args, NArgs(), policies, doc, keywords);
                  ^
/Users/gubatron/src/boost_1_57_0/boost/python/init.hpp:171:62: note: in instantiation of function template specialization
      'boost::python::detail::define_class_init_helper<0>::apply<boost::python::class_<libtorrent::torrent_info, boost::intrusive_ptr<libtorrent::torrent_info>, boost::python::detail::not_specified,
      boost::python::detail::not_specified>, boost::python::default_call_policies, boost::mpl::vector2<std::__1::basic_string<wchar_t>, int>,
      boost::mpl::size<boost::mpl::vector2<std::__1::basic_string<wchar_t>, int> > >' requested here
        detail::define_class_init_helper<n_defaults::value>::apply(
                                                             ^
/Users/gubatron/src/boost_1_57_0/boost/python/def_visitor.hpp:31:29: note: in instantiation of function template specialization 'boost::python::init_base<boost::python::init<std::__1::basic_string<wchar_t>,
      int, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_>
      >::visit<boost::python::class_<libtorrent::torrent_info, boost::intrusive_ptr<libtorrent::torrent_info>, boost::python::detail::not_specified, boost::python::detail::not_specified> >' requested here
        v.derived_visitor().visit(c);
                            ^
/Users/gubatron/src/boost_1_57_0/boost/python/def_visitor.hpp:67:29: note: in instantiation of function template specialization
      'boost::python::def_visitor_access::visit<boost::python::def_visitor<boost::python::init<std::__1::basic_string<wchar_t>, int, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_,
      mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_> >, boost::python::class_<libtorrent::torrent_info,
      boost::intrusive_ptr<libtorrent::torrent_info>, boost::python::detail::not_specified, boost::python::detail::not_specified> >' requested here
        def_visitor_access::visit(*this, c);
                            ^
/Users/gubatron/src/boost_1_57_0/boost/python/class.hpp:226:17: note: in instantiation of function template specialization 'boost::python::def_visitor<boost::python::init<std::__1::basic_string<wchar_t>,
      int, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_>
      >::visit<boost::python::class_<libtorrent::torrent_info, boost::intrusive_ptr<libtorrent::torrent_info>, boost::python::detail::not_specified, boost::python::detail::not_specified> >' requested here
        visitor.visit(*this);
                ^
src/torrent_info.cpp:198:10: note: in instantiation of function template specialization 'boost::python::class_<libtorrent::torrent_info, boost::intrusive_ptr<libtorrent::torrent_info>,
      boost::python::detail::not_specified, boost::python::detail::not_specified>::def<boost::python::init<std::__1::basic_string<wchar_t>, int, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_,
      mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_> >' requested here
        .def(init<std::wstring, int>((arg("file"), arg("flags") = 0)))
         ^
../../include/libtorrent/torrent_info.hpp:346:3: note: 'torrent_info' has been explicitly marked deprecated here
                torrent_info(std::wstring const& filename, int flags = 0) TORRENT_DEPRECATED;
                ^
src/torrent_info.cpp:90:28: warning: unused function 'begin_files' [-Wunused-function]
    file_storage::iterator begin_files(torrent_info& i)
                           ^
src/torrent_info.cpp:95:28: warning: unused function 'end_files' [-Wunused-function]
    file_storage::iterator end_files(torrent_info& i)
                           ^
9 warnings generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/torrent_status.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/torrent_status.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/utility.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/utility.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 -I/usr/local/include -I/Users/gubatron/src/boost_1_57_0/boost -I../../include -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/version.cpp -o build/temp.macosx-10.9-x86_64-2.7/src/version.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future
warning: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
clang++ -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -L/Users/gubatron/src/boost_1_57_0/stage/lib -I/Users/gubatron/src/boost_1_57_0 -stdlib=libc++ -std=c++11 -O3 build/temp.macosx-10.9-x86_64-2.7/src/alert.o build/temp.macosx-10.9-x86_64-2.7/src/big_number.o build/temp.macosx-10.9-x86_64-2.7/src/converters.o build/temp.macosx-10.9-x86_64-2.7/src/create_torrent.o build/temp.macosx-10.9-x86_64-2.7/src/datetime.o build/temp.macosx-10.9-x86_64-2.7/src/entry.o build/temp.macosx-10.9-x86_64-2.7/src/error_code.o build/temp.macosx-10.9-x86_64-2.7/src/fingerprint.o build/temp.macosx-10.9-x86_64-2.7/src/ip_filter.o build/temp.macosx-10.9-x86_64-2.7/src/magnet_uri.o build/temp.macosx-10.9-x86_64-2.7/src/module.o build/temp.macosx-10.9-x86_64-2.7/src/peer_info.o build/temp.macosx-10.9-x86_64-2.7/src/session.o build/temp.macosx-10.9-x86_64-2.7/src/session_settings.o build/temp.macosx-10.9-x86_64-2.7/src/string.o build/temp.macosx-10.9-x86_64-2.7/src/torrent_handle.o build/temp.macosx-10.9-x86_64-2.7/src/torrent_info.o build/temp.macosx-10.9-x86_64-2.7/src/torrent_status.o build/temp.macosx-10.9-x86_64-2.7/src/utility.o build/temp.macosx-10.9-x86_64-2.7/src/version.o -L/usr/local/lib -L/Users/gubatron/src/boost_1_57_0/stage/lib -L. -ltorrent -lssl -lcrypto -lboost_python -lboost_system -o build/lib.macosx-10.9-x86_64-2.7/libtorrent.so -L/usr/local/lib -L/Users/gubatron/src/boost_1_57_0/stage/lib -L. -arch x86_64
installing to build/bdist.macosx-10.9-x86_64/dumb
running install
running install_lib
copying build/lib.macosx-10.9-x86_64-2.7/libtorrent.so -> build/bdist.macosx-10.9-x86_64/dumb/usr/local/lib/python2.7/site-packages
running install_egg_info
Removing build/bdist.macosx-10.9-x86_64/dumb/usr/local/lib/python2.7/site-packages/python_libtorrent-1.0.2-py2.7.egg-info
Writing build/bdist.macosx-10.9-x86_64/dumb/usr/local/lib/python2.7/site-packages/python_libtorrent-1.0.2-py2.7.egg-info
Creating tar archive
removing 'build/bdist.macosx-10.9-x86_64/dumb' (and everything under it)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment