go-webrtcvad icon indicating copy to clipboard operation
go-webrtcvad copied to clipboard

[SOLVED] Header file not found

Open RuntimeRacer opened this issue 10 months ago • 0 comments

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 avatar Mar 30 '24 18:03 RuntimeRacer