Hi,
I want to install Wireshark on a Linux Fedora Core 4 kernel 2.6.16
I have done :
./configure --enable-ucd-snmp-compatibility
and when I run the make command I obtain :
In file included from /usr/include/glib-2.0/glib/gmacros.h:36,
from /usr/lib/glib-2.0/include/glibconfig.h:9,
from /usr/include/glib-2.0/glib/gtypes.h:30,
from /usr/include/glib-2.0/glib/galloca.h:30,
from /usr/include/glib-2.0/glib.h:30,
from version_info.c:29:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stddef.h:152: erreur:
syntax error before ‘typedef’
In file included from version_info.c:50:
/usr/include/ucd-snmp/version.h:9:2: error: #error "Please update your
headers or configure using --enable-ucd-snmp-compatibility"
version_info.c: In function ‘get_compiled_version_info’:
version_info.c:178: erreur: ‘VersionInfo’ undeclared (first use in this
function)
version_info.c:178: erreur: (Chaque identificateur non déclaré est
rapporté une seule fois
version_info.c:178: erreur: pour chaque fonction dans laquelle il apparaît.)
make[2]: *** [version_info.o] Erreur 1
make[2]: Leaving directory `/work/wireshark-0.99.1pre1'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/work/wireshark-0.99.1pre1'
make: *** [all] Erreur 2
I don't understand really what the problem is...
Best Regard
C G