Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fails on debian stretch #2

Open
davewood opened this issue Jan 4, 2017 · 0 comments
Open

build fails on debian stretch #2

davewood opened this issue Jan 4, 2017 · 0 comments

Comments

@davewood
Copy link

davewood commented Jan 4, 2017

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

MaddTheSane pushed a commit to MaddTheSane/PCSX-Reloaded that referenced this issue May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant