Was going great doing my own builds, but in the last day I have ran across an issue. I can build the 2.3 just fine, but every time I try to build trunk, I get an error
Compiling: ..\..\src\shared\utf8.c
Linking executable: ..\..\ufo.exe
.objs\client\src\client\menu\m_icon.o:m_icon.c:(.text+0x244): undefined reference to `MN_IconExists'
collect2: ld returned 1 exit status
Process terminated with status 1 (3 minutes, 5 seconds)
1 errors, 2 warnings
Endtime: 2010.05.31 10:01:46 2
Error 16
C::B returned an error during C:\UFOAI\UFOAIwin32BUILDenv\MinGW\ufoai\build\projects\ufo.mod.mod.cbp
I've even redownloaded almost the entire SVN, minus the base directory because that's large. My last successful build was rev 30226. I'm going to try and see when last time that m_icon.c file was changed and try building before that.
EDIT: Used tortise to check filechanges and it was in rev 30253 when that file was changed, rev 30252 builds fine. Where exactly should I post this compile error?