Wireshark mailing list archives

Re: Compilation issue on Mac OS


From: ajay saxena <aileronajay () gmail com>
Date: Fri, 21 Apr 2017 16:47:39 -0400

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>

*         ^*

On Fri, Apr 21, 2017 at 4:29 PM, Guy Harris <guy () alum mit edu> wrote:

What happens if you add a

        #include <lua.h>

header line to epan/dissectors/packet-ip.c, and try recompiling?
____________________________________________________________
_______________
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

___________________________________________________________________________
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: