- --
Viewing Issue Advanced Details
[ Jump to Notes ]
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
05053 | Compiling | Minor | N/A | Oct 31, 2012, 23:12 | Oct 31, 2012, 23:43 |
Tester | tuxit | View Status | Public | Platform | |
Assigned To | Resolution | Fixed | OS | ||
Status [?] | Resolved | Driver | |||
Version | 0.147u2 | Fixed in Version | 0.147u3 | Build | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 05053: subtarget=TINY missing dependancies | ||||
Description |
src/mame/mame.mak has been updated but src/mame/tiny.mak is not in step resulting in compile errors Converting src/mame/layout/tenpindx.lay... Compiling src/mame/drivers/astrocde.c... src/mame/drivers/astrocde.c:126:23: fatal error: spacezap.lh: No such file or directory compilation terminated. make: *** [obj/sdld/mame/drivers/astrocde.o] Error 1 Is missing spacezap.lh and seawolf2.lh layouts |
||||
Steps To Reproduce | |||||
Additional Information |
diff attached to correct missing dependancies, minor source whitespace cleanup to be consistent with mame.mak Note diff created on Linux but converted to windows line endings. Problem is not Linux specific. |
||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | |||||
Attached Files
|
0147u2_tiny_fix.diff (457 bytes) Oct 31, 2012, 23:12 Uploaded by tuxit [Show Content] [Hide Content]--- src/mame/tiny.mak.dist 2012-10-31 22:21:33.000000000 +0000 +++ src/mame/tiny.mak 2012-10-31 22:27:16.000000000 +0000 @@ -98,6 +98,9 @@ #------------------------------------------------- $(DRIVERS)/astrocde.o: $(LAYOUT)/gorf.lh \ - $(LAYOUT)/tenpindx.lh + $(LAYOUT)/seawolf2.lh \ + $(LAYOUT)/spacezap.lh \ + $(LAYOUT)/tenpindx.lh + $(DRIVERS)/circus.o: $(LAYOUT)/circus.lh \ - $(LAYOUT)/crash.lh + $(LAYOUT)/crash.lh | ||||
Relationships
There are no relationship linked to this issue. |
Notes
1
No.09065
hap Developer
Oct 31, 2012, 23:43
|
ok, thanks |
---|