[Fontconfig] Problem in Compilation of fontconfig2.2
Luis Gonçalves
lgoncalves at av.it.pt
Wed Dec 3 08:56:57 EST 2003
I do "./configure" and everything ok.
When I do "gmake" gives the following error
docbook2man fontconfig-devel.sgml
no element found at line 1, column 0, byte 0 at
/usr/local/lib/perl5/site_perl/5.8.2/i686-linux/XML/Parser.pm line 187
gmake[2]: *** [func.refs] Error 255
gmake[2]: Leaving directory `/home/lgoncalves/temp/fontconfig-2.2.0/doc'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/lgoncalves/temp/fontconfig-2.2.0'
gmake: *** [all-recursive-am] Error 2
*****************************************************
The versions of the programs are:
XML-PARSER 2.34
docbook2man-sgmlspl-1.0
*****************************************************
FILE
Parser.pm
if ($self->{Base}) {
$expat->base($self->{Base});
}
&$init($expat)
if defined($init);
my @result = ();
my $result;
eval {
$result = $expat->parse($arg); <------------------Line 187
};
my $err = $@;
if ($err) {
$expat->release;
die $err;
}
****************************************************************
Could anyone give me help ?
Thanks
Luis Gonçalves
More information about the Fontconfig
mailing list