Re: electrolysis compilation error
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 7/23/09 4:47 PM, Tomas Klacko wrote: > What should I do to try to solve it? Different (suitable) gcc version? > > Can it be related to: > http://www.nabble.com/-Bug-c%2B%2B-35368---New:-With--pragma-visibility,-%60vtable-for-__cxxabiv1::__class_type_info%27-is-emitted-as-a-hidden-visibility-relocation-td15670264.html > ? Yes. You should either use a newer version of GCC (4.3+) or you should disable the visibility pragmas, see http://benjamin.smedbergs.us/blog/2006-03-28/gcc-and-visibility-one-step-forward-hit-a-brick-wall/ for instructions. --BDS