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 07/08/2006, à 22:13

hamou

e17genmenu : probleme pour compiler

voilà lorsque je fais la commande

./autogen.sh

j'obtiens

Running aclocal...
autogen.sh: line 8: aclocal : commande introuvable

Hors ligne

#2 Le 07/08/2006, à 22:33

ffomnislash

Re : e17genmenu : probleme pour compiler

Il faut installer aclocal yikes

ceici dit je ne sais plus dans quel paquet ca se trouve big_smile

edit
Il faut installer automake wink

Dernière modification par ffomnislash (Le 07/08/2006, à 22:46)


-- Mon blog --

Hors ligne

#3 Le 07/08/2006, à 23:00

hamou

Re : e17genmenu : probleme pour compiler

automake installé merci beaucoup ! Mais maintenant autre problème roll

Running aclocal...
aclocal:configure.in:19: warning: macro `AM_ENABLE_SHARED' not found in library
aclocal:configure.in:20: warning: macro `AM_PROG_LIBTOOL' not found in library
Running autoheader...
Running autoconf...
configure.in:19: error: possibly undefined macro: AM_ENABLE_SHARED
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:20: error: possibly undefined macro: AM_PROG_LIBTOOL

Hors ligne

#4 Le 08/08/2006, à 12:56

hamou

Re : e17genmenu : probleme pour compiler

up ?

Hors ligne

#5 Le 08/08/2006, à 13:27

ffomnislash

Re : e17genmenu : probleme pour compiler

humhum

Tu a mis quel version de automake ?


-- Mon blog --

Hors ligne

#6 Le 08/08/2006, à 13:44

hamou

Re : e17genmenu : probleme pour compiler

euh 1.9

Hors ligne

#7 Le 08/08/2006, à 14:00

JC

Re : e17genmenu : probleme pour compiler

je pense qu'il te manque pas mal de dépendance, j'ai eu le mm problème et j'ai installé les dépendances demandées dans le "préable" pour e17 dans le wiki, j'ai recommencé la compilation et ça marchait:

sudo apt-get install build-essential byacc checkinstall cvs cdbs debhelper flex gstreamer0.10-ffmpeg libbz2-dev libcurl3-dev libfreetype6-dev libglade2-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libjpeg62-dev libltdl3-dev libncurses5-dev libpng3-dev libsmbclient-dev libsqlite3-dev libssl-dev libtagc0-dev libtiff4-dev libtool libttf-dev libungif4-dev libxcursor-dev libxine-dev libxinerama-dev libxp-dev libxrender-dev libxss-dev xlibs-dev zlib1g-dev

Hors ligne

#8 Le 08/08/2006, à 14:04

hamou

Re : e17genmenu : probleme pour compiler

mais j'ai limpression que le wiki concerne breezy. De plus j'ai installé e17 a partir des dépots. Mais bon j'essaye quand meme ^^

Hors ligne

#9 Le 08/08/2006, à 14:12

JC

Re : e17genmenu : probleme pour compiler

non ya une partie installation pour Dapper et justement moi aussi j'ai installer à partir des dépots, autrement j'aurais été obligé d'installer ces dépendances avant.

Hors ligne

#10 Le 08/08/2006, à 14:30

hamou

Re : e17genmenu : probleme pour compiler

parce que j'ai remarqué qu'il y a certains paquets dont je n'ai pas besoin comme gstreamer etc. S'il y avait un moyen pour installer seulement les paquets nécessaires. En tout cas merci pour ton aide.

Hors ligne

#11 Le 08/08/2006, à 22:52

hamou

Re : e17genmenu : probleme pour compiler

Bon je continue ma ptite histoire :
je réussis a surmonter ce probleme en installant libtool puis lors du ./configure je remarque qu'on a besoin de g77. J'installe sur le champs. Ensuite j'essaye un make et un make install et rien ...
Voici ce que j'obtiens avec le ./configure :

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) 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... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ecore-config... no
checking for ecore - version >= 0.9.9... no
*** The ecore-config script installed by ecore could not be found
*** If ecore was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ECORE_CONFIG environment variable to the
*** full path to ecore-config.
checking for eet-config... no
checking for eet - version >= 0.9.10... no
*** The eet-config script installed by eet could not be found
*** If eet was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the EET_CONFIG environment variable to the
*** full path to eet-config.
checking for engrave-config... no
checking for engrave - version >= 0.1.0... no
*** The engrave-config script installed by engrave could not be found
*** If engrave was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ENGRAVE_CONFIG environment variable to the
*** full path to engrave-config.
Enabled Debug Code
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating icons/Makefile
config.status: creating config.h
config.status: executing depfiles commands

Hors ligne

#12 Le 08/08/2006, à 23:47

JC

Re : e17genmenu : probleme pour compiler

il te manque des librairies qui correspondent à eet, engrave et ecore.
tape eet, engrave et ecore dans synaptic et installe les librairies que tu trouveras.

Hors ligne

#13 Le 09/08/2006, à 00:07

hamou

Re : e17genmenu : probleme pour compiler

arf encore un petit problème pendant le make...
à la fin de celui ci j'obtiens ca

gcc: /usr/lib/libidn.so: No such file or directory
make[2]: *** [e17genmenu] Erreur 1
make[2]: quittant le répertoire « /home/mehdi/Packages/e17genmenu/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/mehdi/Packages/e17genmenu »
make: *** [all] Erreur 2

Dernière modification par hamou (Le 09/08/2006, à 00:09)

Hors ligne

#14 Le 10/08/2006, à 20:51

hamou

Re : e17genmenu : probleme pour compiler

dernier up ?

Hors ligne

#15 Le 10/08/2006, à 22:04

ffomnislash

Re : e17genmenu : probleme pour compiler

cherche idn dans synaptic et install le dev.


-- Mon blog --

Hors ligne

#16 Le 10/08/2006, à 22:06

hamou

Re : e17genmenu : probleme pour compiler

thanks j'essaye ça dès que je passe sur mon ordi ^^

Dernière modification par hamou (Le 10/08/2006, à 22:06)

Hors ligne

#17 Le 10/08/2006, à 22:27

ffomnislash

Re : e17genmenu : probleme pour compiler

quand il te manque une bibliotheque il faut installer la lib

Quand il te manque un fichier de type libXXX il faut installer XXX-dev


-- Mon blog --

Hors ligne

#18 Le 10/08/2006, à 23:40

lut!n

Re : e17genmenu : probleme pour compiler

en l'occurence, c'est libidn11-dev

Hors ligne

#19 Le 11/08/2006, à 01:00

hamou

Re : e17genmenu : probleme pour compiler

linstallation a marché. l'execution de e17genmenu aussi mais la personnalisation des menus a provoqué plusieurs bugs dont le plantage de konqueror hmm Mais bon c'est un autre problème merci a tous pour votre aide.

Hors ligne