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
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
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
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