Perhaps somebody can point me in the right direction as I'm getting nowhere searching online.
I'm trying to compile rpcemu as per this site - http://www.riscos.info/index.php/RPCEmu_Linux_Guide
I grabbed everything before the marutan site disappeared. The error I'm getting is ./configure: line 4557: ` AM_PATH_ALLEGRO(, , as_fn_error "building RPCemu requires Allegro to be installed" "$LINENO" 5)'
My system is Mandriva 2010 64 bit in case that's important. If I do 'urpmi -a Allegro' it tells me 'Packages lib64allegro4.4-4.4.1.1-1mdv2010.1.x86_64, allegro-jack-plugin-4.4.1.1-1mdv2010.1.x86_64, allegro-4.4.1.1-1mdv2010.1.x86_64, lib64allegro-devel-4.4.1.1-1mdv2010.1.x86_64 are already installed'
but looking for the cause of the error, I found this 'This comes about because aclocal cannot find allegro.m4.' on here - http://wiki.allegro.cc/
If I look in the places pointed to by that error, allegro.m4 is nowhere to be found and it's not found by Dolphin when I do a search.
What am I doing wrong?