08-09-2024, 08:23 PM
Something is broken - or I am missing now a dependency to compile my programs.
I am on Linux and compilation is terminated because "filesystem" is not found ...
Here is the relevant part of the compilelog.txt
What am I missing here?
I am on Linux and compilation is terminated because "filesystem" is not found ...
Here is the relevant part of the compilelog.txt
Code: (Select All)
g++ -O2 -no-pie -std=gnu++17 -fno-strict-aliasing -Wno-conversion-null -DFREEGLUT_STATIC -I./internal/c/libqb/include -I./internal/c/parts/core/freeglut/include -I./internal/c/parts/core/glew/include -DDEPENDENCY_IMAGE_CODEC -DDEPENDENCY_NO_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_ICON -DDEPENDENCY_NO_SCREENIMAGE -DDEPENDENCY_AUDIO_MINIAUDIO -Wall internal/c/parts/audio/extras/libmidi/MIDIProcessor.cpp -c -o internal/c/parts/audio/extras/libmidi/MIDIProcessor.o
internal/c/parts/audio/extras/libmidi/MIDIProcessor.cpp:9:10: fatal error: filesystem: Datei oder Verzeichnis nicht gefunden
#include <filesystem>
^~~~~~~~~~~~
compilation terminated.