Re: Problems compiling Mozilla with GCC 4.5

2009-11-25 Thread Ehren Metcalfe
I just changed it, Firefox now compiles with 4.5! Thanks for your help, Ehren On Wed, Nov 25, 2009 at 8:11 AM, Ehren Metcalfe wrote: > Yup, ReturnString is inline: > http://hg.mozilla.org/mozilla-central/file/d76583175408/accessible/src/atk/nsAccessibleWrap.h#l114 > > I'll change it and try a

Re: Problems compiling Mozilla with GCC 4.5

2009-11-25 Thread Ehren Metcalfe
Yup, ReturnString is inline: http://hg.mozilla.org/mozilla-central/file/d76583175408/accessible/src/atk/nsAccessibleWrap.h#l114 I'll change it and try a build, Ehren On Wed, Nov 25, 2009 at 4:24 AM, Andrew Pinski wrote: > On Wed, Nov 25, 2009 at 1:17 AM, Andrew Haley wrote: >> >> Is the symbol

Re: Problems compiling Mozilla with GCC 4.5

2009-11-25 Thread Andrew Pinski
On Wed, Nov 25, 2009 at 1:17 AM, Andrew Haley wrote: > > Is the symbol > `nsAccessibleWrap::ReturnString(nsAString_internal&)::returnedString' > defined anywhere? This sounds like bug 41611. Is nsAccessibleWrap::ReturnString(nsAString_internal&) an inline function (which causes that variable to

Re: Problems compiling Mozilla with GCC 4.5

2009-11-25 Thread Andrew Haley
Ehren Metcalfe wrote: > I've recently come across a couple of issues trying to compile Firefox > trunk with 4.5 (I have a very simple plugin that I need to run on > mozilla-central). I've posted two bugs here > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42139 and here > http://gcc.gnu.org/bugzilla

Problems compiling Mozilla with GCC 4.5

2009-11-24 Thread Ehren Metcalfe
I've recently come across a couple of issues trying to compile Firefox trunk with 4.5 (I have a very simple plugin that I need to run on mozilla-central). I've posted two bugs here http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42139 and here http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42171 I''m not