Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: GroovyMAME 0182 + Slackware 14.2 Compile Error  (Read 1706 times)

0 Members and 1 Guest are viewing this topic.

tb404

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 9
  • Last login:May 22, 2018, 04:06:11 pm
  • I want to build my own arcade controls!
GroovyMAME 0182 + Slackware 14.2 Compile Error
« on: February 13, 2017, 04:45:34 am »
I am running Slackware64-14.2

I can compile the following source code without errors:

https://github.com/mamedev/mame/releases/download/mame0182/mame0182s.zip

When I add the following patch:

patch -p0 --binary < 0182_groovymame_017a.diff

Compiling fails with the following error:

Code: [Select]
osd_sdl.make:1198: recipe for target '../../../../linux_gcc/obj/x64/Release/osd_sdl/src/osd/modules/render/drawbgfx.o' failed
make[2]: *** [../../../../linux_gcc/obj/x64/Release/osd_sdl/src/osd/modules/render/drawbgfx.o] Error 1
Makefile:19: recipe for target 'osd_sdl' failed
make[1]: *** [osd_sdl] Error 2
make[1]: Leaving directory '/tmp/SBo/mame-mame0182s/build/projects/sdl/mame/gmake-linux'
makefile:1237: recipe for target 'linux_x64' failed
make: *** [linux_x64] Error 2




Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: GroovyMAME 0182 + Slackware 14.2 Compile Error
« Reply #1 on: February 13, 2017, 09:31:53 am »
Hi tb404,

Please run an unix to dos conversion prior to the patch. Here is the code:

Code: [Select]
unix2dos 3rdparty/bgfx/include/bgfx/bgfx.h 3rdparty/bgfx/src/bgfx.cpp 3rdparty/bgfx/src/bgfx_p.h 3rdparty/bgfx/src/config.h 3rdparty/bgfx/src/renderer_d3d11.cpp

tb404

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 9
  • Last login:May 22, 2018, 04:06:11 pm
  • I want to build my own arcade controls!
Re: GroovyMAME 0182 + Slackware 14.2 Compile Error
« Reply #2 on: February 13, 2017, 03:48:29 pm »
awesome, thanks, works  ;D

[SOLVED]