ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-users: [Wireshark-users] build problem

From: "bitmus DA" <d.bitmus@xxxxxxxxx>
Date: Fri, 22 Feb 2008 11:40:17 +0800
Hi.All

i wan to use wireshark for just view packet, not for capture.
so i run ./configure --without-pcap
and then make.
but make is giving error below

...
packet_list.c: In function 'packet_list_check_end':
packet_list.c:793: error: 'auto_scroll_live' undeclared (first use in
this function)
packet_list.c:793: error: (Each undeclared identifier is reported only once
packet_list.c:793: error: for each function it appears in.)
packet_list.c:794: warning: implicit declaration of function
'menu_auto_scroll_live_changed'
make[2]: *** [packet_list.o] Error 1
make[2]: Leaving directory `/home/espoper/wireshark-0.99.7/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/espoper/wireshark-0.99.7'
make: *** [all] Error 2

i googled but found nothing.
plz help me.
thanks