FNF-CNE-Devs / CodenameEngine

awesome fnf engine :D
Apache License 2.0
248 stars 166 forks source link

Compiling help: vlc error #261

Open Ant643backup2 opened 5 months ago

Ant643backup2 commented 5 months ago

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:

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.

Screenshot 2024-03-22 6 50 42 PM

PetscopF commented 5 months ago

Just saw someone having the same issue. For this, you'll likely need to install the libvlc-dev package for it to compile properly.