Hi, i played Frogatto a year and a half ago, and even contributed with some translations on that year.
I was curious about the new version so i decided to try and compile it.
I am using Kubuntu 13.10 and downloaded and installed all the dependencies.
Compilation ends at the very begining with this output:
Building: src/IMG_savepng.cpp
In file included from src/IMG_savepng.cpp:45:0:
/usr/include/libpng12/png.h:2659:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Werror=literal-suffix]
fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
^
/usr/include/libpng12/png.h:2667:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Werror=literal-suffix]
fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
^
/usr/include/libpng12/png.h:2675:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Werror=literal-suffix]
fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
^
In file included from src/IMG_savepng.cpp:52:0:
src/graphics.hpp:38:21: fatal error: SDL_ttf.h: No such file or directory
#include "SDL_ttf.h"
^
cc1plus: all warnings being treated as errors
compilation terminated.
make: *** [src/IMG_savepng.o] Error 1
I made double sure i installed the library (sudo apt-get install libsdl-ttf2.0-dev) but still i can’t procede.
Any clues?