Bug ID |
9614
|
Summary |
redefined errors for in packet_usb.c on OS X when using jhbuild
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
x86
|
OS |
Mac OS X 10.8
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 12421 [details]
Compile failure messages from packet-usb.c on OS X when using jhbuild
Build Information:
wireshark 1.11.3 (SVN Rev 54596 from /trunk)
Copyright 1998-2014 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with GTK+ 2.24.21, with Cairo 1.12.16, with Pango 1.36.0,
with
GLib 2.38.0, with libpcap, with libz 1.2.5, without POSIX capabilities, without
SMI, without c-ares, without ADNS, without Lua, without Python, without GnuTLS,
without Gcrypt, with MIT Kerberos, without GeoIP, without PortAudio, with
AirPcap.
Running on Mac OS X 10.8.5, build 12F45 (Darwin 12.5.0), with locale
en_US.UTF-8, with libpcap version 1.1.1, with libz 1.2.5, without AirPcap.
Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
Built using llvm-gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build
2336.11.00).
--
When using jhbuild environment on OS X building packet_usb.c fails with
redefined errors from a set of #define statement cloned from linux errno*.h
header(s).
The errors are similar to:
> packet-usb.c:595:1: error: "EAGAIN" redefined
See attached for compile transcript for the full set of errors.
You are receiving this mail because:
- You are watching all bug changes.