GNOME Bugzilla – Bug 512408
epiphany doesn't compile with gcc-4.3 (gentoo package)
Last modified: 2008-01-27 17:46:32 UTC
Please describe the problem: epiphany doesn't compile with gcc-4.3 Compiler complains about the repeating arguments in the same routine. Fix is trivial - see attached patch Steps to reproduce: 1. emerge epiphany 2. 3. Actual results: g.o mv -f .deps/libephymozillaembed_la-EphySingle.Tpo .deps/libephymozillaembed_la-EphySingle.Plo mv -f .deps/libephymozillaembed_la-GeckoCookiePromptService.Tpo .deps/libephymozillaembed_la-GeckoCookiePromptService.Plo In file included from EventContext.cpp:79: EphyBrowser.h:190: error: multiple parameters named 'aURI' make[4]: *** [libephymozillaembed_la-EventContext.lo] Error 1 mv -f .deps/libephymozillaembed_la-GeckoFormSigningDialog.Tpo .deps/libephymozillaembed_la-GeckoFormSigningDialog.Plo mv -f .deps/libephymozillaembed_la-EphyUtils.Tpo .deps/libephymozillaembed_la-EphyUtils.Plo make[4]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.20.3/work/epiphany-2.20.3/embed/mozilla' ma Expected results: just go on with the compilation :-) Does this happen every time? Yes! Other information: see the attachement
Created attachment 103827 [details] [review] patch to compile epiphany with gcc-4.3 This is the patch to compile epiphany-2.20.0 with gcc-4.3.0
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 512027 ***