We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have problem with installing pyQt5. when I run pip install pyqt5 , I get this error:
ERROR: Command errored out with exit status 1: command: /opt/anaconda3/bin/python3 /opt/anaconda3/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmpsaf44_ld cwd: /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/pip-install-bqfyy3re/pyqt5 Complete output (1190 lines): Querying qmake about your Qt installation... /opt/anaconda3/bin/qmake -query This is the GPL version of PyQt 5.15.2 (licensed under the GNU General Public License) for Python 3.8.5 on darwin. Found the license file 'pyqt-gpl.sip'. Checking to see if the QtCore bindings can be built... /opt/anaconda3/bin/qmake QtCore.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtCore/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--ae51dd.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--ae51dd.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtNetwork bindings can be built... /opt/anaconda3/bin/qmake QtNetwork.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtNetwork/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--60a691.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--60a691.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtGui bindings can be built... /opt/anaconda3/bin/qmake QtGui.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtGui/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--522488.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--522488.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtWidgets bindings can be built... /opt/anaconda3/bin/qmake QtWidgets.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtWidgets/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--12880b.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--12880b.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtQml bindings can be built... /opt/anaconda3/bin/qmake QtQml.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtQml/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--63be5b.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--63be5b.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QAxContainer bindings can be built... /opt/anaconda3/bin/qmake QAxContainer.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QAxContainer/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--aaf969.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--aaf969.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtAndroidExtras bindings can be built... /opt/anaconda3/bin/qmake QtAndroidExtras.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtAndroidExtras/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--268b1e.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--268b1e.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtBluetooth bindings can be built... /opt/anaconda3/bin/qmake QtBluetooth.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtBluetooth/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--9bee74.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--9bee74.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtDBus bindings can be built... /opt/anaconda3/bin/qmake QtDBus.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtDBus/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--b88dfe.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--b88dfe.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? The QtDesigner bindings are disabled with a static Qt installation... Checking to see if the Enginio bindings can be built... /opt/anaconda3/bin/qmake Enginio.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_Enginio/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--51f595.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--51f595.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtHelp bindings can be built... /opt/anaconda3/bin/qmake QtHelp.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtHelp/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--b2745c.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--b2745c.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtMacExtras bindings can be built... /opt/anaconda3/bin/qmake QtMacExtras.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtMacExtras/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--274341.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--274341.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtMultimedia bindings can be built... /opt/anaconda3/bin/qmake QtMultimedia.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtMultimedia/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--fe6cde.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--fe6cde.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtMultimediaWidgets bindings can be built... /opt/anaconda3/bin/qmake QtMultimediaWidgets.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtMultimediaWidgets/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--809e7b.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--809e7b.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtNetworkAuth bindings can be built... /opt/anaconda3/bin/qmake QtNetworkAuth.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtNetworkAuth/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--0aed5a.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--0aed5a.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtNfc bindings can be built... /opt/anaconda3/bin/qmake QtNfc.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtNfc/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--558e0f.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--558e0f.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtOpenGL bindings can be built... /opt/anaconda3/bin/qmake QtOpenGL.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtOpenGL/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--5a378b.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--5a378b.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtPositioning bindings can be built... /opt/anaconda3/bin/qmake QtPositioning.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtPositioning/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--ad0533.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--ad0533.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtLocation bindings can be built... /opt/anaconda3/bin/qmake QtLocation.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtLocation/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--7dd46d.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--7dd46d.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtPrintSupport bindings can be built... /opt/anaconda3/bin/qmake QtPrintSupport.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtPrintSupport/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--5f7beb.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--5f7beb.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: Framework search paths: ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) =================== Maybe you forgot to setup the environment? Checking to see if the QtQuick bindings can be built... /opt/anaconda3/bin/qmake QtQuick.pro Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtQuick/.qmake.stash Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output: =================== Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix clang: warning: no such sysroot directory: '-single_module' "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--1fb05d.o -x c++ - clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0 ignoring nonexistent directory "-single_module/usr/include/c++/v1" ignoring nonexistent directory "-single_module/usr/local/include" ignoring nonexistent directory "-single_module/usr/include" ignoring nonexistent directory "-single_module/System/Library/Frameworks" ignoring nonexistent directory "-single_module/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1 /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include /Library/Developer/CommandLineTools/usr/include End of search list. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--1fb05d.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-253.9 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
The text was updated successfully, but these errors were encountered:
Hi @mndhub,
Did you solve the issue? This is more a PyQt problem than Visbrain so I would suggest opening an issue on the GitHub of PyQt.
Thanks Raphael
Sorry, something went wrong.
No branches or pull requests
Hi, I have problem with installing pyQt5. when I run pip install pyqt5 , I get this error:
ERROR: Command errored out with exit status 1:
command: /opt/anaconda3/bin/python3 /opt/anaconda3/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmpsaf44_ld
cwd: /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/pip-install-bqfyy3re/pyqt5
Complete output (1190 lines):
Querying qmake about your Qt installation...
/opt/anaconda3/bin/qmake -query
This is the GPL version of PyQt 5.15.2 (licensed under the GNU General Public License) for Python 3.8.5 on darwin.
Found the license file 'pyqt-gpl.sip'.
Checking to see if the QtCore bindings can be built...
/opt/anaconda3/bin/qmake QtCore.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtCore/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--ae51dd.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--ae51dd.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtNetwork bindings can be built...
/opt/anaconda3/bin/qmake QtNetwork.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtNetwork/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--60a691.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--60a691.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtGui bindings can be built...
/opt/anaconda3/bin/qmake QtGui.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtGui/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--522488.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--522488.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtWidgets bindings can be built...
/opt/anaconda3/bin/qmake QtWidgets.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtWidgets/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--12880b.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--12880b.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtQml bindings can be built...
/opt/anaconda3/bin/qmake QtQml.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtQml/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--63be5b.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--63be5b.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QAxContainer bindings can be built...
/opt/anaconda3/bin/qmake QAxContainer.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QAxContainer/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--aaf969.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--aaf969.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtAndroidExtras bindings can be built...
/opt/anaconda3/bin/qmake QtAndroidExtras.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtAndroidExtras/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--268b1e.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--268b1e.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtBluetooth bindings can be built...
/opt/anaconda3/bin/qmake QtBluetooth.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtBluetooth/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--9bee74.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--9bee74.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtDBus bindings can be built...
/opt/anaconda3/bin/qmake QtDBus.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtDBus/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--b88dfe.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--b88dfe.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
The QtDesigner bindings are disabled with a static Qt installation...
Checking to see if the Enginio bindings can be built...
/opt/anaconda3/bin/qmake Enginio.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_Enginio/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--51f595.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--51f595.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtHelp bindings can be built...
/opt/anaconda3/bin/qmake QtHelp.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtHelp/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--b2745c.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--b2745c.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtMacExtras bindings can be built...
/opt/anaconda3/bin/qmake QtMacExtras.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtMacExtras/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--274341.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--274341.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtMultimedia bindings can be built...
/opt/anaconda3/bin/qmake QtMultimedia.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtMultimedia/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--fe6cde.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--fe6cde.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtMultimediaWidgets bindings can be built...
/opt/anaconda3/bin/qmake QtMultimediaWidgets.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtMultimediaWidgets/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--809e7b.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--809e7b.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtNetworkAuth bindings can be built...
/opt/anaconda3/bin/qmake QtNetworkAuth.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtNetworkAuth/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--0aed5a.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--0aed5a.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtNfc bindings can be built...
/opt/anaconda3/bin/qmake QtNfc.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtNfc/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--558e0f.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--558e0f.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtOpenGL bindings can be built...
/opt/anaconda3/bin/qmake QtOpenGL.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtOpenGL/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--5a378b.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--5a378b.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtPositioning bindings can be built...
/opt/anaconda3/bin/qmake QtPositioning.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtPositioning/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--ad0533.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--ad0533.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtLocation bindings can be built...
/opt/anaconda3/bin/qmake QtLocation.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtLocation/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--7dd46d.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--7dd46d.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtPrintSupport bindings can be built...
/opt/anaconda3/bin/qmake QtPrintSupport.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtPrintSupport/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--5f7beb.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--5f7beb.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
Framework search paths:
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
===================
Maybe you forgot to setup the environment?
Checking to see if the QtQuick bindings can be built...
/opt/anaconda3/bin/qmake QtQuick.pro
Info: creating stash file /private/var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/tmppt34y03t/cfgtest_QtQuick/.qmake.stash
Project ERROR: Cannot run compiler '/Library/Developer/CommandLineTools/usr/bin/clang++'. Output:
===================
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
clang: warning: no such sysroot directory: '-single_module'
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.10.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -isysroot -single_module -stdlib=libc++ -fdeprecated-macro -fdebug-compilation-dir /opt/anaconda3/mkspecs/features -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--1fb05d.o -x c++ -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin14.5.0
ignoring nonexistent directory "-single_module/usr/include/c++/v1"
ignoring nonexistent directory "-single_module/usr/local/include"
ignoring nonexistent directory "-single_module/usr/include"
ignoring nonexistent directory "-single_module/System/Library/Frameworks"
ignoring nonexistent directory "-single_module/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include
/Library/Developer/CommandLineTools/usr/include
End of search list.
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.0 -syslibroot -single_module -o /dev/null -v /var/folders/5b/wmpq9tg560q8cc39bjm8mgk80000gn/T/--1fb05d.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-253.9
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
The text was updated successfully, but these errors were encountered: