-
Notifications
You must be signed in to change notification settings - Fork 4
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
Build problems with using Go modules #1
Comments
I managed to get pat the "file not found" issue by doing:
And:
Looks like your bindings are slightly out-of-date? |
Was able to get the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this is some weird path problems when depending on your library using Go modules
See:
The hard-coded
-I ./SDK/...
inultralight.go
can't locate the include files.To be honest I'm not really sure what to do about this besides forking/hacking your library for my own uses.
The text was updated successfully, but these errors were encountered: