Downloaded CMakeLists.txt, replaced the existing one from a just updated repository. make clean, ./configure, sudo make install:
***
[ 66%] Building C object src/CMakeFiles/hatari.dir/main.c.o
/Users/troedsangberg/dev/hatari/src/main.c:687:42: error: expected _expression_
snprintf(psGlobalConfig, FILENAME_MAX, CONFDIR"%chatari.cfg", PATHSEP);
^
<command line>:2:17: note: expanded from macro 'CONFDIR'
#define CONFDIR ../Resources
^
/usr/include/secure/_stdio.h:56:62: note: expanded from macro 'snprintf'
__builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
^
1 error generated.
make[2]: *** [src/CMakeFiles/hatari.dir/main.c.o] Error 1
make[1]: *** [src/CMakeFiles/hatari.dir/all] Error 2
make: *** [all] Error 2
***
(I haven't played around with cmake and haven't tried fixing it myself)
regards,
Troed