[Wireshark-dev] Build bot failure

2014-03-10 Thread Anders Broman
Hi, stock_icons.c:176: error: 'GTK_STOCK_CAPS_LOCK_WARNING' undeclared here (not in a function) stock_icons.c:242: error: 'GTK_STOCK_PAGE_SETUP' undeclared here (not in a function) stock_icons.c:246: error: 'GTK_STOCK_PRINT_ERROR' undeclared here (not in a function) stock_icons.c:247: error:

Re: [Wireshark-dev] Fix for Windows build.

2014-03-10 Thread Hadriel Kaplan
Sorry about that - I uploaded that commit before I made it a habit to turn on extra compiler warnings on my Mac OSX. :( It's surprising, though, since the files which caused you and others issues are from a very-widely-used Lua library that's been around for years. You'd think they'd have cle

Re: [Wireshark-dev] Fix for Windows build.

2014-03-10 Thread Pascal Quantin
2014-03-10 10:18 GMT+01:00 Anders Broman : > diff --git a/epan/wslua/lrexlib_algo.h b/epan/wslua/lrexlib_algo.h > > index 4aad145..ece7c8c 100644 > > --- a/epan/wslua/lrexlib_algo.h > > +++ b/epan/wslua/lrexlib_algo.h > > @@ -94,7 +94,7 @@ static int get_startoffset(lua_State *L, int stackpos, >

[Wireshark-dev] Fix for Windows build.

2014-03-10 Thread Anders Broman
diff --git a/epan/wslua/lrexlib_algo.h b/epan/wslua/lrexlib_algo.h index 4aad145..ece7c8c 100644 --- a/epan/wslua/lrexlib_algo.h +++ b/epan/wslua/lrexlib_algo.h @@ -94,7 +94,7 @@ static int get_startoffset(lua_State *L, int stackpos, size_t if(startoffset > 0) startoffset--; else if(star