There is a backslash instead of slash in snd_mem.c
Brought to you by:
kirkbarnes,
krigssvin
The file client/snd_mem.c contains a line
#include "vorbis\vorbisfile.h"
The backslash in that line leads to error when trying to build Quake2XP:
../client/snd_mem.c:28:10: fatal error: vorbis\vorbisfile.h: No such file or directory
28 | #include "vorbis\vorbisfile.h"
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
After I manually correct this line (change "\" to "/"), the compilation no longer breaks at that point.
Anonymous
Fixed in [r1272], ticket can be closed now.
Related
Commit: [r1272]