Wireshark mailing list archives

Re: Duplicate symbol warnings on Solaris


From: Albert Chin <wireshark-dev () mlists thewrittenword com>
Date: Wed, 12 Mar 2014 13:28:42 -0500

On Wed, Mar 12, 2014 at 03:22:07AM -0500, Albert Chin wrote:
On Wed, Mar 12, 2014 at 12:24:35AM -0700, Guy Harris wrote:

On Mar 11, 2014, at 1:55 PM, Albert Chin <wireshark-dev () mlists thewrittenword com> wrote:

The issue is with array variables declared as:
 epan/dissectors/packet-dcom.h:
   WS_DLL_PUBLIC const value_string dcom_hresult_vals[];
   WS_DLL_PUBLIC const value_string dcom_variant_type_vals[];
 epan/etypes.h:
   WS_DLL_PUBLIC const value_string etype_vals[];

Are these empty variable declarations legal?

If it's not expanding to something that includes "extern" in 1.10.5,
try the current top of the 1.10 branch; it should expand to
something that includes "extern" there.

Anyway, I'll check top of 1.10.

I patched our build of 1.10.5 with your
e856d75fbc248f4f08084b69dc1c51851ca83183 change from 1.10 and
everything is working now. Thanks.

-- 
albert chin (china () thewrittenword com)
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: