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

Wireshark-bugs: [Wireshark-bugs] [Bug 2546] Execution of perl fails under wslua

Date: Tue, 20 May 2008 09:45:18 -0700 (PDT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2546





--- Comment #2 from LEGO <luis.ontanon@xxxxxxxxx>  2008-05-20 09:45:16 PDT ---
Same perl version here no problems.
Buildbot doing OK as well...

make-init-lua.pl has no exit or return statements so it looks like return code
'0xc0000142' comes from the interpreter.

First make sure that c:\perl\bin is in your path.

Second: Add this line to Makefile.nmake just above the ones that failed
        perl -e " die 'this is a perl error, so perl was loaded!'"

re run nmake, at this point either compilation has stopped and "this is a perl
error, so perl was loaded!" will be printed, or else for some reason perl is
not being invoked.

If perl is indeed runnable Can you try to cd epan/wslua and run the commands by
hand so we can get a glimpse of what's going on.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.