Compilé un programe. besoin d'aide SVP
Résolu
kami
-
dsy73 Messages postés 9252 Date d'inscription Statut Contributeur Dernière intervention -
dsy73 Messages postés 9252 Date d'inscription Statut Contributeur Dernière intervention -
Bonjour,
jai besoin d'installer le logiciel qtractor sur mon ubuntu 10.4 jai donc téléchargé les source mais que je regarde sur le site pour les compilé je comprend rien avec les truc de préfix.
voici ce qui est dit
The installation procedure follows the standard for source distributions. Once under the extracted source directory:
./configure [--prefix=prefix]
make
and optionally as root:
make install
This procedure will end installing the following couple of files:
* prefix/bin/qtractor
* prefix/share/applications/qtractor.desktop
* prefix/share/icons/hicolor/32x32/apps/qtractor.png
Just launch prefix/bin/qtractor and you're off (hopefully). Note that the default installation path prefix is /usr/local .
Pouvez vous aidé svp, voici l'url du site
https://qtractor.sourceforge.io/qtractor-index.html#Installation
jai besoin d'installer le logiciel qtractor sur mon ubuntu 10.4 jai donc téléchargé les source mais que je regarde sur le site pour les compilé je comprend rien avec les truc de préfix.
voici ce qui est dit
The installation procedure follows the standard for source distributions. Once under the extracted source directory:
./configure [--prefix=prefix]
make
and optionally as root:
make install
This procedure will end installing the following couple of files:
* prefix/bin/qtractor
* prefix/share/applications/qtractor.desktop
* prefix/share/icons/hicolor/32x32/apps/qtractor.png
Just launch prefix/bin/qtractor and you're off (hopefully). Note that the default installation path prefix is /usr/local .
Pouvez vous aidé svp, voici l'url du site
https://qtractor.sourceforge.io/qtractor-index.html#Installation
A voir également:
- Compilé un programe. besoin d'aide SVP
- Programer un message sur iphone - Guide
- Compiler plusieurs pdf en un seul - Guide
- Programe pc - Télécharger - Montage photo
- AdwCleaner - Télécharger - Antivirus & Antimalwares
- FL Studio - Télécharger - Édition & Montage
2 réponses
Bonsoir,
alors quand je fais le ./configure tout a l'aire ok mais quand je fais le make il me dit
"Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt."
en grose cela donne ca.
kami@ubuntu:~$ cd qtractor
kami@ubuntu:~/qtractor$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in '/home/alex/q':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See 'config.log' for more details.
kami@ubuntu:~/qtractor$ make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
kami@ubuntu:~/qtractor$ make install
make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.
kami@ubuntu:~/qtractor$
alors quand je fais le ./configure tout a l'aire ok mais quand je fais le make il me dit
"Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt."
en grose cela donne ca.
kami@ubuntu:~$ cd qtractor
kami@ubuntu:~/qtractor$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in '/home/alex/q':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See 'config.log' for more details.
kami@ubuntu:~/qtractor$ make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
kami@ubuntu:~/qtractor$ make install
make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.
kami@ubuntu:~/qtractor$
aussi avant de téléchargé les source et de compilé toit même vérifie si le logiciel estprésent dans les dépot, ça te faciliterais grandement la tache ;-)