Closed Bug 798139 Opened 12 years ago Closed 12 years ago

m-c commit 6852e80e78c8 causes link error (`Accessible::Role()' isn't defined)

Categories

(Firefox :: Untriaged, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 798310

People

(Reporter: kdevel, Unassigned)

Details

User Agent: 

Steps to reproduce:

1. compile m-c 5fa8ef202444
2. backout http://hg.mozilla.org/mozilla-central/rev/6852e80e78c8
3. compile again


Actual results:

1. link error
... fontconfig   -lgtk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfreetype -lz -lfontconfig -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -lXt -lgthread-2.0 -lfreetype -lz    -ldl  -lrt    
../../accessible/src/atk/nsMaiInterfaceTable.o: In function `getRowHeaderCB':
nsMaiInterfaceTable.cpp:(.text.getRowHeaderCB+0x67): undefined reference to `Accessible::Role()'
../../accessible/src/atk/nsMaiInterfaceTable.o: In function `getColumnHeaderCB':
nsMaiInterfaceTable.cpp:(.text.getColumnHeaderCB+0x67): undefined reference to `Accessible::Role()'
/usr/bin/ld: libxul.so: hidden symbol `Accessible::Role()' isn't defined
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[5]: *** [libxul.so] Error 1
3. success


Expected results:

1. success
Compiler used: GCC 4.6.3
OS: Other → Linux
Hardware: Other → x86_64
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.