Re: [Wireshark-dev] Latest SVN (r38309) doesn't compile (packet-6lowpan.c)

2011-08-03 Thread Marc Petit-Huguenin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I moved back to gcc-4.6 and the new Debian version 4.6.1-5 is now building Wireshark fine. On 08/02/2011 09:24 AM, Bill Meier wrote: > On 8/2/2011 11:19 AM, Marc Petit-Huguenin wrote: >> >> I had the same exact problem when my Debian sid distribution

Re: [Wireshark-dev] Latest SVN (r38309) doesn't compile (packet-6lowpan.c)

2011-08-02 Thread Bill Meier
On 8/2/2011 11:19 AM, Marc Petit-Huguenin wrote: I had the same exact problem when my Debian sid distribution updated the gcc 4.6 compiler. I use 4.5 instead, and everything works. Um... I suspect you had a slightly different problem when compiling with GCC 4.6 which added a check for "un

Re: [Wireshark-dev] Latest SVN (r38309) doesn't compile (packet-6lowpan.c)

2011-08-02 Thread Marc Petit-Huguenin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/02/2011 03:47 AM, Kaul wrote: > Fedora15/x64, r38309: > > packet-6lowpan.c: In function 'dissect_6lowpan_frag_first': > packet-6lowpan.c:2125:25: error: 'save_fragmented' undeclared (first use in > this > function) > packet-6lowpan.c:2125:25: n

Re: [Wireshark-dev] Latest SVN (r38309) doesn't compile (packet-6lowpan.c)

2011-08-02 Thread Kaul
Strange indeed. I don't recall ever touching that dissector. Sorry for the noise. Y. On Tue, Aug 2, 2011 at 4:42 PM, Bill Meier wrote: > On 8/2/2011 6:47 AM, Kaul wrote: > >> Fedora15/x64, r38309: >> >> packet-6lowpan.c: In function 'dissect_6lowpan_frag_first': >> packet-6lowpan.c:2125:25: erro

Re: [Wireshark-dev] Latest SVN (r38309) doesn't compile (packet-6lowpan.c)

2011-08-02 Thread Bill Meier
On 8/2/2011 6:47 AM, Kaul wrote: Fedora15/x64, r38309: packet-6lowpan.c: In function 'dissect_6lowpan_frag_first': packet-6lowpan.c:2125:25: error: 'save_fragmented' undeclared (first use in this function) packet-6lowpan.c:2125:25: note: each undeclared identifier is reported only once for each

[Wireshark-dev] Latest SVN (r38309) doesn't compile (packet-6lowpan.c)

2011-08-02 Thread Kaul
Fedora15/x64, r38309: packet-6lowpan.c: In function 'dissect_6lowpan_frag_first': packet-6lowpan.c:2125:25: error: 'save_fragmented' undeclared (first use in this function) packet-6lowpan.c:2125:25: note: each undeclared identifier is reported only once for each function it appears in packet-6lowp