Closed
Bug 176556
Opened 22 years ago
Closed 22 years ago
gtk2 build fails with --disable-accessibility
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.2final
People
(Reporter: tommi.komulainen, Assigned: blizzard)
References
Details
Attachments
(1 file)
1.01 KB,
patch
|
netscape
:
review+
roc
:
approval+
|
Details | Diff | Splinter Review |
gtk2 build tries to compile nsAccessibilityInterface.cpp even if
--disable-accessibility configuration option is used. This causes the build to
fail because some accessibility interface headers are not found.
Reporter | ||
Comment 1•22 years ago
|
||
This patch makes the accessibility related files to be included in the build
only if accessibility is enabled.
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•22 years ago
|
||
*** Bug 177185 has been marked as a duplicate of this bug. ***
Comment 3•22 years ago
|
||
Comment on attachment 104015 [details] [diff] [review]
Exclude accessibility files if disabled
r=cls on the Makefile changes though it'd be nice if one of the gtk2 owners
stepped up and ok'd the patch.
Attachment #104015 -
Flags: review+
Comment on attachment 104015 [details] [diff] [review]
Exclude accessibility files if disabled
a=roc+moz for trunk
Attachment #104015 -
Flags: approval+
Comment 6•22 years ago
|
||
Patch has been checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.2final
Comment 7•22 years ago
|
||
Hi, Whilst trying to compile trunk of 2002-11-08-08, I got the following errors
when I had --disable-accessibility in my configure line
I was trying to compile a xft+gtk2 build
In file included from nsAccessibilityInterface.cpp:49:
nsAccessibilityInterface.h:45:27: nsIAccessible.h: No such file or directory
make[4]: *** [nsAccessibilityInterface.o] Error 1
If I remove --disable-accessibility from the configure command line, it compiles
successfully
Comment 8•22 years ago
|
||
Do we need a gtk2+xft-accessibility tinderbox?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 10•22 years ago
|
||
There's already a gtk2 tinderbox, but it has accessibility turned on, since
that's important to us.
Assignee | ||
Comment 11•22 years ago
|
||
This was checked in a while ago.
Status: NEW → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•