Frontend Tech + >> MAMEUI & IV/Play
View all threads Index   Flat Mode Flat  

ChrisP
Inject a daily dose of MAME between toes
Reged: 02/09/09
Posts: 13
Loc: Toulouse, France
Send PM
MAMEUI64 157 compile error
01/01/15 11:44 PM


Hi everybody and first thing first: I wish you all an happy new year.

Here's my problem, MAMEUI won't compile. My environment is: win7, I7 4770 and latest mingw from mame site.

When I launch compilation here is what appears first:


process_begin: CreateProcess(NULL, gcc --version, ...) failed.
make: makefile:142: pipe: No error
process_begin: CreateProcess(NULL, gcc --version, ...) failed.
make: src/build/cc_detection.mak:10: pipe: No error
process_begin: CreateProcess(NULL, gcc --version, ...) failed.
make: src/build/flags_gcc.mak:2: pipe: No error
process_begin: CreateProcess(NULL, gcc --version, ...) failed.
make: src/osd/winui/winui.mak:106: pipe: No error


then compilation resumes normally for a little while and quickly crashes with this message:


process_begin: CreateProcess(NULL, gcc -DCRLF=3 "-DINLINE=static inline" -DLSB_F
IRST -DNDEBUG -DUSE_NETWORK -DFLAC__NO_DLL -DX64_WINDOWS_ABI -DUSE_QTDEBUG=0 -DU
SE_SDL=0 -DUNICODE -D_UNICODE -DNATIVE_DRC=drcbe_x86 -pipe -Wno-deprecated-decla
rations -O3 -Werror -fno-strict-aliasing -march=core2 -msse4.2 -Wno-unknown-prag
mas -Wall -Wcast-align -Wundef -Wformat-security -Wwrite-strings -Wno-sign-compa
re -Wno-conversion -include src/osd/windows/winprefix.h -DDIRECTINPUT_VERSION=0x
0700 -Isrc/mame -Iobj/winui/mame/layout -Isrc/emu -Iobj/winui/emu -Iobj/winui/em
u/layout -Isrc/lib/util -Isrc/lib -Isrc/osd -Isrc/osd/winui -Isrc/lib/expat -Isr
c/lib/zlib -Isrc/lib/util -Isrc/lib/libjpeg -Isrc/lib/portmidi -Isrc/osd/windows
-Isrc/lib/winpcap -x c++ -std=gnu++98 -Woverloaded-virtual -DDIRECT3D_VERSION=0
x0900 -c src/build/makedep.c -o obj/winui/build/makedep.o, ...) failed.
make (e=2): Le fichier spÚcifiÚ est introuvable.
makefile:947: recipe for target 'obj/winui/build/makedep.o' failed
make: *** [obj/winui/build/makedep.o] Error 2
make: *** Waiting for unfinished jobs....
process_begin: CreateProcess(NULL, gcc -DCRLF=3 "-DINLINE=static inline" -DLSB_F
IRST -DNDEBUG -DUSE_NETWORK -DFLAC__NO_DLL -DX64_WINDOWS_ABI -DUSE_QTDEBUG=0 -DU
SE_SDL=0 -DUNICODE -D_UNICODE -DNATIVE_DRC=drcbe_x86 -pipe -Wno-deprecated-decla
rations -O3 -Werror -fno-strict-aliasing -march=core2 -msse4.2 -Wno-unknown-prag
mas -Wall -Wcast-align -Wundef -Wformat-security -Wwrite-strings -Wno-sign-compa
re -Wno-conversion -include src/osd/windows/winprefix.h -DDIRECTINPUT_VERSION=0x
0700 -Isrc/mame -Iobj/winui/mame/layout -Isrc/emu -Iobj/winui/emu -Iobj/winui/em
u/layout -Isrc/lib/util -Isrc/lib -Isrc/osd -Isrc/osd/winui -Isrc/lib/expat -Isr
c/lib/zlib -Isrc/lib/util -Isrc/lib/libjpeg -Isrc/lib/portmidi -Isrc/osd/windows
-Isrc/lib/winpcap -x c++ -std=gnu++98 -Woverloaded-virtual -DDIRECT3D_VERSION=0
x0900 -c src/lib/util/astring.c -o obj/winui/lib/util/astring.o, ...) failed.
make (e=2): Le fichier spÚcifiÚ est introuvable.
makefile:947: recipe for target 'obj/winui/lib/util/astring.o' failed
make: *** [obj/winui/lib/util/astring.o] Error 2
Generating XML file...

First I thought something was messed up with mingw, so I erased the old directory, downloaded it again and did all the needed step again (running the 3 .bat files to setup variables again). Didn't work. I checked the variables path and no entries whatsoever had been made, so I created one manually with variable: path and value: I:\set path=mingw\mingw64-w64\bin;I:\mingw\mingw64-w64\opt\bin;I:\mingw\mingw64-w64\Qt\bin; as my mingw directory is at I:\mingw. Didn't help. So now I'm eating my own teeth as I haven't been able to help myself so far. I guess something is awfully wrong with mingw but can't find what.

Edited by ChrisP (01/02/15 01:05 AM)







Entire thread
Subject Posted by Posted on
* MAMEUI64 157 compile error ChrisP 01/01/15 11:44 PM
. * Re: MAMEUI64 157 compile error caius  01/04/15 12:20 AM
. * Re: MAMEUI64 157 compile error redk9258  01/04/15 07:11 AM
. * Re: MAMEUIFX64 157 compile error AntoPISA  01/02/15 12:21 AM
. * Re: MAMEUI64 157 compile error ChrisP  01/02/15 12:37 AM
. * Re: MAMEUI64 157 compile error redk9258  01/02/15 03:29 AM
. * Re: MAMEUI64 157 compile error ChrisP  01/02/15 04:23 AM
. * Re: MAMEUI64 157 compile error redk9258  01/02/15 05:44 AM
. * Re: MAMEUI64 157 compile error ChrisP  01/02/15 06:12 AM
. * Re: MAMEUI64 157 compile error redk9258  01/02/15 05:17 PM
. * Re: MAMEUI64 157 compile error ChrisP  01/02/15 07:13 PM
. * Re: MAMEUI64 157 compile error redk9258  01/03/15 03:06 AM
. * Re: MAMEUI64 157 compile error ChrisP  01/03/15 06:22 AM
. * Re: MAMEUI64 157 compile error redk9258  01/03/15 05:25 PM
. * Re: MAMEUI64 157 compile error redk9258  01/03/15 05:39 PM
. * Re: MAMEUI64 157 compile error ChrisP  01/03/15 07:20 PM
. * Re: MAMEUI64 157 compile error ChrisP  01/03/15 08:41 PM
. * Re: MAMEUI64 157 compile error StilettoAdministrator  01/03/15 09:20 PM
. * Re: MAMEUI64 157 compile error ChrisP  01/03/15 10:32 PM
. * Re: MAMEUI64 157 compile error redk9258  01/04/15 07:28 AM

Extra information Permissions
Moderator:  John IV, Robbbert 
0 registered and 3 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 6725