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:02:00 -0700
On Apr 21, 2017, at 1:47 PM, ajay saxena <aileronajay@xxxxxxxxx> wrote:

> So i added the include lua directive at the top of the file and now i get the error for lua
> 
> packet-ip.c:27:10: fatal error: 'lua.h' file not found
> #include <lua.h>
>          ^

...which works just fine for files in the epan directory, but not for files in the epan/dissectors directory.

You can remove the extra include; that was just a test.

Please send the Makefile in the epan directory, so I can compare it with the Makefile in the epan/dissectors directory (which you already sent).