Compile Issues w/ GCC10 (Fedora 32 x86_64)
In file included from source/duke3d/src/duke3d.h:146, from source/duke3d/src/actors.cpp:29: source/audiolib/include/music.h:44:8: error: ‘string’ in namespace ‘std’ does not name a type 44 | std::string name; | ^~~~~~ source/audiolib/include/music.h:41:1: note: ‘std::string’ is defined in header ‘<string>’; did you forget to ‘#include <string>’? 40 | #include <vector> +++ |+#include <string> 41 | Failed building obj/duke3d/actors.o from source/duke3d/src/actors.cpp! make: *** [GNUmakefile:1084: obj/duke3d/actors.o] Error 1
Edited by morb