We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[ ] Windows [x] Linux (on Docker image) [ ] Mac
Every time I compile for linux it shows this error:
Error: ./src/hxvlc/flixel/FlxVideoSprite.cpp:9:10: fatal error: vlc/vlc.h: No such file or directory 9 | #include "vlc/vlc.h" | ^~~~~~~~~~~ compilation terminated.
The text was updated successfully, but these errors were encountered:
Just saw someone having the same issue. For this, you'll likely need to install the libvlc-dev package for it to compile properly.
libvlc-dev
Sorry, something went wrong.
No branches or pull requests
Which target are you using?
[ ] Windows
[x] Linux (on Docker image)
[ ] Mac
Explain your issue
Every time I compile for linux it shows this error:
The text was updated successfully, but these errors were encountered: