Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 17/01/2015, à 17:13

Caribou22

[Résolu] Régler deux manettes de jeu sur PCSX-R

Bonjour,

Je souhaiterais installer simultanément deux manettes analogiques sur un PC pour jouer à deux à la Playstation avec PCSX-Reloaded.
Seulement, quand je branche les deux manettes et lance PCSX-R, impossible d'ouvrir le menu de réglage des touches. Je clique dessus et rien ne se passe. Quand je branche l'une ou l'autre seulement, ça marche en revanche.

Les manettes sont la Thrustmaster et la DragonRise Generic indiquées dans le retour de lsusb. (La DragonRise est en fait une manette de Freebox) :

Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 014: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
Bus 003 Device 016: ID 044f:b323 ThrustMaster, Inc. Dual Trigger 3-in-1 (PC Mode)
Bus 003 Device 011: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B Wireless 802.11g 54Mbps Network Adapter
Bus 003 Device 015: ID 0079:0006 DragonRise Inc. Generic USB Joystick
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Auriez-vous une idée du problème ? Merci d'avance smile

Dernière modification par Caribou22 (Le 14/05/2015, à 23:40)

Hors ligne

#3 Le 25/01/2015, à 18:06

legluondunet

Re : [Résolu] Régler deux manettes de jeu sur PCSX-R

PCX-Reloaded était un bon émulateur pour Linux, mais il n'est plus développé.
As-tu essayé RetroArch? C'est un multi-émulateur (DS,N64,Super-Nintendo, PS1, Mame, Sega 32X...).
Tu configures ta manette une fois en ligne de commande:
$./retroarch-joyconfig --joypad 0 --autoconfig ~/.config/retroarch/autoconf/ma_manette_XBOX_360.cfg

joypad 0 = premier manette
joypad 1 = deuxième manette
...
etc...

Tu configures tes manettes une fois pour tous les émulateurs.

LGDN

Hors ligne

#4 Le 07/02/2015, à 11:26

legluondunet

Re : [Résolu] Régler deux manettes de jeu sur PCSX-R

Re Caribou, je viens de rendre visite au site PCSXR et, à ma grande surprise, j'ai pu lire dans l'historique une modification datée du 17 janvier 2015 du plugin input, celui qui gère justement les manettes, smile. Les devs n'ont pas encore laissé tombé le projet, c'est une bonne nouvelle.
Du coups je l'ai compilé et testé avec deux manettes: une Xbox 360 filaire et une Dragon Wise filaire (celle fournie avec la Freebox).
Je te confirme que les deux manettes peuvent fonctionner en même temps avec PCSXR.
Tu utilises quelle version?

Dernière modification par legluondunet (Le 19/02/2015, à 19:07)

Hors ligne

#5 Le 07/02/2015, à 12:42

Caribou22

Re : [Résolu] Régler deux manettes de jeu sur PCSX-R

Bonjour,
Merci du retour. Excellente nouvelle ! big_smile
J'ai installé la version "SVN stable" via le PPA fourni dans la doc : http://doc.ubuntu-fr.org/pcsx-reloaded
Maintenant, si un changement de version est nécessaire, aucun problème wink

Hors ligne

#6 Le 21/02/2015, à 13:08

Caribou22

Re : [Résolu] Régler deux manettes de jeu sur PCSX-R

Up !
legluondunet : J'ai parcouru le site de PCSX-R en long et en large, mais je n'ai pas trouvé les plugin que tu évoques. (Rien du tout d'ailleurs hmm )
Pourrais-tu m'indiquer la procédure pour trouver et installer ce plugin ? Merci d'avance smile

Hors ligne

#7 Le 21/02/2015, à 20:40

legluondunet

Re : [Résolu] Régler deux manettes de jeu sur PCSX-R

Pour avoir la version la plus récente du plugin, il faut compiler tout le programme.
Mais ce n'est pas si compliqué, si tu veux essayer, je t'explique comment faire:

1) installer les packages nécessaire à la compilation de PCSXR:
dans un terminal, tapez:

$ sudo apt-get build-dep pcsxr
$ sudo apt-get install intltool libgtk-3-dev

2) télécharger les sources
à partir de cette adresse:
http://pcsxr.codeplex.com/SourceControl/list/changesets
onglet "Download"

3) désarchiver le fichier téléchargé
puis lancer un terminal, entrer dans le répertorie principal de l'archive et taper:

$ chmod +x autogen.sh
$ ./autogen.sh
$ ./configure --enable-opengl --prefix=/usr --enable-sound=pulseaudio
$ make

4) avant d'installer PCSXR, nous devons désinstaller l'ancienne version fourni par Ubuntu ou un autre PPA:

$ sudo apt-get remove --purge pcsxr

5) installer notre version compilée de PCSXR:
toujours à partir d'un terminal dont le chemin se trouve dans le répertoire principal de notre archive, taper:

$ sudo make install

Essaie et dis moi si ça marche.

Dernière modification par legluondunet (Le 22/02/2015, à 21:55)

Hors ligne

#8 Le 22/02/2015, à 14:04

Caribou22

Re : [Résolu] Régler deux manettes de jeu sur PCSX-R

Bonjour legluondunet. Merci pour les indications ! (Que je vais suivre un peu aveuglément, je l'avoue tongue )
Étapes 1 et 2 ok smile Je crois qu'il y avait une faute de frappe à la commande en 1. J'espère avoir bien corrigé :
sudo apt-get build-dep pcsxr

J'en suis rendu à l'étape 3, et ça bloque :

root@guirec-MS-7817:/home/guirec/Bureau/Quentin/pcsxr#  ./autogen.sh
bash: ./autogen.sh: Permission non accordée

En voyant le message "permission non-accordée", j'ai essayé de me mettre en root, mais comme tu vois, aucun changement.
Qu'est-ce que j'ai loupé ? Merci d'avance.

Edit : Résolu en lisant la doc sur les scripts shell (http://doc.ubuntu-fr.org/tutoriel/script_shell) et en randant autogen.sh exécutable.

Voilà ou j'en suis maintenant (l'opération "make" bloque) :

root@guirec-MS-7817:/home/guirec/Bureau/Quentin/pcsxr# ./autogen.sh
Rebuilding ./configure with autoreconf...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:10: installing './compile'
configure.ac:3: installing './config.guess'
configure.ac:3: installing './config.sub'
configure.ac:5: installing './install-sh'
configure.ac:5: installing './missing'
gui/Makefile.am: installing './depcomp'
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/iR3000A-64.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/ix86-64.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/ix86_cpudetect.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/ix86_fpu.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/ix86_3dnow.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/ix86_mmx.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/ix86_sse.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:72: warning: source file 'ix86/iR3000A.c' is in a subdirectory,
libpcsxcore/Makefile.am:72: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:72: warning: source file 'ix86/ix86.c' is in a subdirectory,
libpcsxcore/Makefile.am:72: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:81: warning: source file 'ppc/pR3000A.c' is in a subdirectory,
libpcsxcore/Makefile.am:81: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:81: warning: source file 'ppc/ppc.c' is in a subdirectory,
libpcsxcore/Makefile.am:81: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:81: warning: source file 'ppc/reguse.c' is in a subdirectory,
libpcsxcore/Makefile.am:81: but option 'subdir-objects' is disabled
plugins/dfcdrom/Makefile.am:30: warning: source file 'cdrcfg-0.1df/main.c' is in a subdirectory,
plugins/dfcdrom/Makefile.am:30: but option 'subdir-objects' is disabled
plugins/dfsound/Makefile.am:52: warning: source file 'spucfg-0.1df/main.c' is in a subdirectory,
plugins/dfsound/Makefile.am:52: but option 'subdir-objects' is disabled
plugins/dfxvideo/Makefile.am:29: warning: source file 'gpucfg-0.1df/main.c' is in a subdirectory,
plugins/dfxvideo/Makefile.am:29: but option 'subdir-objects' is disabled
plugins/peopsxgl/Makefile.am:19: warning: source file 'gpucfg/main.c' is in a subdirectory,
plugins/peopsxgl/Makefile.am:19: but option 'subdir-objects' is disabled
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
./configure: line 12445: syntax error near unexpected token `0.35.0'
./configure: line 12445: `IT_PROG_INTLTOOL(0.35.0)'
root@guirec-MS-7817:/home/guirec/Bureau/Quentin/pcsxr#  ./configure --enable-opengl --prefix=/usr --enable-sound=pulseaudio
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
./configure: line 12445: syntax error near unexpected token `0.35.0'
./configure: line 12445: `IT_PROG_INTLTOOL(0.35.0)'
root@guirec-MS-7817:/home/guirec/Bureau/Quentin/pcsxr# make
make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.
root@guirec-MS-7817:/home/guirec/Bureau/Quentin/pcsxr# 

Et le contenu du dossier- si ça peut aider :

guirec@guirec-MS-7817:~/Bureau/Quentin/pcsxr$ ls
aclocal.m4      compile       COPYING  INSTALL      Makefile.in   po
AUTHORS         config.guess  data     install-sh   missing       README
autogen.sh      config.log    depcomp  libpcsxcore  NEWS          strip_fPIC.sh
autom4te.cache  config.sub    doc      ltmain.sh    pcsxr.anjuta  win32
ChangeLog       configure     gui      macosx       pixmaps
ChangeLog.df    configure.ac  include  Makefile.am  plugins

Dernière modification par Caribou22 (Le 22/02/2015, à 14:34)

Hors ligne

#9 Le 22/02/2015, à 20:13

legluondunet

Re : [Résolu] Régler deux manettes de jeu sur PCSX-R

Alors, pas de panique, essaye ces commandes, avec un terminal dont le chemin est celui du dossier de compilation de PCXR:

$ sudo apt-get install intltool

puis retape les commandes suivantes:

$ ./autogen.sh
$ ./configure --enable-opengl --prefix=/usr --enable-sound=pulseaudio

Je modifie mon tuto en fonction de tes retours afin de le publier par la suite sur mon blog.
Bien vu pour le build-dep wink

Dernière modification par legluondunet (Le 22/02/2015, à 20:17)

Hors ligne

#10 Le 22/02/2015, à 21:32

Caribou22

Re : [Résolu] Régler deux manettes de jeu sur PCSX-R

La première commande a bien installé intltool.
J'ai ré-extrait l'archive pour repartir à zéro. J'espère que j'ai bien fait ?
Voici le nouveau retour :

root@guirec-MS-7817:/home/guirec/Bureau/.Quentin/pcsxr# ./autogen.sh
Rebuilding ./configure with autoreconf...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:10: installing './compile'
configure.ac:3: installing './config.guess'
configure.ac:3: installing './config.sub'
configure.ac:5: installing './install-sh'
configure.ac:5: installing './missing'
gui/Makefile.am: installing './depcomp'
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/iR3000A-64.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/ix86-64.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/ix86_cpudetect.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/ix86_fpu.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/ix86_3dnow.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/ix86_mmx.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:60: warning: source file 'ix86_64/ix86_sse.c' is in a subdirectory,
libpcsxcore/Makefile.am:60: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:72: warning: source file 'ix86/iR3000A.c' is in a subdirectory,
libpcsxcore/Makefile.am:72: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:72: warning: source file 'ix86/ix86.c' is in a subdirectory,
libpcsxcore/Makefile.am:72: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:81: warning: source file 'ppc/pR3000A.c' is in a subdirectory,
libpcsxcore/Makefile.am:81: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:81: warning: source file 'ppc/ppc.c' is in a subdirectory,
libpcsxcore/Makefile.am:81: but option 'subdir-objects' is disabled
libpcsxcore/Makefile.am:81: warning: source file 'ppc/reguse.c' is in a subdirectory,
libpcsxcore/Makefile.am:81: but option 'subdir-objects' is disabled
plugins/dfcdrom/Makefile.am:30: warning: source file 'cdrcfg-0.1df/main.c' is in a subdirectory,
plugins/dfcdrom/Makefile.am:30: but option 'subdir-objects' is disabled
plugins/dfsound/Makefile.am:52: warning: source file 'spucfg-0.1df/main.c' is in a subdirectory,
plugins/dfsound/Makefile.am:52: but option 'subdir-objects' is disabled
plugins/dfxvideo/Makefile.am:29: warning: source file 'gpucfg-0.1df/main.c' is in a subdirectory,
plugins/dfxvideo/Makefile.am:29: but option 'subdir-objects' is disabled
plugins/peopsxgl/Makefile.am:19: warning: source file 'gpucfg/main.c' is in a subdirectory,
plugins/peopsxgl/Makefile.am:19: but option 'subdir-objects' is disabled
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.18.2
checking for XML::Parser... ok
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB2... yes
checking for GTK3... no
configure: error: *** libgtk3 >= 3.0 not found!
root@guirec-MS-7817:/home/guirec/Bureau/.Quentin/pcsxr# ./configure --enable-opengl --prefix=/usr --enable-sound=pulseaudio
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.18.2
checking for XML::Parser... ok
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB2... yes
checking for GTK3... no
configure: error: *** libgtk3 >= 3.0 not found!

Et blocage de l'étape "Make" encore.

Je ne pourrai pas poursuivre avant le week-end prochain. Je n'ai pas accès au PC en question la semaine. En tout cas merci pour ton aide smile

Hors ligne

#11 Le 22/02/2015, à 21:54

legluondunet

Re : [Résolu] Régler deux manettes de jeu sur PCSX-R

Cela n'est pas nécessaire, en fait le programme ./configure vérifie que toutes les librairies/fichiers nécessaires à la compilation sont installés.
Lorsque ce n'est pas le cas, il nous signale le nom de la librairie/programme à installer, ici c'est libgtk3.
Pour installer le paquet libgtk3:

sudo apt-get install libgtk-3-dev

Le paquet installé, il faut relancer le programme "configure" jusqu'à ce que l'on obtienne un happy end smile

Dernière modification par legluondunet (Le 22/02/2015, à 21:57)

Hors ligne

#12 Le 28/02/2015, à 13:42

Caribou22

Re : [Résolu] Régler deux manettes de jeu sur PCSX-R

TU ES GÉNIAL ! big_smile Ca a marché !!!
Je suis en train de régler mes deux manettes sur la nouvelle version compilée de PCSXR. Je te confirmerai d'ici peu que tout est fonctionnel ! big_smile

Edit : Arf, j'ai un autre problème maintenant hmm Lorsque je clique sur "lançer un iso", j'ai la fenêtre "configurer PCSXR" qui s'ouvre. Saurais-tu régler ça ? Je te remercie d'avance !

Edit 2 : Il fallait juste remettre PulseAudio comme plugin de son smile

Dernière modification par Caribou22 (Le 28/02/2015, à 13:50)

Hors ligne