dave_gnukem
dave_gnukem copied to clipboard
if (!djFolderExists( DATA_DIR )) error
Hi @davidjoffe :)
I'm trying to update my Pandora port of Dave Gnukem but I run in the following issue with GCC 9.3.0:
pandora:/media/Pandora/dev/dave_gnukem$ make -f Makefile.pandora
g++ -ffast-math -O3 -pipe -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ftree-vectorize -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fsigned-char -g -Wall -DPANDORA -DHAVE_SOUND -DDATA_DIR=/mnt/utmp/davegnukem-magicsam/data -I/mnt/utmp/codeblocks/usr/include/SDL -c src/main.cpp -o src/main.o
src/main.cpp: In function ‘int DaveStartup(bool, bool, const std::map<std::__cxx11::basic_string
Any idea what I could be doing wrong ?
Cheers, Sam
Hi, is this still an issue? Not the latest changes to Dave Gnukem have some changes to the DATA_DIR setting and also we have upcoming SDL2 support so I expect the Pandora makefile may need further attention soon