tags 577886 + patch thanks This bug is due to build configuration difference between xulrunner and mozvoikko. Xulrunner is now built with -std=gnu++0x, attached patch adds the same option to mozvoikko build. This fixes the build and short testing suggests that the extension seems to work on amd64.
I know nothing about the reasons behind the decision to use -std=gnu++0x for xulrunner and whether extensions are supposed to be built this way in the future. If this should be the standard configuration then I'd suggests that this option should be set automatically through pkg-config for all xulrunner using applications instead of patching this package. Harri --- rules (revision 3315) +++ rules (working copy) @@ -27,7 +27,7 @@ dh_testdir # Add here commands to compile the package. - $(MAKE) -f Makefile.xulrunner extension-files + CFLAGS=-std=gnu++0x $(MAKE) -f Makefile.xulrunner extension-files touch $@ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org