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

Add missing C #include in glib/quark.go #788

Merged
merged 1 commit into from
Jun 9, 2021

Conversation

anthonyraymond
Copy link
Contributor

Windows build fails with this error:

D:\workspace\go\gopath\pkg\mod\github.com\gotk3\gotk3@v0.6.0\glib\quark.go:13:8: could not determine kind of name for C.free

The issue have already been reported #444 a while ago on another file and the solution was to add the C import <stdlib.h>.

After adding this manually to the file the build succeed

@andre-hub andre-hub added this to the V0.6.1 milestone Jun 9, 2021
@andre-hub andre-hub merged commit 09574ad into gotk3:master Jun 9, 2021
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.

None yet

2 participants