I’ve followed the guide on the wiki, and found a few previous threads around here asking about it, but no matter what I do I can’t get the latest (git) version to compile. I get a string of linker errors which, as far as I can tell, are gettext related.
error LNK2001: unresolved external symbol "struct WINDOW * __cdecl newwin(int,int,int,int)" (?newwin@@YAPAUWINDOW@@HHHH@Z) C:\DDA-gat\msvc100\veh_interact.obj Cataclysm
error LNK2001: unresolved external symbol "int __cdecl wborder(struct WINDOW *,int,int,int,int,int,int,int,int)" (?wborder@@YAHPAUWINDOW@@HHHHHHHH@Z) C:\DDA-gat\msvc100\npctalk.obj Cataclysm
That’s just two of them, there are about 255. I’d really like to get a grasp of what’s causing this so I can write a more in-depth guide on how to fix it, but everything I’ve tried changes nothing. I’ve tried linking libintl.lib and intl.lib, nothing changed.