Summary: | XawInit.h should include Instrinsic.h | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Daniel Stone <daniel> | ||||
Component: | Lib/Xaw | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | normal | ||||||
Priority: | high | Keywords: | patch | ||||
Version: | 6.8.2 | ||||||
Hardware: | x86 (IA32) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
FreeDesktop Bugzilla Database Corruption Fix User
2005-06-12 07:22:05 UTC
Why exactly to build it? What happened to this bug? The contents seem to have vanished. If XawInit.h is used for configure checks (odd, but true, it happens: AC_CHECK_HEADER(X11/Xaw/XawInit.h) has been spotted in the wild) the fact that it's not self-contained means "extern Widget XawOpenApplication" refers to stuff that's unknown to the compiler. The freedesktop bugzilla database was corrupted in a disk crash last summer, and the contents of some bugs were lost - this was one, which was why it was marked "[BROKEN BUG]" until someone could restore the original contents/request/report. I've done that. I'm clicking the Reassign button so it goes out of NEEDINFO state for now. Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future. Created attachment 39822 [details] [review] Proposed patch <X11/Intrinsic.h> looks like a good candidate indeed. A trivial test program now compiles successfully. Thanks for the patch, pushed to git master. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.