Anybody gotten MAME >= 0.165 to build via Eclipse CDT & MSYS2/MinGW32 ?
I have set up Eclipse 4.4.1 Luna to successfully build C++ projects via the MSYS2 tool chain, and I can build MAME 0.171 via MSYS2 command line.
However, when trying to build MAME 0.171 in Eclipse, I basically get the wigglies on every identifier. I imported the project via File>New>Makefile Project with Existing Code, and used the makefile in the source root.
Before I dig into this problem, are there any special problems with MAME on Eclipse?