Wireshark mailing list archives

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


From: Evan Huus <eapache () gmail com>
Date: Fri, 1 Aug 2014 21:10:54 -0400

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 me using cmake).



On Fri, Aug 1, 2014 at 9:00 PM, Wireshark code review <
code-review-do-not-reply () wireshark org> wrote:

URL:
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6b11cd97f2153bb015ade6efd05929999de85457
Submitter: Evan Huus (eapache () gmail com)
Changed: branch: master
Repository: wireshark

Commits:

6b11cd9 by Jeff Morriss (jeff.morriss.ws () gmail com):

    Make Lua taps work in out-of-source-tree builds.

    make-taps.pl needs to know where to find the source files otherwise
none of
    the tap data gets built correctly.

    This makes the wslua test suite run in out-of-source-tree builds too.

    Change-Id: I059474d90d59e87bd57dba18530a66a927a014cf
    Reviewed-on: https://code.wireshark.org/review/3337
    Reviewed-by: Evan Huus <eapache () gmail com>


Actions performed:

    from  69d0788   CompiledFilterOutput dialog fixes and updates.
    adds  6b11cd9   Make Lua taps work in out-of-source-tree builds.


Summary of changes:
 epan/wslua/CMakeLists.txt |    1 +
 epan/wslua/Makefile.am    |    8 ++++----
 epan/wslua/make-taps.pl   |   16 +++++++++-------
 3 files changed, 14 insertions(+), 11 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <
wireshark-commits () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request () wireshark org
?subject=unsubscribe

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: