Probléme de glade2.12

Fermé
xmenflis Messages postés 39 Date d'inscription mercredi 25 mars 2009 Statut Membre Dernière intervention 28 avril 2016 - Modifié par xmenflis le 1/12/2015 à 18:51
mamiemando Messages postés 33401 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 28 novembre 2024 - 2 déc. 2015 à 11:20
Bonjour,
je fais une application avec glade2.12 je programme avec langue c lorsque je fais exécution ce programme à l'aide de termenal j'ai cet erreur avec la commende make :
xmenflis@ubuntu:~/Desktop/projetdefense$ make
make all-recursive
make[1]: Entering directory `/home/xmenflis/Desktop/projetdefense'
Making all in src
make[2]: Entering directory `/home/xmenflis/Desktop/projetdefense/src'
cd .. && /bin/bash /home/xmenflis/Desktop/projetdefense/missing automake-1.14 --gnu src/Makefile
automake-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.in:4: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
src/Makefile.am:18: error: blank line following trailing backslash
src/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
automake-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in'
make[2]: *** [Makefile.in] Error 1
make[2]: Leaving directory `/home/xmenflis/Desktop/projetdefense/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/xmenflis/Desktop/projetdefense'
make: *** [all] Error 2



1 réponse

mamiemando Messages postés 33401 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 28 novembre 2024 7 804
1 déc. 2015 à 19:44
Pourquoi tu n'installes pas simplement le paquet adéquat via
apt-get
?
https://packages.ubuntu.com/wily/libglade2-dev

sudo apt-get update
sudo apt-get install libglade2-dev


Bonne chance
0
xmenflis Messages postés 39 Date d'inscription mercredi 25 mars 2009 Statut Membre Dernière intervention 28 avril 2016
1 déc. 2015 à 20:25
merci j ai deja fais l update et ausse installer libglade2 mais l erreur reste
0
mamiemando Messages postés 33401 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 28 novembre 2024 7 804
2 déc. 2015 à 11:20
Quelle erreur ? Oublie l'installation avec make, si c'est installé avec le paquet, normalement ta librairie est prête à l'usage.

Bonne chance
0