-
Notifications
You must be signed in to change notification settings - Fork 67
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
[OSX] build fails #166
Comments
The build script does the following for OSX:
So I'd try running Disclaimer, I'm not familiar with Apple platforms, @lvaccaro may have an idea if this isn't your issue. |
@jgriffiths I was finally able to build the python SDK but I had to manually change the
An even better way to retrieve the SDK path instead of constructing it could be:
I can eventually open a PR if you think the fix makes sense. |
It looks a nice sdk path improvement for the building system. 👍 |
I'm trying to build the python wrapper for gdk on my mac (BigSur) with these steps:
but i get following error on the very last command (
./tools/build.sh ...
):And this is the content of the
meson-log.txt
log file:How can I fix this?
The text was updated successfully, but these errors were encountered: