Hello developers,
There is a warning generated by:
/trunk/asn1/camel/packet-camel-template.h
from svn revision 22245 that breaks my build on Ubuntu using GCC since GCC
options appears to be using -Werror
I see that the buildbot has picked up on the failure also:
http://buildbot.wireshark.org/trunk/
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../tools/lemon -I/usr/local/include -Werror -DINET6 "-D_U_=__attribute__((unused))" -g -O2 -Wall -W -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -I/usr/local/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -MT
libwireshark_la-camel-persistentdata.lo -MD -MP -MF .deps/libwireshark_la-camel-persistentdata.Tpo -c
camel-persistentdata.c -fPIC -DPIC -o .libs/libwireshark_la-camel-persistentdata.o
cc1: warnings being treated as errors
packet-camel-template.h:45: warning: array 'camel_err_code_string_vals'
assumed to have one element
make[3]: *** [libwireshark_la-camel-persistentdata.lo] Error 1
make[3]: Leaving directory
`/home/buildbot/bb-wireshark/trunk/ubuntu510x86/build/epan'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/buildbot/bb-wireshark/trunk/ubuntu510x86/build/epan'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/buildbot/bb-wireshark/trunk/ubuntu510x86/build'
make: *** [all] Error 2
program finished with exit code 2
I went back to svn revision 22244 to work around it.
Best Regards,
Steve
--
http://steve.kargs.net/