Re: [macppc, all archs] Unbreak emulators/retroarch

2020-04-29 Thread Anthony J. Bentley
Charlene Wendling writes: > Hi, > > RetroArch is broken in the current macppc bulk: > > > libretro-common/features/features_cpu.c:44:10: fatal error: > > 'ppu_intrinsics.h' file not found > > The macppc fix i used with gcc is to blame. Meanwhile FreeBSD folks > came with a better solution [0], fixi

Re: [macppc, all archs] Unbreak emulators/retroarch

2020-04-26 Thread Jeremie Courreges-Anglas
On Sun, Apr 26 2020, Charlene Wendling wrote: > Hi, > > RetroArch is broken in the current macppc bulk: > >> libretro-common/features/features_cpu.c:44:10: fatal error: >> 'ppu_intrinsics.h' file not found > > The macppc fix i used with gcc is to blame. Meanwhile FreeBSD folks > came with a better

[macppc, all archs] Unbreak emulators/retroarch

2020-04-26 Thread Charlene Wendling
Hi, RetroArch is broken in the current macppc bulk: > libretro-common/features/features_cpu.c:44:10: fatal error: > 'ppu_intrinsics.h' file not found The macppc fix i used with gcc is to blame. Meanwhile FreeBSD folks came with a better solution [0], fixing the build on macppc [1]. The runtime