Comment # 8
on bug 10572
from Guy Harris
(In reply to Jeff Morriss from comment #7)>
> (I think our configure script is going about all the Lua detection
> incorrectly; we should just use pkg-config.
Only if Lua, as installed out of the box from a tarball from the Pontifícia
Universidade Católica do Rio de Janeiro, installs .pc files, and that doesn't
appear to be the case:
$ pwd
/Users/gharris/src/cmd/wireshark.git
$ ./wireshark --version
Wireshark 1.99.2 (v1.99.2rc0-800-gdb6f733 from master)
...
Compiled (64-bit) with Qt 5.3.1, with libpcap, without POSIX capabilities, with
libz 1.2.5, with GLib 2.36.0, with SMI 0.4.8, with c-ares 1.10.0, with Lua 5.2,
...
$ pkg-config --cflags lua
Package lua was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua' found
$ pkg-config --list-all
gio-unix-2.0 GIO unix specific APIs - unix specific headers for glib
I/O library
omniConnectionMgmt4 omniConnectionMgmt4 - Connection management extension for
omniORB4
Qt5Qml Qt5 Qml - Qt Qml module
cairo-xcb cairo-xcb - XCB surface backend for cairo graphics
library
applewmproto AppleWMProto - AppleWM extension headers
gio-2.0 GIO - glib I/O library
xcb-cursor XCB cursor library - XCB cursor utility library
xf86dgaproto XF86DGAProto - XF86DGA extension headers
Qt5Nfc Qt5 Nfc - Qt Nfc module
xorg-server xorg-server - Modular X.Org X Server
...
You are receiving this mail because:
- You are watching all bug changes.