Re: [Wireshark-dev] [Wireshark-commits] master 6b11cd9: Make Lua taps work in out-of-source-tree builds.

2014-08-01 Thread Evan Huus
Thanks Jeff, this gets me farther however lua out-of-tree is still failing for me, and it's actually because it can't find init.lua this time :) The error I am getting is: attempt to call global 'typeof' (a nil value) typeof is a function defined in init.lua (which is in ${BUILD_DIR}/epan/ for

Re: [Wireshark-dev] [Wireshark-commits] master 6b11cd9: Make Lua taps work in out-of-source-tree builds.

2014-08-01 Thread Jeff Morriss
Ahhh... The problem is cmake puts the generated files in the wrong directory (epan/ instead of epan/wslua/). /* load system's init.lua */ if (running_in_build_directory()) { /* Running from build directory, load generated file */ filename = g_strdup_printf(%s