Previous Thread
Next Thread
Print Thread
Page 2 of 3 1 2 3
Joined: Jan 2009
Posts: 33
C
casm Offline OP
Member
OP Offline
Member
C
Joined: Jan 2009
Posts: 33
Last night I was able to build MAME 0.155 from scratch without any issues. Unfortunately, I am also at a complete loss as to why it worked this time and not previously.

As far as I know, nothing has changed on my system from when I made the original post. Obviously something *did* change, but I really have no idea what that might have been.

DICE still isn't building, but as OS X is still a beta platform for that emulatior I'll wait and see what the next release does.

Apologies for any wild goose chase I may have caused; I'm as in the dark as everyone else.

Joined: Sep 2003
Posts: 45
A
Member
Offline
Member
A
Joined: Sep 2003
Posts: 45
Hello

I am having a similar problem.

Firstly I followed, http://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=58897&page=1

I have started over several times but I keep getting this message while using the 'make' command after issuing ./endings as per the instructions referenced above.

Code:
Converting src/mame/layout/zac_2.lay...
Compiling src/mame/drivers/zac_2.c...
Converting src/mame/layout/zac_proto.lay...
Compiling src/mame/drivers/zac_proto.c...
Archiving obj/sdl64/mame/pinball.a...
Compiling src/mame/machine/nmk112.c...
Compiling src/mame/machine/pcshare.c...
Compiling src/mame/machine/segacrpt.c...
Compiling src/mame/machine/segacrp2.c...
Compiling src/mame/machine/ticket.c...
Compiling src/mame/video/avgdvg.c...
Compiling src/mame/audio/dcs.c...
Compiling src/mame/audio/decobsmt.c...
Compiling src/mame/audio/segam1audio.c...
Archiving obj/sdl64/mame/shared.a...
Objective-C compiling src/osd/sdl/SDLMain_tmpl.m...
src/osd/sdl/SDLMain_tmpl.m:228:24: error: incompatible pointer types sending
      'SDLMain *' to parameter of type 'id<NSFileManagerDelegate>'
      [-Werror,-Wincompatible-pointer-types]
    [NSApp setDelegate:sdlMain];
                       ^~~~~~~
1 error generated.
make: *** [obj/sdl64/osd/sdl/SDLMain_tmpl.o] Error 1


Is this error a concern? I can't test yet because I am only beginning to learn about using SDLMame and compiling it.

Should mention the following relevant software specs.
Mac OS X 10.10.1 - Mac was completely erased without a restore the day Yosemite was released. There is no baggage carried over from previous upgrades.
Xcode version 6.1
Command Line Tools Xcode 6.1 (6A10522d) - the only version installed.

Also, I have both SDL.framework and SDL2.framework installed in /Library/Frameworks/
* I will start over with only SDL.framework, moving SDL2.framework out. If this fixes it I will report back otherwise I don't see the point; instead I'll assume the compile is against SDL.framework. This will align me with http://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=58897&page=1 as strictly as possible.


Any advice would be appreciated. Thanks!

Last edited by AlexS; 11/24/14 06:05 PM.

Alex
Joined: Mar 2001
Posts: 17,008
Likes: 94
R
Very Senior Member
Offline
Very Senior Member
R
Joined: Mar 2001
Posts: 17,008
Likes: 94
By default, the source assumes SDL2.Framework now.

I'm at a loss as to what causes that error; it doesn't occur on either my Mac Mini or my mid-2013 MacBook Air, both running 10.10.1 / Xcode 6.1.

Joined: Sep 2003
Posts: 45
A
Member
Offline
Member
A
Joined: Sep 2003
Posts: 45
Thanks for letting me know it assumes SDL2.Framwork.

I might kindly suggest you edit http://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=58897&page=1 to reflect that.

I will stop the compile and install SDL2.framework from the runtime library download.

I guess I will try to use the make clean command and then try make; someone had suggested this but it's not clear if this helped. I am not using any flags btw.

I suppose the other thing I can try is to compile from a new user account. Is there any suspicion that this might be a user specific related issue? Do you have any suspicions?

I will restart the mac before proceeding. For now, in the same user account.

Thanks for chiming back with the clarification. I appreciate it.

Alex


Alex
Joined: Mar 2001
Posts: 17,008
Likes: 94
R
Very Senior Member
Offline
Very Senior Member
R
Joined: Mar 2001
Posts: 17,008
Likes: 94
I don't have any belief that it's user-specific, no. I suspect if I could get it to happen on my machine it would be easy to solve, which is why it's frustrating.

Joined: Sep 2003
Posts: 45
A
Member
Offline
Member
A
Joined: Sep 2003
Posts: 45
In that case, in the spirit of helping all I can;

1) I have restarted the mac as promised
2) I ran "make clean" - incase

Code:
## cd /Users/Alex/Desktop/MAME Parts/mame ##
Last login: Mon Nov 24 19:19:06 on console
Alexs-iMac:~ Alex$ cd /Users/Alex/Desktop/MAME\ Parts/mame 
Alexs-iMac:mame Alex$ ./endings
Alexs-iMac:mame Alex$ make clean
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Deleting object tree obj/sdl64...
Deleting mame64...
Deleting testkeys romcmp chdman jedutil unidasm ldresample ldverify regrep srcclean src2html split pngcmp nltool ...
Deleting dependencies...
Alexs-iMac:mame Alex$ 


3) I ran "make" but it didn't go far at all

Code:
make
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
mkdir -p obj/sdl64
mkdir -p obj/sdl64/build
mkdir -p obj/sdl64/emu/audio
mkdir -p obj/sdl64/emu/bus
mkdir -p obj/sdl64/emu/bus/centronics
mkdir -p obj/sdl64/emu/bus/generic
mkdir -p obj/sdl64/emu/bus/isa
mkdir -p obj/sdl64/emu/bus/neogeo
mkdir -p obj/sdl64/emu/bus/rs232
mkdir -p obj/sdl64/emu/bus/scsi
mkdir -p obj/sdl64/emu/bus/vectrex
mkdir -p obj/sdl64/emu/cpu
mkdir -p obj/sdl64/emu/cpu/8x300
mkdir -p obj/sdl64/emu/cpu/adsp2100
mkdir -p obj/sdl64/emu/cpu/alph8201
mkdir -p obj/sdl64/emu/cpu/alto2
mkdir -p obj/sdl64/emu/cpu/am29000
mkdir -p obj/sdl64/emu/cpu/apexc
mkdir -p obj/sdl64/emu/cpu/arm
mkdir -p obj/sdl64/emu/cpu/arm7
mkdir -p obj/sdl64/emu/cpu/asap
mkdir -p obj/sdl64/emu/cpu/avr8
mkdir -p obj/sdl64/emu/cpu/ccpu
mkdir -p obj/sdl64/emu/cpu/cop400
mkdir -p obj/sdl64/emu/cpu/cosmac
mkdir -p obj/sdl64/emu/cpu/cp1610
mkdir -p obj/sdl64/emu/cpu/cubeqcpu
mkdir -p obj/sdl64/emu/cpu/dsp16
mkdir -p obj/sdl64/emu/cpu/dsp32
mkdir -p obj/sdl64/emu/cpu/dsp56k
mkdir -p obj/sdl64/emu/cpu/e132xs
mkdir -p obj/sdl64/emu/cpu/es5510
mkdir -p obj/sdl64/emu/cpu/esrip
mkdir -p obj/sdl64/emu/cpu/f8
mkdir -p obj/sdl64/emu/cpu/g65816
mkdir -p obj/sdl64/emu/cpu/h6280
mkdir -p obj/sdl64/emu/cpu/h8
mkdir -p obj/sdl64/emu/cpu/hcd62121
mkdir -p obj/sdl64/emu/cpu/hd61700
mkdir -p obj/sdl64/emu/cpu/i386
mkdir -p obj/sdl64/emu/cpu/i4004
mkdir -p obj/sdl64/emu/cpu/i8008
mkdir -p obj/sdl64/emu/cpu/i8085
mkdir -p obj/sdl64/emu/cpu/i8089
mkdir -p obj/sdl64/emu/cpu/i86
mkdir -p obj/sdl64/emu/cpu/i860
mkdir -p obj/sdl64/emu/cpu/i960
mkdir -p obj/sdl64/emu/cpu/ie15
mkdir -p obj/sdl64/emu/cpu/jaguar
mkdir -p obj/sdl64/emu/cpu/lc8670
mkdir -p obj/sdl64/emu/cpu/lh5801
mkdir -p obj/sdl64/emu/cpu/lr35902
mkdir -p obj/sdl64/emu/cpu/m37710
mkdir -p obj/sdl64/emu/cpu/m6502
mkdir -p obj/sdl64/emu/cpu/m6800
mkdir -p obj/sdl64/emu/cpu/m68000
mkdir -p obj/sdl64/emu/cpu/m6805
mkdir -p obj/sdl64/emu/cpu/m6809
mkdir -p obj/sdl64/emu/cpu/mb86233
mkdir -p obj/sdl64/emu/cpu/mb86235
mkdir -p obj/sdl64/emu/cpu/mb88xx
mkdir -p obj/sdl64/emu/cpu/mc68hc11
mkdir -p obj/sdl64/emu/cpu/mcs48
mkdir -p obj/sdl64/emu/cpu/mcs51
mkdir -p obj/sdl64/emu/cpu/mcs96
mkdir -p obj/sdl64/emu/cpu/minx
mkdir -p obj/sdl64/emu/cpu/mips
mkdir -p obj/sdl64/emu/cpu/mn10200
mkdir -p obj/sdl64/emu/cpu/nec
mkdir -p obj/sdl64/emu/cpu/pdp1
mkdir -p obj/sdl64/emu/cpu/pic16c5x
mkdir -p obj/sdl64/emu/cpu/pic16c62x
mkdir -p obj/sdl64/emu/cpu/powerpc
mkdir -p obj/sdl64/emu/cpu/pps4
mkdir -p obj/sdl64/emu/cpu/psx
mkdir -p obj/sdl64/emu/cpu/rsp
mkdir -p obj/sdl64/emu/cpu/s2650
mkdir -p obj/sdl64/emu/cpu/saturn
mkdir -p obj/sdl64/emu/cpu/sc61860
mkdir -p obj/sdl64/emu/cpu/scmp
mkdir -p obj/sdl64/emu/cpu/score
mkdir -p obj/sdl64/emu/cpu/scudsp
mkdir -p obj/sdl64/emu/cpu/se3208
mkdir -p obj/sdl64/emu/cpu/sh2
mkdir -p obj/sdl64/emu/cpu/sh4
mkdir -p obj/sdl64/emu/cpu/sharc
mkdir -p obj/sdl64/emu/cpu/sm8500
mkdir -p obj/sdl64/emu/cpu/spc700
mkdir -p obj/sdl64/emu/cpu/ssem
mkdir -p obj/sdl64/emu/cpu/ssp1601
mkdir -p obj/sdl64/emu/cpu/superfx
mkdir -p obj/sdl64/emu/cpu/t11
mkdir -p obj/sdl64/emu/cpu/tlcs90
mkdir -p obj/sdl64/emu/cpu/tlcs900
mkdir -p obj/sdl64/emu/cpu/tms0980
mkdir -p obj/sdl64/emu/cpu/tms32010
mkdir -p obj/sdl64/emu/cpu/tms32025
mkdir -p obj/sdl64/emu/cpu/tms32031
mkdir -p obj/sdl64/emu/cpu/tms32051
mkdir -p obj/sdl64/emu/cpu/tms32082
mkdir -p obj/sdl64/emu/cpu/tms34010
mkdir -p obj/sdl64/emu/cpu/tms57002
mkdir -p obj/sdl64/emu/cpu/tms7000
mkdir -p obj/sdl64/emu/cpu/tms9900
mkdir -p obj/sdl64/emu/cpu/unsp
mkdir -p obj/sdl64/emu/cpu/upd7725
mkdir -p obj/sdl64/emu/cpu/upd7810
mkdir -p obj/sdl64/emu/cpu/v30mz
mkdir -p obj/sdl64/emu/cpu/v60
mkdir -p obj/sdl64/emu/cpu/v810
mkdir -p obj/sdl64/emu/cpu/z180
mkdir -p obj/sdl64/emu/cpu/z8
mkdir -p obj/sdl64/emu/cpu/z80
mkdir -p obj/sdl64/emu/cpu/z8000
mkdir -p obj/sdl64/emu/debug
mkdir -p obj/sdl64/emu/drivers
mkdir -p obj/sdl64/emu/imagedev
mkdir -p obj/sdl64/emu/layout
mkdir -p obj/sdl64/emu/machine
mkdir -p obj/sdl64/emu/netlist
mkdir -p obj/sdl64/emu/netlist/analog
mkdir -p obj/sdl64/emu/netlist/devices
mkdir -p obj/sdl64/emu/sound
mkdir -p obj/sdl64/emu/ui
mkdir -p obj/sdl64/emu/video
mkdir -p obj/sdl64/lib/expat
mkdir -p obj/sdl64/lib/formats
mkdir -p obj/sdl64/lib/lib7z
mkdir -p obj/sdl64/lib/libflac
mkdir -p obj/sdl64/lib/libjpeg
mkdir -p obj/sdl64/lib/lua
mkdir -p obj/sdl64/lib/lua/lib
mkdir -p obj/sdl64/lib/portmidi
mkdir -p obj/sdl64/lib/softfloat
mkdir -p obj/sdl64/lib/sqlite3
mkdir -p obj/sdl64/lib/util
mkdir -p obj/sdl64/lib/web
mkdir -p obj/sdl64/lib/web/json
mkdir -p obj/sdl64/lib/zlib
mkdir -p obj/sdl64/mame/audio
mkdir -p obj/sdl64/mame/drivers
mkdir -p obj/sdl64/mame/layout
mkdir -p obj/sdl64/mame/machine
mkdir -p obj/sdl64/mame/mame
mkdir -p obj/sdl64/mame/video
mkdir -p obj/sdl64/osd
mkdir -p obj/sdl64/osd/modules
mkdir -p obj/sdl64/osd/modules/debugger
mkdir -p obj/sdl64/osd/modules/debugger/qt
mkdir -p obj/sdl64/osd/modules/sound
mkdir -p obj/sdl64/osd/sdl
mkdir -p obj/sdl64/tools
Compiling src/build/file2str.c...
Compiling src/osd/sdl/strconv.c...
Compiling src/osd/sdl/sdldir.c...
Compiling src/osd/sdl/sdlfile.c...
Compiling src/osd/sdl/sdlptty_unix.c...
Compiling src/osd/sdl/sdlsocket.c...
Compiling src/osd/sdl/sdlmisc_unix.c...
Compiling src/osd/sdl/sdlos_macosx.c...
In file included from src/osd/sdl/sdlos_macosx.c:20:
src/osd/sdl/sdlinc.h:12:10: fatal error: 'SDL/SDL.h' file not found
#include <SDL/SDL.h>
         ^
1 error generated.
make: *** [obj/sdl64/osd/sdl/sdlos_macosx.o] Error 1
Alexs-iMac:mame Alex$ 


I understand that you have trouble identifying the source of the issue so I completely and sincerely appreciate your attention on this.

I think what I will do is remove all the relevant files are really start over with fresh files and a new blank "MAME Parts" folder.

If you have anything you'd like to add please feel free. I am much obliged.



Alex
Joined: Mar 2001
Posts: 17,008
Likes: 94
R
Very Senior Member
Offline
Very Senior Member
R
Joined: Mar 2001
Posts: 17,008
Likes: 94
That failure means you have a version of the source that's still set to SDL 1.x by default (which is our last release; current source in Git has been the other way so long I forgot there wasn't a release with it). You can open the file src/osd/sdl/sdl.mak in a text editor and find this line:

# SDL_LIBVER = sdl2

Remove the # so it's just

SDL_LIBVER = sdl2

save, and make clean.

I updated the instructions page to reflect SDL2 as the default and also greatly simplified installing the command line tools for Xcode 6.x.

Last edited by R. Belmont; 11/24/14 06:30 PM.
Joined: Sep 2003
Posts: 45
A
Member
Offline
Member
A
Joined: Sep 2003
Posts: 45
Is this an integer release? According to http://rbelmont.mameworld.info/?p=527 the endings file is not required if this is an integer release.

Also, the read me linked from the above URL, http://www.bannister.org/forums/ubbthreads.php?ubb=showflat&Number=58111#Post58111 yields a 404 page.

This is what I downloaded
mame0155s.zip, 39126 KB, MAME and MESS 0.155 sources in ZIP format (all platforms)

Also, this link goes 404, http://mamedev.org/updates.html. As per step 1d) but they don't apply to me as I don't have a pervious install of SDLMAME on my mac; this is what I understood the instruction to mean.

Ok I'll try again and report back either way.

In my MAME Parts Folder I have only the decompressed "mame" folder.

Last edited by AlexS; 11/24/14 07:08 PM. Reason: clarification

Alex
Joined: Sep 2003
Posts: 45
A
Member
Offline
Member
A
Joined: Sep 2003
Posts: 45
Thanks for taking the time to update the post.

I apologize but I can't follow your steps because I was in the middle of prepping for starting over and was in the middle of typing a new post. Sorry about that but I hope it helps someone else or me if I bump into that again but in any event, yes I have the SDL 2-2.0.3 in my /Library/Frameworks.

I will just go with "make" not "make clean"

Only after trying "make clean" did I run across the error that you posted steps for.

Thanks again for being so helpful.


Alex
Joined: Sep 2003
Posts: 45
A
Member
Offline
Member
A
Joined: Sep 2003
Posts: 45
Code:
Alexs-iMac:mame Alex$ cd /Users/Alex/Desktop/MAME\ Parts\ 2/mame 
Alexs-iMac:mame Alex$ ./endings
Alexs-iMac:mame Alex$ make
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
mkdir -p obj/sdl64
mkdir -p obj/sdl64/build
mkdir -p obj/sdl64/emu/audio
mkdir -p obj/sdl64/emu/bus
mkdir -p obj/sdl64/emu/bus/centronics
mkdir -p obj/sdl64/emu/bus/generic
mkdir -p obj/sdl64/emu/bus/isa
mkdir -p obj/sdl64/emu/bus/neogeo
mkdir -p obj/sdl64/emu/bus/rs232
mkdir -p obj/sdl64/emu/bus/scsi
mkdir -p obj/sdl64/emu/bus/vectrex
mkdir -p obj/sdl64/emu/cpu
mkdir -p obj/sdl64/emu/cpu/8x300
mkdir -p obj/sdl64/emu/cpu/adsp2100
mkdir -p obj/sdl64/emu/cpu/alph8201
mkdir -p obj/sdl64/emu/cpu/alto2
mkdir -p obj/sdl64/emu/cpu/am29000
mkdir -p obj/sdl64/emu/cpu/apexc
mkdir -p obj/sdl64/emu/cpu/arm
mkdir -p obj/sdl64/emu/cpu/arm7
mkdir -p obj/sdl64/emu/cpu/asap
mkdir -p obj/sdl64/emu/cpu/avr8
mkdir -p obj/sdl64/emu/cpu/ccpu
mkdir -p obj/sdl64/emu/cpu/cop400
mkdir -p obj/sdl64/emu/cpu/cosmac
mkdir -p obj/sdl64/emu/cpu/cp1610
mkdir -p obj/sdl64/emu/cpu/cubeqcpu
mkdir -p obj/sdl64/emu/cpu/dsp16
mkdir -p obj/sdl64/emu/cpu/dsp32
mkdir -p obj/sdl64/emu/cpu/dsp56k
mkdir -p obj/sdl64/emu/cpu/e132xs
mkdir -p obj/sdl64/emu/cpu/es5510
mkdir -p obj/sdl64/emu/cpu/esrip
mkdir -p obj/sdl64/emu/cpu/f8
mkdir -p obj/sdl64/emu/cpu/g65816
mkdir -p obj/sdl64/emu/cpu/h6280
mkdir -p obj/sdl64/emu/cpu/h8
mkdir -p obj/sdl64/emu/cpu/hcd62121
mkdir -p obj/sdl64/emu/cpu/hd61700
mkdir -p obj/sdl64/emu/cpu/i386
mkdir -p obj/sdl64/emu/cpu/i4004
mkdir -p obj/sdl64/emu/cpu/i8008
mkdir -p obj/sdl64/emu/cpu/i8085
mkdir -p obj/sdl64/emu/cpu/i8089
mkdir -p obj/sdl64/emu/cpu/i86
mkdir -p obj/sdl64/emu/cpu/i860
mkdir -p obj/sdl64/emu/cpu/i960
mkdir -p obj/sdl64/emu/cpu/ie15
mkdir -p obj/sdl64/emu/cpu/jaguar
mkdir -p obj/sdl64/emu/cpu/lc8670
mkdir -p obj/sdl64/emu/cpu/lh5801
mkdir -p obj/sdl64/emu/cpu/lr35902
mkdir -p obj/sdl64/emu/cpu/m37710
mkdir -p obj/sdl64/emu/cpu/m6502
mkdir -p obj/sdl64/emu/cpu/m6800
mkdir -p obj/sdl64/emu/cpu/m68000
mkdir -p obj/sdl64/emu/cpu/m6805
mkdir -p obj/sdl64/emu/cpu/m6809
mkdir -p obj/sdl64/emu/cpu/mb86233
mkdir -p obj/sdl64/emu/cpu/mb86235
mkdir -p obj/sdl64/emu/cpu/mb88xx
mkdir -p obj/sdl64/emu/cpu/mc68hc11
mkdir -p obj/sdl64/emu/cpu/mcs48
mkdir -p obj/sdl64/emu/cpu/mcs51
mkdir -p obj/sdl64/emu/cpu/mcs96
mkdir -p obj/sdl64/emu/cpu/minx
mkdir -p obj/sdl64/emu/cpu/mips
mkdir -p obj/sdl64/emu/cpu/mn10200
mkdir -p obj/sdl64/emu/cpu/nec
mkdir -p obj/sdl64/emu/cpu/pdp1
mkdir -p obj/sdl64/emu/cpu/pic16c5x
mkdir -p obj/sdl64/emu/cpu/pic16c62x
mkdir -p obj/sdl64/emu/cpu/powerpc
mkdir -p obj/sdl64/emu/cpu/pps4
mkdir -p obj/sdl64/emu/cpu/psx
mkdir -p obj/sdl64/emu/cpu/rsp
mkdir -p obj/sdl64/emu/cpu/s2650
mkdir -p obj/sdl64/emu/cpu/saturn
mkdir -p obj/sdl64/emu/cpu/sc61860
mkdir -p obj/sdl64/emu/cpu/scmp
mkdir -p obj/sdl64/emu/cpu/score
mkdir -p obj/sdl64/emu/cpu/scudsp
mkdir -p obj/sdl64/emu/cpu/se3208
mkdir -p obj/sdl64/emu/cpu/sh2
mkdir -p obj/sdl64/emu/cpu/sh4
mkdir -p obj/sdl64/emu/cpu/sharc
mkdir -p obj/sdl64/emu/cpu/sm8500
mkdir -p obj/sdl64/emu/cpu/spc700
mkdir -p obj/sdl64/emu/cpu/ssem
mkdir -p obj/sdl64/emu/cpu/ssp1601
mkdir -p obj/sdl64/emu/cpu/superfx
mkdir -p obj/sdl64/emu/cpu/t11
mkdir -p obj/sdl64/emu/cpu/tlcs90
mkdir -p obj/sdl64/emu/cpu/tlcs900
mkdir -p obj/sdl64/emu/cpu/tms0980
mkdir -p obj/sdl64/emu/cpu/tms32010
mkdir -p obj/sdl64/emu/cpu/tms32025
mkdir -p obj/sdl64/emu/cpu/tms32031
mkdir -p obj/sdl64/emu/cpu/tms32051
mkdir -p obj/sdl64/emu/cpu/tms32082
mkdir -p obj/sdl64/emu/cpu/tms34010
mkdir -p obj/sdl64/emu/cpu/tms57002
mkdir -p obj/sdl64/emu/cpu/tms7000
mkdir -p obj/sdl64/emu/cpu/tms9900
mkdir -p obj/sdl64/emu/cpu/unsp
mkdir -p obj/sdl64/emu/cpu/upd7725
mkdir -p obj/sdl64/emu/cpu/upd7810
mkdir -p obj/sdl64/emu/cpu/v30mz
mkdir -p obj/sdl64/emu/cpu/v60
mkdir -p obj/sdl64/emu/cpu/v810
mkdir -p obj/sdl64/emu/cpu/z180
mkdir -p obj/sdl64/emu/cpu/z8
mkdir -p obj/sdl64/emu/cpu/z80
mkdir -p obj/sdl64/emu/cpu/z8000
mkdir -p obj/sdl64/emu/debug
mkdir -p obj/sdl64/emu/drivers
mkdir -p obj/sdl64/emu/imagedev
mkdir -p obj/sdl64/emu/layout
mkdir -p obj/sdl64/emu/machine
mkdir -p obj/sdl64/emu/netlist
mkdir -p obj/sdl64/emu/netlist/analog
mkdir -p obj/sdl64/emu/netlist/devices
mkdir -p obj/sdl64/emu/sound
mkdir -p obj/sdl64/emu/ui
mkdir -p obj/sdl64/emu/video
mkdir -p obj/sdl64/lib/expat
mkdir -p obj/sdl64/lib/formats
mkdir -p obj/sdl64/lib/lib7z
mkdir -p obj/sdl64/lib/libflac
mkdir -p obj/sdl64/lib/libjpeg
mkdir -p obj/sdl64/lib/lua
mkdir -p obj/sdl64/lib/lua/lib
mkdir -p obj/sdl64/lib/portmidi
mkdir -p obj/sdl64/lib/softfloat
mkdir -p obj/sdl64/lib/sqlite3
mkdir -p obj/sdl64/lib/util
mkdir -p obj/sdl64/lib/web
mkdir -p obj/sdl64/lib/web/json
mkdir -p obj/sdl64/lib/zlib
mkdir -p obj/sdl64/mame/audio
mkdir -p obj/sdl64/mame/drivers
mkdir -p obj/sdl64/mame/layout
mkdir -p obj/sdl64/mame/machine
mkdir -p obj/sdl64/mame/mame
mkdir -p obj/sdl64/mame/video
mkdir -p obj/sdl64/osd
mkdir -p obj/sdl64/osd/modules
mkdir -p obj/sdl64/osd/modules/debugger
mkdir -p obj/sdl64/osd/modules/debugger/qt
mkdir -p obj/sdl64/osd/modules/sound
mkdir -p obj/sdl64/osd/sdl
mkdir -p obj/sdl64/tools
Compiling src/build/file2str.c...
Compiling src/osd/sdl/strconv.c...
Compiling src/osd/sdl/sdldir.c...
Compiling src/osd/sdl/sdlfile.c...
Compiling src/osd/sdl/sdlptty_unix.c...
Compiling src/osd/sdl/sdlsocket.c...
Compiling src/osd/sdl/sdlmisc_unix.c...
Compiling src/osd/sdl/sdlos_macosx.c...
In file included from src/osd/sdl/sdlos_macosx.c:20:
src/osd/sdl/sdlinc.h:12:10: fatal error: 'SDL/SDL.h' file not found
#include <SDL/SDL.h>
         ^
1 error generated.
make: *** [obj/sdl64/osd/sdl/sdlos_macosx.o] Error 1


ok my folder is actually Mame Parts 2



Alex
Page 2 of 3 1 2 3

Moderated by  R. Belmont 

Link Copied to Clipboard
Who's Online Now
5 members (Dorando, Golden Child, Olivier Galibert, 2 invisible), 40 guests, and 2 robots.
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,338
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