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

Support Xcode project creation with waf #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpauwels
Copy link
Contributor

A PR that might be mostly beneficial for me, but it's been living for years in my fork and has no drawbacks, so I thought I'd share in case anyone else uses macOS.

It is possible to let waf generate Xcode project files (so you can do graphical debugging) by adding the necessary syntax and including the relevant extension into the waf copy in the repo. You just need to remember to include the various extensions (swig, emscripten and now xcode6 too) when updating waf otherwise you end up breaking something somewhere, so I made a little script to help with future updates.

I've made similar changes to Essentia, which I'll post as soon as my summer-clean of forks gets there :-)

@jpauwels
Copy link
Contributor Author

Forgot to document how to use it: waf configure --with-python-bindings --with-tests xcode6 then open gaia.xcodeproj in build/.

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

Successfully merging this pull request may close these issues.

1 participant