#40782: wireshark: update to 2.0.1 ------------------------------+--------------------- Reporter: ryandesign@… | Owner: ricci@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: wireshark-devel | ------------------------------+--------------------- Comment (by mojca@…): The configuration looks fine: {{{ -- Checking for one of the modules 'lua5.2;lua-5.2;lua52;lua5.1;lua-5.1;lua51;lua5.0;lua-5.0;lua50' -- Found LUA: /opt/local/lib/lua-5.2/liblua-5.2.dylib (found version "502") -- LUA FOUND -- LUA includes: /opt/local/include/lua-5.2 -- LUA libs: /opt/local/lib/lua-5.2/liblua-5.2.dylib }}} but the problem is in the order of arguments: {{{ /path/to/wireshark2/work/wireshark-2.0.1/epan && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DWS_BUILD_DLL -Depan_EXPORTS -isystem /opt/local/include -I/path/to/wireshark2/work/wireshark-2.0.1 -I/path/to/wireshark2/work/wireshark-2.0.1/epan -I/path/to/wireshark2/work/wireshark-2.0.1/tools/lemon -I/path/to/wireshark2/work/wireshark-2.0.1/wiretap -isystem /opt/local/include/glib-2.0 -isystem /opt/local/lib/glib-2.0/include -isystem /opt/local/include/lua-5.2 -isystem /opt/local/libexec/qt4/include -isystem /opt/local/libexec/qt4/include/QtGui -isystem /opt/local/libexec/qt4/include/QtCore -I/opt/local/libexec/qt4/include/QtMultimedia -I/path/to/wireshark2/work/wireshark-2.0.1/epan/dfilter -I/path/to/wireshark2/work/wireshark-2.0.1/epan/dissectors -I/path/to/wireshark2/work/wireshark-2.0.1/epan/ftypes -I/path/to/wireshark2/work/wireshark-2.0.1/epan/wslua -I/path/to/wireshark2/work/wireshark-2.0.1/epan/nghttp2 -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Qunused-arguments -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style- definition -Wstrict-prototypes -Wshorten-64-to-32 -pipe -Os -fvisibility=hidden -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 -fPIC -o CMakeFiles/epan.dir/wslua/lua_bitop.c.o -c /path/to/wireshark2/work/wireshark-2.0.1/epan/wslua/lua_bitop.c }}} That is `'-isystem /opt/local/include'` comes before `'-isystem /opt/local/include/lua-5.2'`. -- Ticket URL: <https://trac.macports.org/ticket/40782#comment:64> MacPorts <https://www.macports.org/> Ports system for OS X