Clowfoe / IMPOSTOR-UPDATE

Apache License 2.0
101 stars 155 forks source link

Error compilig on linux #40

Open Thecoolgamer6745 opened 1 year ago

Thecoolgamer6745 commented 1 year ago

It says this: Error: In file included from ./src/vlc/VlcBitmap.cpp:128: /mnt/chromeos/MyFiles/Downloads/IMPOSTOR-UPDATE-main/IMPOSTOR-UPDATE-main/source/vlc/cpp/src/LibVLC.cpp:4:10: fatal error: StdInt.h: No such file or directory 4 | #include | ^~~~~~ compilation terminated.

MagelessMayhem commented 1 year ago

Change StdInt.h to lowercase.

Most (if not all) Linux systems store this file in a lowercase context, usually as /usr/include/stdint.h.

You may also have to omit #include <windows.h> since that obviously doesn't exist on Linux either.