You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing following error when I am trying to compile, PySide on Mac OSX 10.11
CMake Error at /usr/local/Cellar/cmake/3.4.1/share/cmake/Modules/Platform/Darwin.cmake:76 (message):
CMAKE_OSX_DEPLOYMENT_TARGET is '10.11' but CMAKE_OSX_SYSROOT:
""
is not set to a MacOSX SDK with a recognized version. Either set
CMAKE_OSX_SYSROOT to a valid SDK or set CMAKE_OSX_DEPLOYMENT_TARGET to
empty.
The text was updated successfully, but these errors were encountered:
I was following
http://pyside.readthedocs.org/en/latest/building/macosx.html#installing-prerequisites
and I did following
I am seeing following error when I am trying to compile, PySide on Mac OSX 10.11
The text was updated successfully, but these errors were encountered: