I am trying to compile a UI version of GroovyMame, i had done the following so far:
1. Downloaded the compiling package, mingw-mame-w64-20120807.exe
2. Created a folder, E:\MinGW & extracted mingw-mame-w64-20120807.exe to it
3. Downloaded Mame0.151s.zip source
3. Created a folder, E:\Mamesrc and Extracted Mame0.151s to it
4. Downloaded, Hi_151.diff, 0151_groovymame_015.diff and CaveSh3.diff and placed them in C:\Mamesrc
5. Opened a cmd prompt at E:\Mamesrc and applied the above diff files in the order as above.
6. I then grabbed the MAMEUI Source .151 zip file and copied the src directory inside the zip file to E:\mamesrc
7. Then Download the extra compiling tools (needed to create the help file) as instructed on Mr. Do!'s Mame Compile Tutorial page (
http://mrdo.mameworld.info/compile.php)
8. Extract the extra tools to E:\mingw\mingw64-w64
9. Used the command, 'make OSD=winui' from the cmd prompt.
So i have basically followed Mr. Do!'s guide (
http://mrdo.mameworld.info/compile.php)
After the program has finished supposedly compiling MameUI, the last few lines read as follows.....

There has been no MameUI exe file created at all, any ideas why i get these errors on the last couple of lines?