[Wireshark-dev] WARNING aclocal

2014-04-06 Thread khemis haythem


 
Khemis Haythem
Adresse : Boite Postale 101  4118, Mednine
GSM : +216 55 69 19 90
E-mail : khemis.hayt...@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 
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 ? 
haythem  ___
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-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] WARNING aclocal

2014-04-06 Thread Peter Wu
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-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] WARNING aclocal

2014-04-06 Thread Peter Wu
On Sunday 06 April 2014 13:15:07 khemis haythem wrote:
 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 

Are you serious? Top-posting on a list... OK. But please
do not send pictures of command output if you could as well
copy it and insert the output in the mail.

Usage of cmake:
mkdir /tmp/wsbuild  cd /tmp/wsbuild  # /tmp/wsbuild it output dir
# The configure step, you can also use cmake-gui if you prefer
cmake ~/wireshark
make
make install

Examples for cmake:
https://git.lekensteyn.nl/peter/wireshark-notes/tree/notes.txt
https://github.com/Lekensteyn/aur/blob/master/wireshark/PKGBUILD#L34

Be sure to install appropriate headers and libraries... On Ubuntu you
can use sudo apt-get build-dep wireshark for that.

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-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] WARNING aclocal

2014-04-06 Thread khemis haythem


 
Khemis Haythem
Adresse : Boite Postale 101  4118, Mednine
GSM : +216 55 69 19 90
E-mail : khemis.hayt...@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.
haythem 
Le Dimanche 6 avril 2014 13h15, khemis haythem khemis.hayt...@yahoo.fr a 
écrit :
 


 
Khemis Haythem
Adresse : Boite Postale 101  4118, Mednine
GSM : +216 55 69 19 90
E-mail : khemis.hayt...@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 lekenst...@gmail.com a écrit :
 
Hi,


On Sunday 06 April 2014 12:52:32 khemis 

Re: [Wireshark-dev] WARNING aclocal

2014-04-06 Thread Pascal Quantin
Hi,

Le 6 avr. 2014 14:24, khemis haythem khemis.hayt...@yahoo.fr a écrit :



 Khemis Haythem
 Adresse : Boite Postale 101  4118, Mednine
 GSM : +216 55 69 19 90
 E-mail : khemis.hayt...@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.hayt...@yahoo.fr
a écrit :


 Khemis Haythem
 Adresse : Boite Postale 101  4118, Mednine
 GSM : +216 55 69 19 90
 E-mail : khemis.hayt...@yahoo.fr
 Statut : Élève ingénieur
 Spatialité : Génie des Communications et des
 Réseaux
 Ecole 

Re: [Wireshark-dev] WARNING aclocal

2014-04-06 Thread Guy Harris

On Apr 6, 2014, at 5:24 AM, khemis haythem khemis.hayt...@yahoo.fr wrote:

 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

What versions of autoconf, automake, and libtool do you have installed?

This might be a bug in libtool or autoconf, which would not be our problem.
___
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-requ...@wireshark.org?subject=unsubscribe