i download the newest code from github.when compiled with MinGW, i got the error like that :
(i checked that mingw has the gettext library, and donot know how to do.)
[sub]
objwin/main_menu.o: In function gettext': c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../include/libintl.h:130: undefin ed reference to
libintl_gettext’
c:/mingw/bin/…/lib/gcc/mingw32/4.6.2/…/…/…/…/include/libintl.h:130: undefin
ed reference to libintl_gettext' c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../include/libintl.h:130: undefin ed reference to
libintl_gettext’
c:/mingw/bin/…/lib/gcc/mingw32/4.6.2/…/…/…/…/include/libintl.h:130: undefin
ed reference to libintl_gettext' c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../include/libintl.h:130: undefin ed reference to
libintl_gettext’
objwin/main_menu.o:c:/mingw/bin/…/lib/gcc/mingw32/4.6.2/…/…/…/…/include/lib
intl.h:130: more undefined references to libintl_gettext' follow objwin/main.o: In function
main’:
D:\cpp\Cataclysm-DDA-master/main.cpp:38: undefined reference to libintl_setloca le' objwin/main.o: In function
bindtextdomain’:
c:/mingw/bin/…/lib/gcc/mingw32/4.6.2/…/…/…/…/include/libintl.h:275: undefin
ed reference to libintl_bindtextdomain' objwin/main.o: In function
textdomain’:
c:/mingw/bin/…/lib/gcc/mingw32/4.6.2/…/…/…/…/include/libintl.h:257: undefin
ed reference to `libintl_textdomain’
collect2: ld returned 1 exit status
make: *** [cataclysm.exe] Error 1
[/sub]