|
|
Joined: Mar 2001
Posts: 17,250 Likes: 265
Very Senior Member
|
Very Senior Member
Joined: Mar 2001
Posts: 17,250 Likes: 265 |
Did you do a clean build?
|
|
|
|
Joined: Dec 2012
Posts: 247 Likes: 1
Senior Member
|
Senior Member
Joined: Dec 2012
Posts: 247 Likes: 1 |
Initially from a clean git clone, but building clean now as a just-in-case measure.
EDIT: Nope, still not compiling.
Last edited by LoganB; 11/04/14 08:29 PM.
|
|
|
|
Joined: Aug 2012
Posts: 74
Member
|
Member
Joined: Aug 2012
Posts: 74 |
I'm having a bit of trouble compiling the latest build. Using the following commandline: make -j5 TARGET=mess ARCHOPTS=-march=native sse4=1 PTR64=1 NOWERROR=1 SHELL=cmd Gives me the following error part way through: Generating H8-300H source file...
File "src/emu/cpu/h8/h8make.py", line 18
print "Unknown chip type name %s" % name
^
SyntaxError: Missing parentheses in call to 'print'
src/emu/cpu/cpu.mak:650: recipe for target 'obj/windows64/emu/cpu/h8/h8.inc' fai
led
make: *** [obj/windows64/emu/cpu/h8/h8.inc] Error 1
make: *** Waiting for unfinished jobs....
File "src/emu/cpu/h8/h8make.py", line 18
print "Unknown chip type name %s" % name
^
SyntaxError: Missing parentheses in call to 'print'
src/emu/cpu/cpu.mak:654: recipe for target 'obj/windows64/emu/cpu/h8/h8h.inc' fa
iled
make: *** [obj/windows64/emu/cpu/h8/h8h.inc] Error 1 Any ideas?
|
|
|
|
Joined: Nov 2003
Posts: 808
Senior Member
|
Senior Member
Joined: Nov 2003
Posts: 808 |
maybe you have a different version of python in your path?
|
|
|
|
Joined: Aug 2012
Posts: 74
Member
|
Member
Joined: Aug 2012
Posts: 74 |
What version of python am I supposed to be using?
|
|
|
|
Joined: Mar 2001
Posts: 17,250 Likes: 265
Very Senior Member
|
Very Senior Member
Joined: Mar 2001
Posts: 17,250 Likes: 265 |
The one that we ship in the tools package 
|
|
|
|
Joined: Dec 2012
Posts: 247 Likes: 1
Senior Member
|
Senior Member
Joined: Dec 2012
Posts: 247 Likes: 1 |
In other words, Python 2.*, not Python 3.*
|
|
|
|
Joined: Dec 2012
Posts: 247 Likes: 1
Senior Member
|
Senior Member
Joined: Dec 2012
Posts: 247 Likes: 1 |
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x5190): undefined reference to `driver_crsbingo'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x22770): undefined reference to `driver_mtrainnv'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x332e8): undefined reference to `driver_sharkpy'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x332f0): undefined reference to `driver_sharkpya'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x332f8): undefined reference to `driver_sharkpye'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x33d48): undefined reference to `driver_smoto16'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x33d50): undefined reference to `driver_smoto20'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x35f90): undefined reference to `driver_stisub'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x36ef0): undefined reference to `driver_tesorone'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x36ef8): undefined reference to `driver_tesorone230'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x36f00): undefined reference to `driver_tesorone240'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x37418): undefined reference to `driver_tisub'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x37420): undefined reference to `driver_tisuba'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x38a98): undefined reference to `driver_victor21'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x38aa0): undefined reference to `driver_victor5'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x38aa8): undefined reference to `driver_victor6'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x38ab0): undefined reference to `driver_victor6a'
obj/windows64/mame/mame/drivlist.o:drivlist.c:(.rdata+0x38ab8): undefined reference to `driver_victor6b'
collect2.exe: error: ld returned 1 exit status
makefile:910: recipe for target 'mame64.exe' failed
make: *** [mame64.exe] Error 1
|
|
|
|
Joined: Apr 2006
Posts: 737 Likes: 1
Senior Member
|
Senior Member
Joined: Apr 2006
Posts: 737 Likes: 1 |
All those sets are part of subsino.c driver (drivers\mame\subsino.c). It is possible that the file got corrupted somewhere or an associated .a or .o file in OBJ didn't compile correctly?
|
|
|
|
Joined: Jan 2012
Posts: 1,191 Likes: 17
Very Senior Member
|
Very Senior Member
Joined: Jan 2012
Posts: 1,191 Likes: 17 |
I can't compile with latest git/svn. Python seems to barf on something: Generating H8-300 source file...
Generating H8-300H source file...
File "src/emu/cpu/h8/h8make.py", line 18
print "Unknown chip type name %s" % name
^
SyntaxError: invalid syntax
File "src/emu/cpu/h8/h8make.py", line 18
print "Unknown chip type name %s" % name
^
SyntaxError: invalid syntax
Generating H8S/2000 source file...
src/emu/cpu/cpu.mak:677: recipe for target 'obj/windows64/emu/cpu/h8/h8.inc' fai
led
make: *** [obj/windows64/emu/cpu/h8/h8.inc] Error 1
make: *** Waiting for unfinished jobs....
src/emu/cpu/cpu.mak:681: recipe for target 'obj/windows64/emu/cpu/h8/h8h.inc' fa
iled
make: *** [obj/windows64/emu/cpu/h8/h8h.inc] Error 1
Generating H8S/2600 source file...
File "src/emu/cpu/h8/h8make.py", line 18
print "Unknown chip type name %s" % name
^
SyntaxError: invalid syntax
src/emu/cpu/cpu.mak:685: recipe for target 'obj/windows64/emu/cpu/h8/h8s2000.inc
' failed
make: *** [obj/windows64/emu/cpu/h8/h8s2000.inc] Error 1
File "src/emu/cpu/h8/h8make.py", line 18
print "Unknown chip type name %s" % name
^
SyntaxError: invalid syntax
src/emu/cpu/cpu.mak:689: recipe for target 'obj/windows64/emu/cpu/h8/h8s2600.inc
' failed
make: *** [obj/windows64/emu/cpu/h8/h8s2600.inc] Error 1
19:04:49
C:\mingw\mess|prompt $T$H$H$H $_$P$B
19:04:49
C:\mingw\mess| Edit: I just saw the post a few post up .. I'll check my python installation, it's just that up until this week everything compiled fine.
Last edited by rfka01; 12/12/14 08:46 PM.
NCR DMV- DEC Rainbow- Siemens PCD- ITT 3030-Oly People- Acorn A5000- Olivetti M20
|
|
|
2 members (robcfg, Foxhack),
107
guests, and
0
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
Forums9
Topics9,345
Posts122,350
Members5,082
|
Most Online1,283 Dec 21st, 2022
|
|
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!
|
|
|
|
|