I am building gocache on Windows - Visual C++ 2005 Express Edition, Windows Vista SDK, MozillaBuild (MSYS) environment. A few things fail:
1. Function WriteFile() in stats.c conflicts with a Windows function of the same name. Renaming the function fixes the issue.
2. Unresolved symbol __imp__SHGetSpecialFolderPathA@16 - specifying shell32.lib as input to the linker helps.
3. Unresolved...