I’m trying, with some help, to compile libretro/RetroArch for Haiku, but I’m stuck with a pkgconfig error. There seems to be no way to make it find pkgconfig. Could anyone take a look at this?
~/libretro/libretro-super/RetroArch> ./configure
Checking operating system … Win32
Checking for suitable working C compiler … /boot/develop/tools/gnupro/bin/gcc
Checking for suitable working C++ compiler … /boot/develop/tools/gnupro/bin/g++
Checking for availability of switch -std=gnu99 in /boot/develop/tools/gnupro/bin/gcc … yes
Checking for availability of switch -Wno-unused-result in /boot/develop/tools/gnupro/bin/gcc … yes
Checking function bcm_host_init in -lbcm_host … no
pkg-config not found. Exiting …
I was following the Linux instructions here: https://github.com/Themaister/RetroArch/wiki/Compilation-guide-(Linux)
There’s also a thread here concerning porting to Haiku: http://forum.themaister.net/viewtopic.php?pid=1052
Thanks.