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

[SOLVED] Header file not found #6

Open
RuntimeRacer opened this issue Mar 30, 2024 · 0 comments
Open

[SOLVED] Header file not found #6

RuntimeRacer opened this issue Mar 30, 2024 · 0 comments

Comments

@RuntimeRacer
Copy link

Not sure if I have some kind of broken setup on my machine, but I was running into a compilation error because the C header files weren't found.

Probably was searching for half an hour until I realized, that my go mod vendor would just not copy over the folder with all the C-files:
image

Manually cloning and copying the files in there fixed it for me.

@RuntimeRacer RuntimeRacer changed the title Header file not found [SOLVED] Header file not found Mar 30, 2024
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

No branches or pull requests

1 participant