Bug ID |
10876
|
Summary |
'--disable-glibtest' not working
|
Product |
Wireshark
|
Version |
1.12.3
|
Hardware |
x86
|
OS |
other
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
GTK+ UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
I'm trying to run configure without having to test for gtk and glib like so:
./configure --enable-wireshark=no --disable-glibtest
But at one point in the log it'll give me this and fail:
checking for GLIB - version >= 2.16.0... no
Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: GLib 2.16.0 or later distribution not found.
I may just be confusing what these options actually do. But by the looks of the
message it shouldn't be trying to run a test program.
I've also tried --enable-glibtest=no instead of --disable-glibtest but get the
same results.
You are receiving this mail because:
- You are watching all bug changes.