pcsxr/PCSX-Reloaded

build fails on debian stretch

Opened this issue · 0 comments

trying to install on debian stretch because the pcsxr deb package is broken and keyboard doesnt work.

apt install autoconf intltool libtool automake libglib2.0-dev libxml-parser-perl libgtk-3-dev libsdl2-dev

fix windows newline in autogen.sh

vim autogen.sh
:%s/{Ctrl-v}{Ctrl-m}/\r/g

./autogen.sh

some stuff breaks again, so open confiure

vim configure
:%s/{Ctrl-v}{Ctrl-m}//g

at some point this error comes up
"po/Makefile.in.in was not created by intltoolize"
fix:

autoreconf --install
intltoolize
autoreconf
./configure

make

tried to run ./gui/pcsxr but it failed to load.

david@nbdt:~/dev/pcsxr$ ./gui/pcsxr
Configuration file /home/david/.pcsxr/pcsxr.cfg couldn't be found
No default plugin could be found for
No default plugin could be found for
No default plugin could be found for
No default plugin could be found for
No default plugin could be found for
No default plugin could be found for
Picking default plugin: HLE

** (pcsxr:21791): WARNING **: Error: interface could not be loaded!

giving up