Frontend Tech + >> MAMEUI & IV/Play
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

Pages: 1

cyberdman
MAME Fan
Reged: 03/04/06
Posts: 351
Send PM


Error compiling mameui64 0.174
#355007 - 05/30/16 11:21 PM


I've pretty much had this problem for the past few releases I have not been able to compile mameui at all. I was told it was this and that, but this time I grabbed the entire source the day it went live and my tools were up-to-date. Still I got this - the same thing I have been getting:


Code:

Compiling src/devices/bus/centronics/epson_ex800.cpp...
Compiling src/devices/bus/centronics/epson_lx800.cpp...
Compiling src/devices/bus/centronics/epson_lx810l.cpp...
Compiling src/devices/cpu/arcompact/arcompact.cpp...
Compiling src/devices/cpu/arcompact/arcompact_execute.cpp...
Archiving liboptional.a...
makefile:930: recipe for target 'windows_x64' failed
make: *** [windows_x64] Error 2
'mameui64.exe' is not recognized as an internal or external command,
operable program or batch file.




This is my compiling script:


Code:

@echo off
SET MINGW64=E:\MAME\msys64\mingw64
SET binpath=%MINGW64%\bin
SET oldpath=%PATH%
SET PATH=%binpath%;E:\MAME\msys64;%oldpath%
SET SRC=E:\MAME\msys64\src\mameui
SET CONFIG_ARCHITECTURE=x64

call E:\MAME\msys64\win32\env.bat
cd %SRC%
make -j5 all OSD=winui TOOLS=1 SYMBOLS=0 NO_SYMBOLS=1 %1 %2 %3 %4



It seems like maybe my source is somehow missing something, but I do not know how that could have happened. I use the same batch file and change the 'mameui' to 'mame' and remove the OSD=winui option and I can compile plain vanilla MAME just fine.



cyberdman



redk9258
Regular
Reged: 09/21/03
Posts: 3968
Loc: Troy, Illinois USA
Send PM


Re: Error compiling mameui64 0.174 new [Re: cyberdman]
#355027 - 05/31/16 05:58 AM


Did you try to restart the compile? I've had to do that. I was also getting complaints about ledutil, until I changed to "TOOLS=0"
I usually use...

Code:

SET PROCESSOR_ARCHITECTURE=AMD64
call D:\MAMECOMPILE\msys64\win32\env.bat
make -j5 TARGET=mame OSD=winui TOOLS=0 STRIP_SYMBOLS=1
if exist mameui64.exe call MakeHelp.bat
if not exist mameui64.exe pause



Edit to your paths.



cyberdman
MAME Fan
Reged: 03/04/06
Posts: 351
Send PM


Re: Error compiling mameui64 0.174 new [Re: redk9258]
#355031 - 05/31/16 01:04 PM


Thanks red, yes I've tried restarting the compile with no luck. I remember in the distant past drives either timing out or things conflicting with the compile and I'd just restart and it would continue and finish fine, but that was on the old tools a long time ago.

I'll try the TOOLS=0.



cyberdman



cyberdman
MAME Fan
Reged: 03/04/06
Posts: 351
Send PM


Re: Error compiling mameui64 0.174 new [Re: redk9258]
#355293 - 06/04/16 05:22 PM


I hadn't had the time to try it out until now, but TOOLS=0 was the trick. It worked. Thanks again.



cyberdman


Pages: 1

Frontend Tech + >> MAMEUI & IV/Play
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

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