Wireshark-bugs: [Wireshark-bugs] [Bug 9290] New: Wireshark configure script doesn't recognize Co
Bug ID |
9290
|
Summary |
Wireshark configure script doesn't recognize Command Line Tools
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
unspecified
|
Hardware |
x86
|
OS |
Mac OS X 10.7
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
bugzilla-admin@wireshark.org
|
Reporter |
misty@brew.sh
|
Build Information:
Tested on Mac OS X 10.7.5 using the latest Command Line Tools package
--
The Wireshark configure script doesn't recognize the layout of the Mac OS X
Command Line Tools developer tools, and refuses to build on this configuration.
To provide some background information - in Xcode 4.3, Apple split Xcode into
two packages, the Xcode application bundle (structured like the /Developer
directory in older versions of Xcode) and the Command Line Tools, a ~100MB
package that installs compilers and headers into the standard Unix /usr
locations, as well as the system frameworks' headers. The CLT doesn't contain
Xcode-specific tools like xcodebuild, but does have Apple's proprietary
headers.
Wireshark currently assumes that the OS X SDKs will be available and exits with
an error message if they can't be found, but these only exist in Xcode; the CLT
doesn't have "SDKs" per se since it installs just the headers for the active OS
version. It actually builds just fine if the check is removed, since the CLT
provides everything that Wireshark uses.
You are receiving this mail because:
- You are watching all bug changes.