Previous Thread
Next Thread
Print Thread
Page 20 of 44 1 2 18 19 20 21 22 43 44
Joined: Mar 2001
Posts: 17,006
Likes: 94
R
Very Senior Member
Offline
Very Senior Member
R
Joined: Mar 2001
Posts: 17,006
Likes: 94
Did you do a clean build?

Joined: Dec 2012
Posts: 246
L
Senior Member
Offline
Senior Member
L
Joined: Dec 2012
Posts: 246
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
Offline
Member
Joined: Aug 2012
Posts: 74
I'm having a bit of trouble compiling the latest build.
Using the following commandline:
Code:
make -j5 TARGET=mess ARCHOPTS=-march=native sse4=1 PTR64=1 NOWERROR=1 SHELL=cmd


Gives me the following error part way through:

Code:
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: 806
S
smf Offline
Senior Member
Offline
Senior Member
S
Joined: Nov 2003
Posts: 806
maybe you have a different version of python in your path?

Joined: Aug 2012
Posts: 74
Member
Offline
Member
Joined: Aug 2012
Posts: 74
What version of python am I supposed to be using?

Joined: Mar 2001
Posts: 17,006
Likes: 94
R
Very Senior Member
Offline
Very Senior Member
R
Joined: Mar 2001
Posts: 17,006
Likes: 94
The one that we ship in the tools package smile

Joined: Dec 2012
Posts: 246
L
Senior Member
Offline
Senior Member
L
Joined: Dec 2012
Posts: 246
In other words, Python 2.*, not Python 3.*

Joined: Dec 2012
Posts: 246
L
Senior Member
Offline
Senior Member
L
Joined: Dec 2012
Posts: 246
Code:
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
Offline
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,170
Likes: 13
Very Senior Member
Offline
Very Senior Member
Joined: Jan 2012
Posts: 1,170
Likes: 13
I can't compile with latest git/svn. Python seems to barf on something:

Code:
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
Page 20 of 44 1 2 18 19 20 21 22 43 44

Link Copied to Clipboard
Who's Online Now
3 members (pmackinlay, Olivier Galibert, 1 invisible), 52 guests, and 1 robot.
Key: Admin, Global Mod, Mod
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Forum Statistics
Forums9
Topics9,189
Posts120,330
Members5,044
Most Online1,283
Dec 21st, 2022
Our Sponsor
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!

Superior Solitaire
Forum hosted by www.retrogamesformac.com