[Bug 770836] Re: kompozer version 1:0.8~b3.dfsg.1-0.1 failed to build on amd64 with GCC-4.6/oneiric

2011-09-05 Thread Kevin M. Buckley
Bit more on this, the section C++ FE error: uninitialized const 'd' [-fpermissive], note: 'const class D' has no user-provided default constructor at http://gcc.gnu.org/wiki/VerboseDiagnostics suggests that const nsCaseInsensitiveStringComparator ciComparator; merely needs to be fixed by

[Bug 770836] Re: kompozer version 1:0.8~b3.dfsg.1-0.1 failed to build on amd64 with GCC-4.6/oneiric

2011-09-05 Thread Kevin M. Buckley
I don't pretend to understand the actual C++ issue here but the build log snippet that was posted misses something that might help solve the problem, vis, the two lines above the snippet which detail the actual error and where the compiler suggests how to avoid it /build/buildd/kompozer-0.8~b3

[Bug 63976] Re: [edgy] mgp segfaults on startup

2010-05-01 Thread Kevin M. Buckley
Righto, I tried an x86_64/CentOS and saw segfaults too, however I think I now have a fix here. In draw.c there are two calls to XftFontOpen that are terminated with a 0 (zero). Whist debugging MagicPoint, I'd stack-traced to the XftFontOpen calls and the following posting http://www.mail-archiv

[Bug 63976] Re: [edgy] mgp segfaults on startup

2010-04-29 Thread Kevin M. Buckley
I have seen a segfault with the distributed "sample.mpg" file for the karmic version on an x86_64/Ubuntu host. I recall it was occuring on the transition to Page 4 of that presentation. I am in the habit of building MagicPoint from the latest snapshot sources, (I suggested a small patch to the au