Skip to content

Instantly share code, notes, and snippets.

@dhilst
Created September 24, 2018 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhilst/5342fd092f2160d7b021c7deee6b5e5b to your computer and use it in GitHub Desktop.
Save dhilst/5342fd092f2160d7b021c7deee6b5e5b to your computer and use it in GitHub Desktop.
pyqt error
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.7 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/opt/qt/5.5/clang_64/lib/QtCore.framework/Headers -I. -I/opt/qt/5.5/clang_64/mkspecs/macx-clang -F/opt/qt/5.5/clang_64/lib -o qtdetail.o qtdetail.cpp
warning: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
In file included from qtdetail.cpp:1:
In file included from /opt/qt/5.5/clang_64/lib/QtCore.framework/Headers/QCoreApplication:1:
In file included from /opt/qt/5.5/clang_64/lib/QtCore.framework/Headers/qcoreapplication.h:37:
/opt/qt/5.5/clang_64/lib/QtCore.framework/Headers/qglobal.h:39:12: fatal error: 'cstddef' file not found
# include <cstddef>
^~~~~~~~~
1 warning and 1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment