[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-05-16 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #22 from Gerrit Code Review --- Change 27584 merged by Guy Harris: Pick up some compiler-specific flags from autotools. https://code.wireshark.org/review/27584 -- You are receiving this mail because: You are watching all bug

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-05-16 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #21 from Gerrit Code Review --- Change 27584 had a related patch set uploaded by Guy Harris: Pick up some compiler-specific flags from autotools. https://code.wireshark.org/review/27584 -- You are receiving this mail because

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-04-02 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #17 from Gerrit Code Review --- Change 26716 had a related patch set uploaded by Guy Harris: Pick up some compiler-specific flags from autotools. https://code.wireshark.org/review/26716 -- You are receiving this mail because

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-04-02 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #20 from Gerrit Code Review --- Change 26717 merged by Guy Harris: Pick up some compiler-specific flags from autotools. https://code.wireshark.org/review/26717 -- You are receiving this mail because: You are watching all bug

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-04-02 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #19 from Gerrit Code Review --- Change 26717 had a related patch set uploaded by Guy Harris: Pick up some compiler-specific flags from autotools. https://code.wireshark.org/review/26717 -- You are receiving this mail because

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-04-02 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #18 from Gerrit Code Review --- Change 26716 merged by Guy Harris: Pick up some compiler-specific flags from autotools. https://code.wireshark.org/review/26716 -- You are receiving this mail because: You are watching all bug

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-26 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #16 from Guy Harris --- (In reply to Anders Broman from comment #15) > (In reply to Richard Lloyd from comment #14) > > cmake is a bit of an issue - I can build it on HP-UX, but it doesn't pass > > its test suite fully, I didn'

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-26 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #15 from Anders Broman --- (In reply to Richard Lloyd from comment #14) > cmake is a bit of an issue - I can build it on HP-UX, but it doesn't pass > its test suite fully, I didn't use Qt in Wireshark 2.X - I stuck to a GTK+2 >

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-26 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #14 from Richard Lloyd --- cmake is a bit of an issue - I can build it on HP-UX, but it doesn't pass its test suite fully, I didn't use Qt in Wireshark 2.X - I stuck to a GTK+2 (could have tried GYK+3 as well) build, so as long

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-24 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 Peter Wu changed: What|Removed |Added CC||pe...@lekensteyn.nl --- Comment #13 fr

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #12 from Guy Harris --- (In reply to Richard Lloyd from comment #10) > Tracked down the version symbol issue - my build has ENABLE_STATIC defined > and > all the plugins/*/plugin.c files skip various definitions, causing the >

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 Guy Harris changed: What|Removed |Added Status|INCOMPLETE |RESOLVED Resolution|---

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #10 from Richard Lloyd --- Yes, it compiles with "aCC -o main main.cc", so the -Wp flag should only be added to CFLAGG. Tracked down the version symbol issue - my build has ENABLE_STATIC defined and all the plugins/*/plugin.c

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #9 from Guy Harris --- (In reply to Richard Lloyd from comment #8) > I didn't actually compile using aCC (HP's ANSI C++) because I was building > with a GTK+2 interface and not Qt (it seems the only C++ files in wireshark > are

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #8 from Richard Lloyd --- I didn't actually compile using aCC (HP's ANSI C++) because I was building with a GTK+2 interface and not Qt (it seems the only C++ files in wireshark are for the Qt interface). However, I created a h

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 Guy Harris changed: What|Removed |Added Status|UNCONFIRMED |INCOMPLETE Ever confirmed|0

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #6 from Gerrit Code Review --- Change 26605 merged by Guy Harris: Add -Wp,-H20 with HP's C compiler. https://code.wireshark.org/review/26605 -- You are receiving this mail because: You are watching all bug changes.__

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #5 from Gerrit Code Review --- Change 26605 had a related patch set uploaded by Guy Harris: Add -Wp,-H20 with HP's C compiler. https://code.wireshark.org/review/26605 -- You are receiving this mail because: You are watch

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #1 from Gerrit Code Review --- Change 26603 had a related patch set uploaded by Guy Harris: Add -Wp,-H20 with HP's C compiler. https://code.wireshark.org/review/26603 -- You are receiving this mail because: You are watch

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #2 from Gerrit Code Review --- Change 26603 merged by Guy Harris: Add -Wp,-H20 with HP's C compiler. https://code.wireshark.org/review/26603 -- You are receiving this mail because: You are watching all bug changes.__

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #3 from Gerrit Code Review --- Change 26604 had a related patch set uploaded by Guy Harris: Add -Wp,-H20 with HP's C compiler. https://code.wireshark.org/review/26604 -- You are receiving this mail because: You are watch

[Wireshark-bugs] [Bug 14554] HP-UX HP ANSI C requires -Wp, -H200000 flag to compile

2018-03-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14554 --- Comment #4 from Gerrit Code Review --- Change 26604 merged by Guy Harris: Add -Wp,-H20 with HP's C compiler. https://code.wireshark.org/review/26604 -- You are receiving this mail because: You are watching all bug changes.__