Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Compilation issue on Mac OS

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 21 Apr 2017 14:38:07 -0700
On Apr 21, 2017, at 2:33 PM, ajay saxena <aileronajay@xxxxxxxxx> 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.