You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
Getting two specific errors while attempting to compile + a warning while compiling at first that continues to pop up until this main error stops it all-together.
In file included from ./src/vlc/VlcBitmap.cpp:130:
/tails-gets-trolled-v3-master/source/vlc/cpp/src/LibVLC.cpp:4:10: warning: non-portable path to file '<stdint.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#include <StdInt.h>
^~~~~~~~~~
<stdint.h>
/tails-gets-trolled-v3-master/source/vlc/cpp/src/LibVLC.cpp:5:10: fatal error: 'windows.h' file not found
#include <windows.h>
^~~~~~~~~~~
1 warning and 1 error generated.
Anyway to fix or at least bypass for the time being?
The text was updated successfully, but these errors were encountered:
10.14.6 // Mojave 2014 Model Mac OS // 8 GB RAM
Getting two specific errors while attempting to compile + a warning while compiling at first that continues to pop up until this main error stops it all-together.
In file included from ./src/vlc/VlcBitmap.cpp:130:
/tails-gets-trolled-v3-master/source/vlc/cpp/src/LibVLC.cpp:4:10: warning: non-portable path to file '<stdint.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#include <StdInt.h>
^~~~~~~~~~
<stdint.h>
/tails-gets-trolled-v3-master/source/vlc/cpp/src/LibVLC.cpp:5:10: fatal error: 'windows.h' file not found
#include <windows.h>
^~~~~~~~~~~
1 warning and 1 error generated.
Anyway to fix or at least bypass for the time being?
The text was updated successfully, but these errors were encountered: