Compiling M1 usually brings up the following message.
C:\M1>make
Compiling m1mcui.o
gcc: `pkg config: No such file or directory
gcc: libpulse': No such file or directory
gcc: `sdl-config: No such file or directory
cc1.exe : error: unrecognized command line option "fcflags"
m1cui.c:1: warning: -fPIC ignored for target <all code is position independent>
m1cui.c:1: warning: -fPIC ignored for target <all code is position independent>
make: *** [m1cui.o] error 1
Using W7x64 with mingw-mame-20100102 and all help and suggestions are greatly appreciated. Thanks in advance.
EDIT: cmd doesn't support backtick syntax, and I need to make sure I have all these things installed correctly. Google-fu comes in handy like always. Using MSYS now.