Since gcc-4.3.3 uses now the automagic FORTIFY_SOURCE=2, toppler-1.1.3 won't compile because of the usual wrong call of open: In function ‘int open(const char*, int, ...)’, inlined from ‘bool hsc_lock()’ at highscore.cc:142, inlined from ‘Uint8 hsc_enter(Uint32, Uint8, char*)’ at highscore.cc:289: /usr/include/bits/fcntl2.h:51: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT in second argument needs 3 arguments
fixed.