Wireshark mailing list archives

Re: Compilation issue on Mac OS


From: Guy Harris <guy () alum mit edu>
Date: Fri, 21 Apr 2017 14:38:07 -0700

On Apr 21, 2017, at 2:33 PM, ajay saxena <aileronajay () gmail com> wrote:

Also cmake on the same source works, I would assume that it reads the header files from same locations unless it uses 
a fundamentally different resolution mechanism.

In both build processes, the resolution mechanism is in clang; the difference would be in what arguments (and 
environment variables?) it's passed.

Try doing

        make V=1

with autotools and

        make VERBOSE=1

with CMake, and show what the command used to build packet-ip.c is in both cases.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: