Closed virskor closed 4 years ago
Can someone using the library on OS X help with this issue?
I had similar error so something like this should work:
Make sure MacOSX.sdk exists by using following command
ls SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
If its there then cool go for next command
export SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
If its not there then you'll need to install xcode-command-line-tools
I hope this helps
Closing this issue. Let's discuss all macOS installation issues in https://github.com/adrg/libvlc-go/issues/13.
ld: library not found for -lvlc clang: error: linker command failed with exit code 1 (use -v to see invocation)