Re: [Wireshark-users] build problem

2008-02-28 Thread Guy Harris
bitmus DA wrote: i waited and downloaded version 0.99.8 then configured it --without-pcap and compiled. but error still here That's another bug, not fixed in 0.99.8, but fixed in the current SVN, so that *particular* fix should be in the next release. For better or worse, most developers

Re: [Wireshark-users] build problem

2008-02-28 Thread Michael Tuexen
On Feb 28, 2008, at 4:30 PM, Jeff Morriss wrote: Guy Harris wrote: bitmus DA wrote: i waited and downloaded version 0.99.8 then configured it --without-pcap and compiled. but error still here That's another bug, not fixed in 0.99.8, but fixed in the current SVN, so that *particular*

Re: [Wireshark-users] build problem

2008-02-28 Thread Jeff Morriss
Michael Tuexen wrote: On Feb 28, 2008, at 4:30 PM, Jeff Morriss wrote: Guy Harris wrote: bitmus DA wrote: i waited and downloaded version 0.99.8 then configured it --without-pcap and compiled. but error still here That's another bug, not fixed in 0.99.8, but fixed in the current SVN,

Re: [Wireshark-users] build problem

2008-02-28 Thread Gerald Combs
Jeff Morriss wrote: So we need with-libpcap and without, with gtk1 or gtk2? So the Mac OS X buildbot could build - gtk2 without libpcap - gtk1 with libpap (I'm not sure if gtk1 without libpcap makes much sense)... I've added extra steps to the OS X buildbot to configure and compile with the

Re: [Wireshark-users] build problem

2008-02-27 Thread bitmus DA
hi. sir i waited and downloaded version 0.99.8 then configured it --without-pcap and compiled. but error still here main.c: In function 'main': main.c:3051: warning: implicit declaration of function 'menu_auto_scroll_live_changed' main.c:3051: error: 'auto_scroll_live' undeclared (first use in

[Wireshark-users] build problem

2008-02-21 Thread bitmus DA
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)

Re: [Wireshark-users] build problem

2008-02-21 Thread Bill Meier
bitmus DA wrote: 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 It's a bug :( A fix will be committed momentarily to not compile the offending code if --without-pcap. Thanks for the report.

Re: [Wireshark-users] build problem

2008-02-21 Thread Stephen Fisher
On Thu, Feb 21, 2008 at 11:20:47PM -0500, Bill Meier wrote: bitmus DA wrote: 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 It's a bug :( A fix will be committed momentarily to not

Re: [Wireshark-users] build problem

2008-02-21 Thread Bill Meier
(Yon can download the updated sources for the two programs or you can apply the changes to your local source). Or wait for the next release as Steve stated Two notes: 2. There's still a problem compiling the separate program rawshark without pcap. You'll need to use

Re: [Wireshark-users] build problem

2008-02-21 Thread Bill Meier
Stephen Fisher wrote: On Thu, Feb 21, 2008 at 11:20:47PM -0500, Bill Meier wrote: bitmus DA wrote: 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 It's a bug :( A fix will be committed