recompilation k9copy

willyk2 Membre non connecté
-
- Voir le profil du membre willyk2
- Inscrit le : 08/12/2009
J'ai trouvé un problème dans k9copy, que je trouve vraiment super (dommage que son géniteur ait cessé les dev).
J'ai donc télécharger les sources :
[will@cervin k9copy-2.3.8-Source]$ ll
total 116K
drwxr-xr-x 2 will will 4,0K févr. 12 00:06 cmake/
-rw-r--r-- 1 will will 11K déc. 9 2011 CMakeLists.txt
-rw-r--r-- 1 will will 1,6K déc. 9 2011 config.h
-rw-r--r-- 1 will will 1,7K déc. 9 2011 config.h.cmake
-rw-r--r-- 1 will will 18K déc. 9 2011 COPYING
drwxr-xr-x 2 will will 4,0K févr. 12 00:06 data/
drwxr-xr-x 2 will will 4,0K févr. 12 00:06 doc/
-rwxr-xr-x 1 will will 1012 déc. 9 2011 hi16-app-k9copy.png*
-rw-r--r-- 1 will will 1,7K déc. 9 2011 hi22-app-k9copy.png
-rwxr-xr-x 1 will will 3,1K déc. 9 2011 hi32-app-k9copy.png*
-rwxr-xr-x 1 will will 5,9K déc. 9 2011 hi48-app-k9copy.png*
drwxr-xr-x 2 will will 4,0K févr. 12 00:06 icons/
-rw-r--r-- 1 will will 758 déc. 9 2011 k9copy_assistant.desktop
-rw-r--r-- 1 will will 602 déc. 9 2011 k9copy_assistant_open.desktop
-rw-r--r-- 1 will will 736 déc. 9 2011 k9copy.desktop
-rw-r--r-- 1 will will 525 déc. 9 2011 k9copy_open.desktop
-rw-r--r-- 1 will will 1,3K déc. 9 2011 k9copyui.rc
-rw-r--r-- 1 will will 4,1K déc. 9 2011 main.cpp
drwxr-xr-x 2 will will 4,0K févr. 12 00:06 po/
-rw-r--r-- 1 will will 794 déc. 9 2011 README
drwxr-xr-x 17 will will 4,0K févr. 12 00:06 src/
[will@cervin k9copy-2.3.8-Source]$
total 116K
drwxr-xr-x 2 will will 4,0K févr. 12 00:06 cmake/
-rw-r--r-- 1 will will 11K déc. 9 2011 CMakeLists.txt
-rw-r--r-- 1 will will 1,6K déc. 9 2011 config.h
-rw-r--r-- 1 will will 1,7K déc. 9 2011 config.h.cmake
-rw-r--r-- 1 will will 18K déc. 9 2011 COPYING
drwxr-xr-x 2 will will 4,0K févr. 12 00:06 data/
drwxr-xr-x 2 will will 4,0K févr. 12 00:06 doc/
-rwxr-xr-x 1 will will 1012 déc. 9 2011 hi16-app-k9copy.png*
-rw-r--r-- 1 will will 1,7K déc. 9 2011 hi22-app-k9copy.png
-rwxr-xr-x 1 will will 3,1K déc. 9 2011 hi32-app-k9copy.png*
-rwxr-xr-x 1 will will 5,9K déc. 9 2011 hi48-app-k9copy.png*
drwxr-xr-x 2 will will 4,0K févr. 12 00:06 icons/
-rw-r--r-- 1 will will 758 déc. 9 2011 k9copy_assistant.desktop
-rw-r--r-- 1 will will 602 déc. 9 2011 k9copy_assistant_open.desktop
-rw-r--r-- 1 will will 736 déc. 9 2011 k9copy.desktop
-rw-r--r-- 1 will will 525 déc. 9 2011 k9copy_open.desktop
-rw-r--r-- 1 will will 1,3K déc. 9 2011 k9copyui.rc
-rw-r--r-- 1 will will 4,1K déc. 9 2011 main.cpp
drwxr-xr-x 2 will will 4,0K févr. 12 00:06 po/
-rw-r--r-- 1 will will 794 déc. 9 2011 README
drwxr-xr-x 17 will will 4,0K févr. 12 00:06 src/
[will@cervin k9copy-2.3.8-Source]$
Habituellement, je fais ./configure ; make ; make install .
Mais là je suis perdu
J'ai lancé : cmake-gui, mais il ya des erreurs, pour faire cette petite correction :
cat /home/will/dev/k9copy-compile/CMakeFiles/CMakeError.log
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: CMAKE_CXX_COMPILER-NOTFOUND
Build flags:
Id flags:
The output was:
Aucun fichier ou dossier de ce type
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: CMAKE_CXX_COMPILER-NOTFOUND
Build flags:
Id flags: -c
The output was:
Aucun fichier ou dossier de ce type
Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
[will@cervin dev]$
Que dois-je faire ?
Merci pour votre aide.

tobaggo17 Membre non connecté
-
- Voir le profil du membre tobaggo17
- Inscrit le : 18/12/2013
- Groupes :
si tu veux compiler les sources avec cmake tu tapes :
[will@cervin k9copy-2.3.8-Source]$ cmake .
le point est important il permet a cmake de trouver le fichier CMakeLists.txt une fois la commande terminée tu tape un make suivi de make install
pour cmake-gui je suppose que c'est la même chose, j'ai pas testé je fais habituellement des rpms à partir des src.rpm de la distribution mageia que j'utilise en modifiant le fichier spec pour pointer sur les nouvelles sources ( si la version n'est pas dans la distribution).

Heu au fait c'est quoi le pb que tu as trouvé ? (pour info...)
Édité par tobaggo17 Le 15/02/2014 à 07h31
Pc fixe: Asus M5A97, AMD FX6300, Mageia9, Caudron, GeForce GT610 2Go, 32 Go RAM, SSD 120 +120 +450

willyk2 Membre non connecté
-
- Voir le profil du membre willyk2
- Inscrit le : 08/12/2009
cmake .
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:98 (message):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/will/.kde4/share/apps;/var/lib/mageia/kde4-profiles/Default/share/apps;/var/lib/mageia/kde4-profiles/common/share/apps;/usr/share/apps
Call Stack (most recent call first):
CMakeLists.txt:10 (find_package)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "/home/will/dev/k9copy-2.3.8-Source/CMakeFiles/CMakeOutput.log".
See also "/home/will/dev/k9copy-2.3.8-Source/CMakeFiles/CMakeError.log".
[will@cervin k9copy-2.3.8-Source]$ echo $?
1
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:98 (message):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/will/.kde4/share/apps;/var/lib/mageia/kde4-profiles/Default/share/apps;/var/lib/mageia/kde4-profiles/common/share/apps;/usr/share/apps
Call Stack (most recent call first):
CMakeLists.txt:10 (find_package)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "/home/will/dev/k9copy-2.3.8-Source/CMakeFiles/CMakeOutput.log".
See also "/home/will/dev/k9copy-2.3.8-Source/CMakeFiles/CMakeError.log".
[will@cervin k9copy-2.3.8-Source]$ echo $?
1
Je crois qu'il ne trouve pas le compilateur cmake, j'ai ra-jouter le PATH dans le fichier, mais ça n'a pas fonctionné, ça doit pas être cela.
Sinon pour l'erreur que je voudrais corrigé, en gros, certaines options appelées, n'existe plus dans ffmpeg ce qui fait planter l'encoding.
Bref, c'est pas grand chose et j'aimerai bien régler ça, mais il est claire, que je ne suis pas un habitué de la compilation, j'ai déjà fait, mais jamais avec cmake.
Merci pour votre aide.

tobaggo17 Membre non connecté
-
- Voir le profil du membre tobaggo17
- Inscrit le : 18/12/2013
- Groupes :
Pc fixe: Asus M5A97, AMD FX6300, Mageia9, Caudron, GeForce GT610 2Go, 32 Go RAM, SSD 120 +120 +450

willyk2 Membre non connecté
-
- Voir le profil du membre willyk2
- Inscrit le : 08/12/2009

tobaggo17 Membre non connecté
-
- Voir le profil du membre tobaggo17
- Inscrit le : 18/12/2013
- Groupes :

Édité par tobaggo17 Le 15/02/2014 à 14h46
Pc fixe: Asus M5A97, AMD FX6300, Mageia9, Caudron, GeForce GT610 2Go, 32 Go RAM, SSD 120 +120 +450

willyk2 Membre non connecté
-
- Voir le profil du membre willyk2
- Inscrit le : 08/12/2009
cmake .
-- The CXX compiler identification is GNU 4.8.2
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt-Version 4.8.5 (using /usr/bin/qmake)
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found OpenSSL: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so (found version "1.0.1e")
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl (found version "5.18.1")
-- Found Phonon: /usr/include (Required is at least version "4.3.80")
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.11 include dir: /usr/include
-- Found KDE 4.11 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file stddef.h
-- Looking for include file stddef.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- k9copy will be built without swscale support
-- Checking dependencies
CMake Error at cmake/FindXine.cmake:17 (MESSAGE):
Could not find xine
Call Stack (most recent call first):
CMakeLists.txt:50 (FINDXINE)
-- Configuring incomplete, errors occurred!
See also "/home/will/dev/k9copy-2.3.8-Source/CMakeFiles/CMakeOutput.log".
See also "/home/will/dev/k9copy-2.3.8-Source/CMakeFiles/CMakeError.log".
[will@cervin k9copy-2.3.8-Source]$
Si je comprends bien, il faut que j'installe xine.
ci-dessous une partie de la log d'erreur ( la fin de la log )
Run Build Command:/usr/bin/gmake "cmTryCompileExec3207432244/fast"
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec3207432244.dir/build.make CMakeFiles/cmTryCompileExec3207432244.dir/build
gmake[1]: Entering directory '/home/will/dev/k9copy-2.3.8-Source/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/will/dev/k9copy-2.3.8-Source/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3207432244.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec3207432244.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3207432244
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3207432244.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec3207432244.dir/CheckFunctionExists.c.o -o cmTryCompileExec3207432244 -rdynamic -lpthreads
/usr/bin/ld: ne peut trouver -lpthreads
collect2: erreur: ld a retourné 1 code d'état d'exécution
CMakeFiles/cmTryCompileExec3207432244.dir/build.make:91: recipe for target 'cmTryCompileExec3207432244' failed
gmake[1]: *** [cmTryCompileExec3207432244] Error 1
gmake[1]: Leaving directory '/home/will/dev/k9copy-2.3.8-Source/CMakeFiles/CMakeTmp'
Makefile:117: recipe for target 'cmTryCompileExec3207432244/fast' failed
gmake: *** [cmTryCompileExec3207432244/fast] Error 2

tobaggo17 Membre non connecté
-
- Voir le profil du membre tobaggo17
- Inscrit le : 18/12/2013
- Groupes :
oui tu dois installer au moins les libs et devel de xine et relancer jusqu'a ce que tu n'ai plus d'erreurs

Pc fixe: Asus M5A97, AMD FX6300, Mageia9, Caudron, GeForce GT610 2Go, 32 Go RAM, SSD 120 +120 +450

willyk2 Membre non connecté
-
- Voir le profil du membre willyk2
- Inscrit le : 08/12/2009
-- k9copy will be built without swscale support
-- Checking dependencies
CMake Error at cmake/FindXine.cmake:17 (MESSAGE):
Could not find xine
Call Stack (most recent call first):
CMakeLists.txt:50 (FINDXINE)
-- Configuring incomplete, errors occurred!
See also "/home/will/dev/k9copy-2.3.8-Source/CMakeFiles/CMakeOutput.log".
See also "/home/will/dev/k9copy-2.3.8-Source/CMakeFiles/CMakeError.log".
1
Un extrait de la log d'erreur :
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1946596246.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec1946596246.dir/CheckFunctionExists.c.o -o cmTryCompileExec1946596246 -rdynamic -lpthreads
/usr/bin/ld: ne peut trouver -lpthreads
collect2: erreur: ld a retourné 1 code d'état d'exécution
CMakeFiles/cmTryCompileExec1946596246.dir/build.make:91: recipe for target 'cmTryCompileExec1946596246' failed
gmake[1]: *** [cmTryCompileExec1946596246] Error 1
gmake[1]: Leaving directory '/home/will/dev/k9copy-2.3.8-Source/CMakeFiles/CMakeTmp'
Makefile:117: recipe for target 'cmTryCompileExec1946596246/fast' failed
gmake: *** [cmTryCompileExec1946596246/fast] Error 2
[will@cervin k9copy-2.3.8-Source]$
Xine :
[will@cervin k9copy-2.3.8-Source]$ which xine
/usr/bin/xine
[will@cervin k9copy-2.3.8-Source]$

tobaggo17 Membre non connecté
-
- Voir le profil du membre tobaggo17
- Inscrit le : 18/12/2013
- Groupes :

Pc fixe: Asus M5A97, AMD FX6300, Mageia9, Caudron, GeForce GT610 2Go, 32 Go RAM, SSD 120 +120 +450

willyk2 Membre non connecté
-
- Voir le profil du membre willyk2
- Inscrit le : 08/12/2009
Maintenant la compilation à blanc passe, mais je ne sais pas quoi faire maintenant, et je ne vois pas de k9copy compiler à exécuter :
[will@cervin2 k9copy-2.3.8-Source]$ cmake .
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt-Version 4.8.5 (using /usr/bin/qmake)
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found OpenSSL: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so (found version "1.0.1e")
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl (found version "5.16.3")
-- Found Phonon: /usr/include (Required is at least version "4.3.80")
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.10 include dir: /usr/include
-- Found KDE 4.10 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file stddef.h
-- Looking for include file stddef.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Found library swscale: /usr/lib64/libswscale.so
-- Found include swscale.h : /usr/include/libswscale
-- Checking dependencies
-- Found library xine: /usr/lib64/libxine.so
-- Found include xine.h : /usr/include
-- Found library mpeg2: /usr/lib64/libmpeg2.so
-- Found include mpeg2dec/mpeg2.h : /usr/include
-- Found library mpeg2convert: /usr/lib64/libmpeg2convert.so
-- Found library libdl: /usr/lib64/libdl.so
-- Found include avformat.h: /usr/include/libavformat
-- Found library avformat: /usr/lib64/libavformat.so
-- Found include avcodec.h: /usr/include/libavcodec
-- Found library avcodec: /usr/lib64/libavcodec.so
-- Found library solid: KDE4__solid
-- Configuring done
-- Generating done
-- Build files have been written to: /home/will/dev/k9copy-2.3.8-Source
[will@cervin2 k9copy-2.3.8-Source]$
D'habitude, je fais :
./configure && make && make install
Mais avec cmake , je ne sais pas ce qu'il y a à faire.
Merci pour votre aide.

tobaggo17 Membre non connecté
-
- Voir le profil du membre tobaggo17
- Inscrit le : 18/12/2013
- Groupes :


Édité par tobaggo17 Le 22/02/2014 à 15h20
Pc fixe: Asus M5A97, AMD FX6300, Mageia9, Caudron, GeForce GT610 2Go, 32 Go RAM, SSD 120 +120 +450
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie