-
Notifications
You must be signed in to change notification settings - Fork 120
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
How to add a Framework? #129
Comments
Example file: https://github.com/vulkan-go/vulkan/blob/master/vulkan_darwin.go Also, check out how folks at GLFW do it: |
If you don't mind sharing a minimal reproducible example.. I can try :D |
hey @xlab here's the repo - https://github.com/broadcastervc/go-decklink - I wouldnt call the Decklink SDK minimal though :( The Decklink SDK is a c++ sdk with "extern C" which should mean it's usable by c-for-go ? To get c-for-go to be happy with the files on linux I needed to add I still can't get past the CoreFoundation framework on mac though even after upgrading to the latest version of c-for-go |
I am not afraid of big examples :D Just mentioned minimal in case you don't want to share the full code.
true!
I will try on this week. |
hey @xlab did you ever get a chance to take a look at this? just coming back to it now myself. |
I've offered up CFLAGS and LDFLAGS for how to find the
CoreFoundation
framework but while it's processing the file given inIncludes
in theGENERATOR
section...it fails to find the framework during theprocessing
stepThe search paths don't note the flags....
Here are the flags given...
If anyones got any ideas that would be great :D
EDIT:
My parser section looks like...
But then theres no way to provide framework's to the parser section?
The text was updated successfully, but these errors were encountered: