Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
02637 Compiling Critical (emulator) Always Nov 9, 2008, 05:33 Nov 9, 2008, 05:37
Tester Justin Kerk View Status Public Platform
Assigned To Resolution Fixed OS
Status [?] Resolved Driver
Version 0.128u3 Fixed in Version 0.128u4 Build
Fixed in Git Commit Github Pull Request #
Summary 02637: Compiling error in 0.128u3
Description Attempted compile doesn't find a referenced file:

Compiling src/mame/machine/fddebug.c...
In file included from src/emu/cpu/m68000/m68kcpu.h:32,
                 from src/mame/machine/fddebug.c:111:
src/emu/cpu/m68000/m68k.h:32:22: error: m68kconf.h: No such file or directory
mingw32-make: *** [obj/windows/mame/mame/machine/fddebug.o] Error 1
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.128u3
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.03014
Tafoid
Administrator
Nov 9, 2008, 05:36
Resolution is listed here:
http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&Number=170729
"Create an empty file called m68kconf.h in src/emu/cpu/m68000."

Making that change and restarting the compile should allow it to resume and finish correctly.