Closed Bug 88762 Opened 23 years ago Closed 23 years ago

accessibility doesn't build with optimization

Categories

(Core :: XUL, defect)

x86
Linux
defect
Not set
major

Tracking

()

VERIFIED DUPLICATE of bug 88509

People

(Reporter: old-mozilla, Assigned: mozilla)

Details

c++ -o nsHTMLSelectAccessible.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" 
-DOJI   -I../../dist/include -I../../dist/include 
-I/usr/src/moz/mozilla/dist/include/nspr      -I/usr/X11R6/include   -fPIC  
-I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion 
-Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth 
-pedantic -Wno-long-long -pipe -fshort-wchar -pthread -O3  -DNDEBUG -DTRIMMED 
-I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../config-defs.h 
-Wp,-MD,.deps/nsHTMLSelectAccessible.pp nsHTMLSelectAccessible.cpp
nsHTMLSelectAccessible.cpp: In method `void
nsHTMLSelectWindowAccessible::GetBounds (nsRect &, nsIFrame **)':
nsHTMLSelectAccessible.cpp:652: `listControlFrame' is not a member of
type `nsLayoutAtoms'

machine is x86 RHL 7.1 with kernel and other updates, c++ version (gcc version 
actually) is 2.96, specifically:

Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-85)

this compiled just fine before your 29 June branch landing.


.mozconfig that yielded this is:

mk_add_options MOZ_MAKE_FLAGS=-j2                                              

ac_add_options --disable-tests
ac_add_options --disable-bidi
ac_add_options --enable-optimize=-O3
ac_add_options --disable-debug
ac_add_options --enable-strip-libs
ac_add_options --enable-crypto

The component here was suggested on IRC, please adjust if it's wrong. 
Preemprively assigning to the committer, and copying the sr=r=... feel free to 
remove yourselves if you're not interested.
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
Marking as a dupe of bug 88509

the problem is actually with the --disable-bidi 

*** This bug has been marked as a duplicate of 88509 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
verified dup
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.