Wireshark mailing list archives

Re: WARNING aclocal


From: Pascal Quantin <pascal.quantin () gmail com>
Date: Sun, 6 Apr 2014 14:33:45 +0200

Hi,

Le 6 avr. 2014 14:24, "khemis haythem" <khemis.haythem () yahoo fr> a écrit :



Khemis Haythem
Adresse : Boite Postale 101  4118, Mednine
GSM : +216 55 69 19 90
E-mail : khemis.haythem () yahoo fr
Statut : Élève ingénieur
Spatialité : Génie des Communications et des Réseaux
Ecole : Ecole National d'Ingénieurs de Gabes


hello
really i haven't tried using cmake instead of autofoo
but when i can use cmake ?
and about the the full output, is like these picture :
after $aclocal i get :
haythem@haythem-VirtualBox:~/wireshark$ aclocal
/usr/local/share/aclocal/ltdl.m4:27: warning: underquoted definition of
AC_LIB_LTDL
  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/ltdl.m4:58: warning: underquoted definition of
AC_LTDL_ENABLE_INSTALL
/usr/local/share/aclocal/ltdl.m4:68: warning: underquoted definition of
AC_LTDL_SYS_DLOPEN_DEPLIBS
/usr/local/share/aclocal/ltdl.m4:94: warning: underquoted definition of
AC_LTDL_SHLIBEXT
/usr/local/share/aclocal/ltdl.m4:114: warning: underquoted definition of
AC_LTDL_SHLIBPATH
/usr/local/share/aclocal/ltdl.m4:126: warning: underquoted definition of
AC_LTDL_SYSSEARCHPATH
/usr/local/share/aclocal/ltdl.m4:150: warning: underquoted definition of
AC_LTDL_OBJDIR
/usr/local/share/aclocal/ltdl.m4:172: warning: underquoted definition of
AC_LTDL_DLPREOPEN
/usr/local/share/aclocal/ltdl.m4:190: warning: underquoted definition of
AC_LTDL_DLLIB
/usr/local/share/aclocal/ltdl.m4:221: warning: underquoted definition of
AC_LTDL_SYMBOL_USCORE
/usr/local/share/aclocal/ltdl.m4:260: warning: underquoted definition of
AC_LTDL_DLSYM_USCORE
/usr/local/share/aclocal/libtool.m4:153: warning: underquoted definition
of _LT_AC_CHECK_DLFCN
/usr/local/share/aclocal/libtool.m4:508: warning: underquoted definition
of _LT_AC_TRY_DLOPEN_SELF
/usr/local/share/aclocal/libtool.m4:595: warning: underquoted definition
of AC_LIBTOOL_DLOPEN_SELF
aclocal:configure.ac:532: warning: macro `AM_PATH_LIBGCRYPT' not found in
library
aclocal:configure.ac:1404: warning: macro `AM_PATH_GTK_3_0' not found in
library
aclocal:configure.ac:1417: warning: macro `AM_PATH_GTK_2_0' not found in
library
aclocal:configure.ac:1525: warning: macro `AM_PATH_GLIB_2_0' not found in
library
aclocal:configure.ac:1532: warning: macro `AM_PATH_GLIB_2_0' not found in
library


and after ./autogen.sh i get :
haythem@haythem-VirtualBox:~/wireshark$ ./autogen.sh
Useless use of /d modifier in transliteration operator at
/usr/local/share/automake-1.9/Automake/Wrap.pm line 60.
aclocal -I ./aclocal-fallback -I /usr/share/aclocal
/usr/local/share/aclocal/ltdl.m4:27: warning: underquoted definition of
AC_LIB_LTDL
  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/ltdl.m4:58: warning: underquoted definition of
AC_LTDL_ENABLE_INSTALL
/usr/local/share/aclocal/ltdl.m4:68: warning: underquoted definition of
AC_LTDL_SYS_DLOPEN_DEPLIBS
/usr/local/share/aclocal/ltdl.m4:94: warning: underquoted definition of
AC_LTDL_SHLIBEXT
/usr/local/share/aclocal/ltdl.m4:114: warning: underquoted definition of
AC_LTDL_SHLIBPATH
/usr/local/share/aclocal/ltdl.m4:126: warning: underquoted definition of
AC_LTDL_SYSSEARCHPATH
/usr/local/share/aclocal/ltdl.m4:150: warning: underquoted definition of
AC_LTDL_OBJDIR
/usr/local/share/aclocal/ltdl.m4:172: warning: underquoted definition of
AC_LTDL_DLPREOPEN
/usr/local/share/aclocal/ltdl.m4:190: warning: underquoted definition of
AC_LTDL_DLLIB
/usr/local/share/aclocal/ltdl.m4:221: warning: underquoted definition of
AC_LTDL_SYMBOL_USCORE
/usr/local/share/aclocal/ltdl.m4:260: warning: underquoted definition of
AC_LTDL_DLSYM_USCORE
/usr/local/share/aclocal/libtool.m4:153: warning: underquoted definition
of _LT_AC_CHECK_DLFCN
/usr/local/share/aclocal/libtool.m4:508: warning: underquoted definition
of _LT_AC_TRY_DLOPEN_SELF
/usr/local/share/aclocal/libtool.m4:595: warning: underquoted definition
of AC_LIBTOOL_DLOPEN_SELF
libtoolize --copy --force
You should update your `aclocal.m4' by running aclocal.
autoheader
automake --add-missing --gnu
Useless use of /d modifier in transliteration operator at
/usr/local/share/automake-1.9/Automake/Wrap.pm line 60.
autoconf

Now type "./configure [options]" and "make" to compile Wireshark.

Why do you want to fix those warnings? They are harmless.
As started by the log output, now you need to do ./configure and then make.
See
http://www.wireshark.org/docs/wsdg_html_chunked/ChSrcBuildFirstTime.html#_building_on_unix

Or you can switch to cmake as suggested by Peter.

Regards,
Pascal.

haythem
Le Dimanche 6 avril 2014 13h15, khemis haythem <khemis.haythem () yahoo fr>
a écrit :


Khemis Haythem
Adresse : Boite Postale 101  4118, Mednine
GSM : +216 55 69 19 90
E-mail : khemis.haythem () yahoo fr
Statut : Élève ingénieur
Spatialité : Génie des Communications et des
Réseaux
Ecole : Ecole National d'Ingénieurs de Gabes

hello
really i haven't tried using cmake instead of autofoo
but when i can use cmake ?
and about the the full output, is like these picture :
after $aclocal i get :
aclocal.png
and after ./autogen.sh i get :
autogen_sh.png
haythem
Le Dimanche 6 avril 2014 12h58, Peter Wu <lekensteyn () gmail com> a écrit :
Hi,

On Sunday 06 April 2014 12:52:32 khemis haythem wrote:
i m trying to build envirenement
1- ./autogen.sh
you should update your 'aclocal.m4' by running aclocal
what to do ?? i m blocked here for 2 days who can help me ?


Posting the same question a day later won't speed up getting answers.
It would help if you post the full output.

Have you tried using cmake instead of autofoo? It improved build speed
for me and allows you to keep a clean source tree, separated from the
objects directory.

Peter







___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org
?subject=unsubscribe
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: