Hi,
Thank you very much for the response. Now, I could get lots of error messages:
AutoSplitting blib/lib/Lingua/LinkParser/Simple.pm (blib/lib/auto/Ling
+ua/LinkParser/Simple)
/usr/bin/perl /usr/local/share/perl/5.10.0/ExtUtils/xsubpp -typemap /
+usr/share/perl/5.10/ExtUtils/typemap -typemap typemap LinkParser.xs
+> LinkParser.xsc && mv LinkParser.xsc LinkParser.c
Please specify prototyping behavior for LinkParser.xs (see perlxs manu
+al)
cc -c -I/home/aktest/link-4.1b/ -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -
+fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D
+_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\
+" -fPIC "-I/usr/lib/perl/5.10/CORE" -DDICTIONARY_DIR=\".\" LinkParse
+r.c
LinkParser.xs:5:27: error: link-includes.h: No such file or directory
LinkParser.c: In function ‘XS_Lingua__LinkParser_dictionary_create_lan
+g’:
LinkParser.c:124: error: ‘Dictionary’ undeclared (first use in this fu
+nction)
LinkParser.c:124: error: (Each undeclared identifier is reported only
+once
LinkParser.c:124: error: for each function it appears in.)
.....
I have searched for those errors and referred to incorrect link-grammar installations. I have installed link-grammar required for this module in /home/aktest/link-4.1b.
Is there anything I am missing obvious ? |