Skip to content
New issue

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

Mac OSX 10.11 Build Issue - #141

Open
mohitt opened this issue Feb 15, 2016 · 2 comments
Open

Mac OSX 10.11 Build Issue - #141

mohitt opened this issue Feb 15, 2016 · 2 comments

Comments

@mohitt
Copy link

mohitt commented Feb 15, 2016

I was following

http://pyside.readthedocs.org/en/latest/building/macosx.html#installing-prerequisites

and I did following

export MACOSX_DEPLOYMENT_TARGET=10.11

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.
@devsnek
Copy link

devsnek commented Apr 4, 2016

i am getting the same error.

@fredrikaverpil
Copy link

fredrikaverpil commented Apr 21, 2016

If you just skip that (don't define the variable), it builds fine here for me on OS X 10.11.4.

git clone --recursive https://github.com/PySide/pyside-setup.git pyside-setup
python setup.py bdist_wheel --ignore-git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants