Last active
August 29, 2015 14:21
-
-
Save Noctem/edb61e6b72857e2fc284 to your computer and use it in GitHub Desktop.
qBittorrent build terminal output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./configure --with-geoip-database-embedded --with-qt5 --with-boost=/Users/David/Developer/qBittorrent-env/homebrew/opt/boost | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for a sed that does not truncate output... /Users/David/Developer/qBittorrent-env/homebrew/bin/gsed | |
checking build system type... x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking whether make supports nested variables... yes | |
checking dependency style of gcc... none | |
checking dependency style of g++... none | |
checking whether OS is FreeBSD... no | |
checking for pkg-config... /Users/David/Developer/qBittorrent-env/homebrew/bin/pkg-config | |
checking pkg-config is at least version 0.23... yes | |
checking whether to enable the Debug build... no | |
checking whether to enable the GUI... yes | |
checking whether to install the systemd service file... no | |
checking whether to enable the WebUI... yes | |
checking whether Qt5 should be enabled... yes | |
checking for /Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/qmake... yes | |
checking for Qt5 qmake >= 5.2.0... /Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/qmake | |
checking whether QtDBus should be enabled... yes | |
checking for Qt5DBus >= 5.2.0... found | |
checking for boostlib >= 1.35... yes | |
configure: Boost CPPFLGAS: -I/Users/David/Developer/qBittorrent-env/homebrew/opt/boost/include | |
checking whether the Boost::System library is available... yes | |
checking for exit in -lboost_system... yes | |
configure: Boost.System LIB: -lboost_system | |
checking whether to compile using libtorrent-rasterbar 0.16.x... no | |
checking for libtorrent... yes | |
checking whether to embed the GeoIP database... yes | |
checking which qtsingleapplication to use... shipped | |
checking for zlib... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating conf.pri | |
config.status: executing depfiles commands | |
configure: Running qmake to generate the makefile... | |
Project MESSAGE: GeoIP database will not be embedded in qBittorrent executable. | |
Project MESSAGE: Building translations | |
Project MESSAGE: Processing lang/qbittorrent_fr | |
Project MESSAGE: Processing lang/qbittorrent_zh | |
Project MESSAGE: Processing lang/qbittorrent_zh_TW | |
Project MESSAGE: Processing lang/qbittorrent_en | |
Project MESSAGE: Processing lang/qbittorrent_en_AU | |
Project MESSAGE: Processing lang/qbittorrent_en_GB | |
Project MESSAGE: Processing lang/qbittorrent_ca | |
Project MESSAGE: Processing lang/qbittorrent_es | |
Project MESSAGE: Processing lang/qbittorrent_pl | |
Project MESSAGE: Processing lang/qbittorrent_ko | |
Project MESSAGE: Processing lang/qbittorrent_de | |
Project MESSAGE: Processing lang/qbittorrent_nl | |
Project MESSAGE: Processing lang/qbittorrent_tr | |
Project MESSAGE: Processing lang/qbittorrent_sv | |
Project MESSAGE: Processing lang/qbittorrent_el | |
Project MESSAGE: Processing lang/qbittorrent_ru | |
Project MESSAGE: Processing lang/qbittorrent_uk | |
Project MESSAGE: Processing lang/qbittorrent_bg | |
Project MESSAGE: Processing lang/qbittorrent_it | |
Project MESSAGE: Processing lang/qbittorrent_sk | |
Project MESSAGE: Processing lang/qbittorrent_ro | |
Project MESSAGE: Processing lang/qbittorrent_pt | |
Project MESSAGE: Processing lang/qbittorrent_nb | |
Project MESSAGE: Processing lang/qbittorrent_fi | |
Project MESSAGE: Processing lang/qbittorrent_da | |
Project MESSAGE: Processing lang/qbittorrent_ja | |
Project MESSAGE: Processing lang/qbittorrent_hu | |
Project MESSAGE: Processing lang/qbittorrent_pt_BR | |
Project MESSAGE: Processing lang/qbittorrent_cs | |
Project MESSAGE: Processing lang/qbittorrent_sr | |
Project MESSAGE: Processing lang/qbittorrent_ar | |
Project MESSAGE: Processing lang/qbittorrent_hr | |
Project MESSAGE: Processing lang/qbittorrent_gl | |
Project MESSAGE: Processing lang/qbittorrent_hy | |
Project MESSAGE: Processing lang/qbittorrent_lt | |
Project MESSAGE: Processing lang/qbittorrent_ka | |
Project MESSAGE: Processing lang/qbittorrent_be | |
Project MESSAGE: Processing lang/qbittorrent_eu | |
Project MESSAGE: Processing lang/qbittorrent_he | |
Project MESSAGE: Processing lang/qbittorrent_vi | |
Project MESSAGE: Processing lang/qbittorrent_hi_IN | |
Info: creating stash file /Users/David/Developer/qBittorrent-env/qBittorrent/.qmake.stash | |
Reading /Users/David/Developer/qBittorrent-env/qBittorrent/src/src.pro | |
Project MESSAGE: On Mac OS X, GeoIP database must be embedded. | |
Project MESSAGE: Project is built in RELEASE mode. | |
Project MESSAGE: Disabling debug output. | |
Project MESSAGE: GeoIP.dat was found in src/gui/geoip/. | |
configure: Good, your configure finished. | |
$ make | |
cd src/ && ( test -e Makefile || /Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/qmake /Users/David/Developer/qBittorrent-env/qBittorrent/src/src.pro -o Makefile ) && make -f Makefile | |
make[1]: Entering directory '/Users/David/Developer/qBittorrent-env/qBittorrent/src' | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/properties/propertieswidget.ui -o ui_propertieswidget.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/properties/trackersadditiondlg.ui -o ui_trackersadditiondlg.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/properties/peer.ui -o ui_peer.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/rss/rss.ui -o ui_rss.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/rss/rsssettingsdlg.ui -o ui_rsssettingsdlg.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/rss/automatedrssdownloader.ui -o ui_automatedrssdownloader.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/rss/cookiesdlg.ui -o ui_cookiesdlg.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/torrentcreator/createtorrent.ui -o ui_createtorrent.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/mainwindow.ui -o ui_mainwindow.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/about.ui -o ui_about.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/preview.ui -o ui_preview.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/login.ui -o ui_login.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/downloadfromurldlg.ui -o ui_downloadfromurldlg.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/bandwidth_limit.ui -o ui_bandwidth_limit.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/updownratiodlg.ui -o ui_updownratiodlg.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/confirmdeletiondlg.ui -o ui_confirmdeletiondlg.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/torrentimportdlg.ui -o ui_torrentimportdlg.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/executionlog.ui -o ui_executionlog.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/addnewtorrentdialog.ui -o ui_addnewtorrentdialog.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/autoexpandabledialog.ui -o ui_autoexpandabledialog.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/statsdialog.ui -o ui_statsdialog.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic gui/options.ui -o ui_options.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic searchengine/search.ui -o ui_search.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic searchengine/engineselect.ui -o ui_engineselect.h | |
/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/bin/uic searchengine/pluginsource.ui -o ui_pluginsource.h | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -march=core2 -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -W -fPIE -DWITH_GEOIP_EMBEDDED -DTORRENT_LINKING_SHARED -DBOOST_ASIO_DYN_LINK -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL -DWITH_GEOIP_EMBEDDED -DQT_NO_DEBUG_OUTPUT -DVERSION_MAJOR=3 -DVERSION_MINOR=2 -DVERSION_BUGFIX=0 -DVERSION_BUILD=1 -DVERSION=\"v3.2.0.1\" -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DBOOST_FILESYSTEM_VERSION=2 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../homebrew/Cellar/boost/1.58.0/include -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include -Iapp -Iapp/qtsingleapplication -Icore -Icore/qtlibtorrent -Igui -Igui/lineedit/src -Igui/properties -Igui/rss -Igui/torrentcreator -Igui/geoip -Igui/powermanagement -Isearchengine -I../../homebrew/Cellar/qt5/5.4.1/lib/QtWidgets.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtGui.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtXml.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtNetwork.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I../../homebrew/Cellar/qt5/5.4.1/mkspecs/macx-clang -F/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/lib -o qtsingleapplication.o app/qtsingleapplication/qtsingleapplication.cpp | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -march=core2 -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -W -fPIE -DWITH_GEOIP_EMBEDDED -DTORRENT_LINKING_SHARED -DBOOST_ASIO_DYN_LINK -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL -DWITH_GEOIP_EMBEDDED -DQT_NO_DEBUG_OUTPUT -DVERSION_MAJOR=3 -DVERSION_MINOR=2 -DVERSION_BUGFIX=0 -DVERSION_BUILD=1 -DVERSION=\"v3.2.0.1\" -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DBOOST_FILESYSTEM_VERSION=2 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../homebrew/Cellar/boost/1.58.0/include -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include -Iapp -Iapp/qtsingleapplication -Icore -Icore/qtlibtorrent -Igui -Igui/lineedit/src -Igui/properties -Igui/rss -Igui/torrentcreator -Igui/geoip -Igui/powermanagement -Isearchengine -I../../homebrew/Cellar/qt5/5.4.1/lib/QtWidgets.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtGui.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtXml.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtNetwork.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I../../homebrew/Cellar/qt5/5.4.1/mkspecs/macx-clang -F/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/lib -o qtlocalpeer.o app/qtsingleapplication/qtlocalpeer.cpp | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -march=core2 -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -W -fPIE -DWITH_GEOIP_EMBEDDED -DTORRENT_LINKING_SHARED -DBOOST_ASIO_DYN_LINK -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL -DWITH_GEOIP_EMBEDDED -DQT_NO_DEBUG_OUTPUT -DVERSION_MAJOR=3 -DVERSION_MINOR=2 -DVERSION_BUGFIX=0 -DVERSION_BUILD=1 -DVERSION=\"v3.2.0.1\" -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DBOOST_FILESYSTEM_VERSION=2 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../homebrew/Cellar/boost/1.58.0/include -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include -Iapp -Iapp/qtsingleapplication -Icore -Icore/qtlibtorrent -Igui -Igui/lineedit/src -Igui/properties -Igui/rss -Igui/torrentcreator -Igui/geoip -Igui/powermanagement -Isearchengine -I../../homebrew/Cellar/qt5/5.4.1/lib/QtWidgets.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtGui.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtXml.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtNetwork.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I../../homebrew/Cellar/qt5/5.4.1/mkspecs/macx-clang -F/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/lib -o application.o app/application.cpp | |
In file included from app/application.cpp:47: | |
In file included from gui/mainwindow.h:38: | |
In file included from core/qtlibtorrent/qtorrenthandle.h:34: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/torrent_handle.hpp:55: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/torrent_info.hpp:43: | |
In file included from ../../homebrew/Cellar/boost/1.58.0/include/boost/optional.hpp:15: | |
../../homebrew/Cellar/boost/1.58.0/include/boost/optional/optional.hpp:1254:53: warning: unused parameter 'out' | |
[-Wunused-parameter] | |
operator<<(std::basic_ostream<CharType, CharTrait>& out, optional_detail::optional_tag const& v) | |
^ | |
../../homebrew/Cellar/boost/1.58.0/include/boost/optional/optional.hpp:1254:95: warning: unused parameter 'v' | |
[-Wunused-parameter] | |
operator<<(std::basic_ostream<CharType, CharTrait>& out, optional_detail::optional_tag const& v) | |
^ | |
2 warnings generated. | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -march=core2 -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -W -fPIE -DWITH_GEOIP_EMBEDDED -DTORRENT_LINKING_SHARED -DBOOST_ASIO_DYN_LINK -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL -DWITH_GEOIP_EMBEDDED -DQT_NO_DEBUG_OUTPUT -DVERSION_MAJOR=3 -DVERSION_MINOR=2 -DVERSION_BUGFIX=0 -DVERSION_BUILD=1 -DVERSION=\"v3.2.0.1\" -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DBOOST_FILESYSTEM_VERSION=2 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../homebrew/Cellar/boost/1.58.0/include -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include -Iapp -Iapp/qtsingleapplication -Icore -Icore/qtlibtorrent -Igui -Igui/lineedit/src -Igui/properties -Igui/rss -Igui/torrentcreator -Igui/geoip -Igui/powermanagement -Isearchengine -I../../homebrew/Cellar/qt5/5.4.1/lib/QtWidgets.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtGui.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtXml.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtNetwork.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I../../homebrew/Cellar/qt5/5.4.1/mkspecs/macx-clang -F/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/lib -o main.o app/main.cpp | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -march=core2 -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -W -fPIE -DWITH_GEOIP_EMBEDDED -DTORRENT_LINKING_SHARED -DBOOST_ASIO_DYN_LINK -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL -DWITH_GEOIP_EMBEDDED -DQT_NO_DEBUG_OUTPUT -DVERSION_MAJOR=3 -DVERSION_MINOR=2 -DVERSION_BUGFIX=0 -DVERSION_BUILD=1 -DVERSION=\"v3.2.0.1\" -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DBOOST_FILESYSTEM_VERSION=2 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../homebrew/Cellar/boost/1.58.0/include -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include -Iapp -Iapp/qtsingleapplication -Icore -Icore/qtlibtorrent -Igui -Igui/lineedit/src -Igui/properties -Igui/rss -Igui/torrentcreator -Igui/geoip -Igui/powermanagement -Isearchengine -I../../homebrew/Cellar/qt5/5.4.1/lib/QtWidgets.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtGui.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtXml.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtNetwork.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I../../homebrew/Cellar/qt5/5.4.1/mkspecs/macx-clang -F/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/lib -o qbtsession.o core/qtlibtorrent/qbtsession.cpp | |
In file included from core/qtlibtorrent/qbtsession.cpp:43: | |
In file included from core/qtlibtorrent/torrentspeedmonitor.h:37: | |
In file included from core/qtlibtorrent/qtorrenthandle.h:34: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/torrent_handle.hpp:55: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/torrent_info.hpp:43: | |
In file included from ../../homebrew/Cellar/boost/1.58.0/include/boost/optional.hpp:15: | |
../../homebrew/Cellar/boost/1.58.0/include/boost/optional/optional.hpp:1254:53: warning: unused parameter 'out' | |
[-Wunused-parameter] | |
operator<<(std::basic_ostream<CharType, CharTrait>& out, optional_detail::optional_tag const& v) | |
^ | |
../../homebrew/Cellar/boost/1.58.0/include/boost/optional/optional.hpp:1254:95: warning: unused parameter 'v' | |
[-Wunused-parameter] | |
operator<<(std::basic_ostream<CharType, CharTrait>& out, optional_detail::optional_tag const& v) | |
^ | |
core/qtlibtorrent/qbtsession.cpp:92:11: warning: unused variable 'MAX_TRACKER_ERRORS' [-Wunused-const-variable] | |
const int MAX_TRACKER_ERRORS = 2; | |
^ | |
3 warnings generated. | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -march=core2 -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -W -fPIE -DWITH_GEOIP_EMBEDDED -DTORRENT_LINKING_SHARED -DBOOST_ASIO_DYN_LINK -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL -DWITH_GEOIP_EMBEDDED -DQT_NO_DEBUG_OUTPUT -DVERSION_MAJOR=3 -DVERSION_MINOR=2 -DVERSION_BUGFIX=0 -DVERSION_BUILD=1 -DVERSION=\"v3.2.0.1\" -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DBOOST_FILESYSTEM_VERSION=2 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../homebrew/Cellar/boost/1.58.0/include -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include -Iapp -Iapp/qtsingleapplication -Icore -Icore/qtlibtorrent -Igui -Igui/lineedit/src -Igui/properties -Igui/rss -Igui/torrentcreator -Igui/geoip -Igui/powermanagement -Isearchengine -I../../homebrew/Cellar/qt5/5.4.1/lib/QtWidgets.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtGui.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtXml.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtNetwork.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I../../homebrew/Cellar/qt5/5.4.1/mkspecs/macx-clang -F/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/lib -o qtorrenthandle.o core/qtlibtorrent/qtorrenthandle.cpp | |
In file included from core/qtlibtorrent/qtorrenthandle.cpp:41: | |
In file included from core/qtlibtorrent/qtorrenthandle.h:34: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/torrent_handle.hpp:55: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/torrent_info.hpp:43: | |
In file included from ../../homebrew/Cellar/boost/1.58.0/include/boost/optional.hpp:15: | |
../../homebrew/Cellar/boost/1.58.0/include/boost/optional/optional.hpp:1254:53: warning: unused parameter 'out' | |
[-Wunused-parameter] | |
operator<<(std::basic_ostream<CharType, CharTrait>& out, optional_detail::optional_tag const& v) | |
^ | |
../../homebrew/Cellar/boost/1.58.0/include/boost/optional/optional.hpp:1254:95: warning: unused parameter 'v' | |
[-Wunused-parameter] | |
operator<<(std::basic_ostream<CharType, CharTrait>& out, optional_detail::optional_tag const& v) | |
^ | |
core/qtlibtorrent/qtorrenthandle.cpp:59:15: warning: unused variable 'num_pieces' [-Wunused-variable] | |
const int num_pieces = t.num_pieces(); | |
^ | |
3 warnings generated. | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -march=core2 -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -W -fPIE -DWITH_GEOIP_EMBEDDED -DTORRENT_LINKING_SHARED -DBOOST_ASIO_DYN_LINK -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL -DWITH_GEOIP_EMBEDDED -DQT_NO_DEBUG_OUTPUT -DVERSION_MAJOR=3 -DVERSION_MINOR=2 -DVERSION_BUGFIX=0 -DVERSION_BUILD=1 -DVERSION=\"v3.2.0.1\" -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DBOOST_FILESYSTEM_VERSION=2 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../homebrew/Cellar/boost/1.58.0/include -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include -Iapp -Iapp/qtsingleapplication -Icore -Icore/qtlibtorrent -Igui -Igui/lineedit/src -Igui/properties -Igui/rss -Igui/torrentcreator -Igui/geoip -Igui/powermanagement -Isearchengine -I../../homebrew/Cellar/qt5/5.4.1/lib/QtWidgets.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtGui.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtXml.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtNetwork.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I../../homebrew/Cellar/qt5/5.4.1/mkspecs/macx-clang -F/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/lib -o torrentspeedmonitor.o core/qtlibtorrent/torrentspeedmonitor.cpp | |
In file included from core/qtlibtorrent/torrentspeedmonitor.cpp:33: | |
In file included from core/qtlibtorrent/qbtsession.h:43: | |
In file included from core/qtlibtorrent/qtorrenthandle.h:34: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/torrent_handle.hpp:55: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/torrent_info.hpp:43: | |
In file included from ../../homebrew/Cellar/boost/1.58.0/include/boost/optional.hpp:15: | |
../../homebrew/Cellar/boost/1.58.0/include/boost/optional/optional.hpp:1254:53: warning: unused parameter 'out' | |
[-Wunused-parameter] | |
operator<<(std::basic_ostream<CharType, CharTrait>& out, optional_detail::optional_tag const& v) | |
^ | |
../../homebrew/Cellar/boost/1.58.0/include/boost/optional/optional.hpp:1254:95: warning: unused parameter 'v' | |
[-Wunused-parameter] | |
operator<<(std::basic_ostream<CharType, CharTrait>& out, optional_detail::optional_tag const& v) | |
^ | |
2 warnings generated. | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -march=core2 -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -W -fPIE -DWITH_GEOIP_EMBEDDED -DTORRENT_LINKING_SHARED -DBOOST_ASIO_DYN_LINK -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL -DWITH_GEOIP_EMBEDDED -DQT_NO_DEBUG_OUTPUT -DVERSION_MAJOR=3 -DVERSION_MINOR=2 -DVERSION_BUGFIX=0 -DVERSION_BUILD=1 -DVERSION=\"v3.2.0.1\" -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DBOOST_FILESYSTEM_VERSION=2 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../homebrew/Cellar/boost/1.58.0/include -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent -I../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include -Iapp -Iapp/qtsingleapplication -Icore -Icore/qtlibtorrent -Igui -Igui/lineedit/src -Igui/properties -Igui/rss -Igui/torrentcreator -Igui/geoip -Igui/powermanagement -Isearchengine -I../../homebrew/Cellar/qt5/5.4.1/lib/QtWidgets.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtGui.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtXml.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtNetwork.framework/Versions/5/Headers -I../../homebrew/Cellar/qt5/5.4.1/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I../../homebrew/Cellar/qt5/5.4.1/mkspecs/macx-clang -F/Users/David/Developer/qBittorrent-env/homebrew/Cellar/qt5/5.4.1/lib -o alertdispatcher.o core/qtlibtorrent/alertdispatcher.cpp | |
In file included from core/qtlibtorrent/alertdispatcher.cpp:33: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/session.hpp:50: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/torrent_handle.hpp:55: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/torrent_info.hpp:43: | |
In file included from ../../homebrew/Cellar/boost/1.58.0/include/boost/optional.hpp:15: | |
../../homebrew/Cellar/boost/1.58.0/include/boost/optional/optional.hpp:1254:53: warning: unused parameter 'out' | |
[-Wunused-parameter] | |
operator<<(std::basic_ostream<CharType, CharTrait>& out, optional_detail::optional_tag const& v) | |
^ | |
../../homebrew/Cellar/boost/1.58.0/include/boost/optional/optional.hpp:1254:95: warning: unused parameter 'v' | |
[-Wunused-parameter] | |
operator<<(std::basic_ostream<CharType, CharTrait>& out, optional_detail::optional_tag const& v) | |
^ | |
In file included from core/qtlibtorrent/alertdispatcher.cpp:33: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/session.hpp:55: | |
In file included from ../../homebrew/Cellar/libtorrent-rasterbar/1.0.5/include/libtorrent/disk_io_thread.hpp:52: | |
In file included from ../../homebrew/Cellar/boost/1.58.0/include/boost/multi_index/ordered_index.hpp:78: | |
In file included from ../../homebrew/Cellar/boost/1.58.0/include/boost/bind.hpp:22: | |
../../homebrew/Cellar/boost/1.58.0/include/boost/bind/bind.hpp:313:55: error: no matching constructor for | |
initialization of 'std::__1::auto_ptr<libtorrent::alert>' | |
unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]); | |
^~~~~~~~~~~~~~~~~ | |
../../homebrew/Cellar/boost/1.58.0/include/boost/bind/bind.hpp:905:16: note: in instantiation of function template | |
specialization 'boost::_bi::list2<boost::_bi::value<QSharedPointer<QAlertDispatcher::Tag> >, boost::arg<1> | |
>::operator()<void (*)(QSharedPointer<QAlertDispatcher::Tag>, std::__1::auto_ptr<libtorrent::alert>), | |
boost::_bi::list1<const std::__1::auto_ptr<libtorrent::alert> &> >' requested here | |
return l_( type<result_type>(), f_, a, 0 ); | |
^ | |
../../homebrew/Cellar/boost/1.58.0/include/boost/function/function_template.hpp:159:33: note: in instantiation of | |
function template specialization 'boost::_bi::bind_t<void, void (*)(QSharedPointer<QAlertDispatcher::Tag>, | |
std::__1::auto_ptr<libtorrent::alert>), | |
boost::_bi::list2<boost::_bi::value<QSharedPointer<QAlertDispatcher::Tag> >, boost::arg<1> > | |
>::operator()<std::__1::auto_ptr<libtorrent::alert> >' requested here | |
BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS)); | |
^ | |
../../homebrew/Cellar/boost/1.58.0/include/boost/function/function_template.hpp:81:36: note: expanded from macro | |
'BOOST_FUNCTION_RETURN' | |
# define BOOST_FUNCTION_RETURN(X) X | |
^ | |
../../homebrew/Cellar/boost/1.58.0/include/boost/function/function_template.hpp:940:53: note: in instantiation of | |
member function 'boost::detail::function::void_function_obj_invoker1<boost::_bi::bind_t<void, void | |
(*)(QSharedPointer<QAlertDispatcher::Tag>, std::__1::auto_ptr<libtorrent::alert>), | |
boost::_bi::list2<boost::_bi::value<QSharedPointer<QAlertDispatcher::Tag> >, boost::arg<1> > >, void, | |
std::__1::auto_ptr<libtorrent::alert> >::invoke' requested here | |
{ { &manager_type::manage }, &invoker_type::invoke }; | |
^ | |
../../homebrew/Cellar/boost/1.58.0/include/boost/function/function_template.hpp:728:13: note: in instantiation of | |
function template specialization 'boost::function1<void, std::__1::auto_ptr<libtorrent::alert> | |
>::assign_to<boost::_bi::bind_t<void, void (*)(QSharedPointer<QAlertDispatcher::Tag>, | |
std::__1::auto_ptr<libtorrent::alert>), | |
boost::_bi::list2<boost::_bi::value<QSharedPointer<QAlertDispatcher::Tag> >, boost::arg<1> > > >' requested | |
here | |
this->assign_to(f); | |
^ | |
../../homebrew/Cellar/boost/1.58.0/include/boost/function/function_template.hpp:1077:5: note: in instantiation of | |
function template specialization 'boost::function1<void, std::__1::auto_ptr<libtorrent::alert> | |
>::function1<boost::_bi::bind_t<void, void (*)(QSharedPointer<QAlertDispatcher::Tag>, | |
std::__1::auto_ptr<libtorrent::alert>), | |
boost::_bi::list2<boost::_bi::value<QSharedPointer<QAlertDispatcher::Tag> >, boost::arg<1> > > >' requested | |
here | |
base_type(f) | |
^ | |
core/qtlibtorrent/alertdispatcher.cpp:57:35: note: in instantiation of function template specialization | |
'boost::function<void (std::__1::auto_ptr<libtorrent::alert>)>::function<boost::_bi::bind_t<void, void | |
(*)(QSharedPointer<QAlertDispatcher::Tag>, std::__1::auto_ptr<libtorrent::alert>), | |
boost::_bi::list2<boost::_bi::value<QSharedPointer<QAlertDispatcher::Tag> >, boost::arg<1> > > >' requested | |
here | |
m_session->set_alert_dispatch(boost::bind(&QAlertDispatcher::dispatch, current_tag, _1)); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:1863:31: note: | |
candidate constructor not viable: 1st argument ('const std::__1::auto_ptr<libtorrent::alert>') would lose | |
const qualifier | |
_LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) throw() : __ptr_(__p.release()) {} | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:1891:31: note: | |
candidate constructor not viable: no known conversion from 'const std::__1::auto_ptr<libtorrent::alert>' to | |
'auto_ptr_ref<libtorrent::alert>' for 1st argument | |
_LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) throw() : __ptr_(__p.__ptr_) {} | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:1864:51: note: | |
candidate template ignored: substitution failure [with _Up = libtorrent::alert] | |
template<class _Up> _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr<_Up>& __p) throw() | |
^ | |
2 warnings and 1 error generated. | |
Makefile:33754: recipe for target 'alertdispatcher.o' failed | |
make[1]: *** [alertdispatcher.o] Error 1 | |
make[1]: Leaving directory '/Users/David/Developer/qBittorrent-env/qBittorrent/src' | |
Makefile:42: recipe for target 'sub-src-make_first' failed | |
make: *** [sub-src-make_first] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment