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

  const nsCaseInsensitiveStringComparator ciComparator =
nsCaseInsensitiveStringComparator();

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/770836

Title:
  kompozer version 1:0.8~b3.dfsg.1-0.1 failed to build on amd64 with
  GCC-4.6/oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kompozer/+bug/770836/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to