Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] help about compile the latest version of wireshark

From: 徐锋南 <fragno12@xxxxxxxxx>
Date: Wed, 29 Dec 2010 16:57:47 +0800
I am using Ubuntu 10.10 and I use autogen.sh ./configure make make install to build the wireshark, but There is problem like this 

capture-pcap-util.c:274: error: static declaration of ‘pcap_datalink_name_to_val’ follows non-static declaration
/usr/local/include/pcap/pcap.h:326: note: previous declaration of ‘pcap_datalink_name_to_val’ was here
capture-pcap-util.c:289: error: static declaration of ‘pcap_datalink_val_to_name’ follows non-static declaration
/usr/local/include/pcap/pcap.h:327: note: previous declaration of ‘pcap_datalink_val_to_name’ was here
make[2]: *** [wireshark-capture-pcap-util.o] 错误 1
make[2]:正在离开目录 `/home/fragno/Documents/wireshark'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/fragno/Documents/wireshark'
make: *** [all] 错误 2

anybody who can help me?? Thanks.