- assigned_to: nobody --> courtjester
I tried a dpkg-buildpackage build on Ubuntu Edgy of the scim-kmfl-imengine package from the Ubuntu-ised sources provided in your website. But after installing the build dependencies that dpkg-buildpackage asked for, I still found that the following error was raised:
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for intltool >= 0.22... 0.34.1 found
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
make: *** [config.status] Error 1
$
I solved this error by installing the package libxml-parser-perl (which is at version 2.34-4 on my system which may or may not matter to the build).
But I feel that this package should be declared in the debian/control file as a build-depends.
Please implement this. Thank you.