it's returning many errors, i just don't know which one is causing it to exit, i refrained from posting the whole output of make as it is quite long, but here it is, thanks:
cp lib/Lingua/LinkParser.pm blib/lib/Lingua/LinkParser.pm
cp lib/Lingua/LinkParser/Sentence.pm blib/lib/Lingua/LinkParser/Senten
+ce.pm
cp lib/Lingua/LinkParser/Dictionary.pm blib/lib/Lingua/LinkParser/Dict
+ionary.pm
cp lib/Lingua/LinkParser/Linkage/Sublinkage.pm blib/lib/Lingua/LinkPar
+ser/Linkage/Sublinkage.pm
cp lib/Lingua/LinkParser/Definitions.pm blib/lib/Lingua/LinkParser/Def
+initions.pm
AutoSplitting blib/lib/Lingua/LinkParser/Definitions.pm (blib/lib/auto
+/Lingua/LinkParser/Definitions)
cp lib/Lingua/LinkParser/Linkage/Word.pm blib/lib/Lingua/LinkParser/Li
+nkage/Word.pm
cp lib/Lingua/LinkParser/Linkage/Sublinkage/Link.pm blib/lib/Lingua/Li
+nkParser/Linkage/Sublinkage/Link.pm
cp lib/Lingua/LinkParser/Linkage.pm blib/lib/Lingua/LinkParser/Linkage
+.pm
cp lib/Lingua/LinkParser/Simple.pm blib/lib/Lingua/LinkParser/Simple.p
+m
AutoSplitting blib/lib/Lingua/LinkParser/Simple.pm (blib/lib/auto/Ling
+ua/LinkParser/Simple)
/usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp -typemap /usr/shar
+e/perl/5.10/ExtUtils/typemap -typemap typemap LinkParser.xs > LinkPa
+rser.xsc && mv LinkParser.xsc LinkParser.c
Please specify prototyping behavior for LinkParser.xs (see perlxs manu
+al)
cc -c -I/usr/local/include/link-grammar/ -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.13\" -DXS_VERSIO
+N=\"1.13\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DDICTIONARY_DIR=\".\"
+LinkParser.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:78: error: ‘Dictionary’ undeclared (first use in this fun
+ction)
LinkParser.c:78: error: (Each undeclared identifier is reported only o
+nce
LinkParser.c:78: error: for each function it appears in.)
LinkParser.c:78: error: expected ‘;’ before ‘RETVAL’
LinkParser.c:80: error: ‘RETVAL’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_dictionary_create_def
+ault_lang’:
LinkParser.c:100: error: ‘Dictionary’ undeclared (first use in this fu
+nction)
LinkParser.c:100: error: expected ‘;’ before ‘RETVAL’
LinkParser.c:102: error: ‘RETVAL’ undeclared (first use in this functi
+on)
LinkParser.c: In function ‘XS_Lingua__LinkParser_dictionary_create’:
LinkParser.c:126: error: ‘Dictionary’ undeclared (first use in this fu
+nction)
LinkParser.c:126: error: expected ‘;’ before ‘RETVAL’
LinkParser.c:128: error: ‘RETVAL’ undeclared (first use in this functi
+on)
LinkParser.c: In function ‘XS_Lingua__LinkParser_dictionary_delete’:
LinkParser.c:148: error: ‘Dictionary’ undeclared (first use in this fu
+nction)
LinkParser.c:148: error: expected ‘;’ before ‘dict’
LinkParser.c:154: error: ‘dict’ undeclared (first use in this function
+)
LinkParser.c: In function ‘XS_Lingua__LinkParser_dictionary_get_max_co
+st’:
LinkParser.c:180: error: ‘Dictionary’ undeclared (first use in this fu
+nction)
LinkParser.c:180: error: expected ‘;’ before ‘dict’
LinkParser.c:186: error: ‘dict’ undeclared (first use in this function
+)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_and_cost’:
LinkParser.c:212: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:212: error: expected ‘;’ before ‘linkage’
LinkParser.c:218: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_compute_union
+’:
LinkParser.c:244: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:244: error: expected ‘;’ before ‘linkage’
LinkParser.c:250: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_create’:
LinkParser.c:277: error: ‘Sentence’ undeclared (first use in this func
+tion)
LinkParser.c:277: error: expected ‘;’ before ‘sent’
LinkParser.c:278: error: ‘Parse_Options’ undeclared (first use in this
+ function)
LinkParser.c:278: error: expected ‘;’ before ‘opts’
LinkParser.c:279: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:279: error: expected ‘;’ before ‘RETVAL’
LinkParser.c:283: error: ‘sent’ undeclared (first use in this function
+)
LinkParser.c:292: error: ‘opts’ undeclared (first use in this function
+)
LinkParser.c:299: error: ‘RETVAL’ undeclared (first use in this functi
+on)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_delete’:
LinkParser.c:319: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:319: error: expected ‘;’ before ‘linkage’
LinkParser.c:323: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_disjunct_cost
+’:
LinkParser.c:348: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:348: error: expected ‘;’ before ‘linkage’
LinkParser.c:354: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_call_linkage_get_link
+_domain_names’:
LinkParser.c:382: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:382: error: expected ‘;’ before ‘linkage’
LinkParser.c:391: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.xs:89: warning: assignment makes pointer from integer witho
+ut a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_link_doma
+in_names’:
LinkParser.c:421: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:421: error: expected ‘;’ before ‘linkage’
LinkParser.c:427: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:434: warning: assignment makes pointer from integer witho
+ut a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_link_labe
+l’:
LinkParser.c:454: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:454: error: expected ‘;’ before ‘linkage’
LinkParser.c:461: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:468: warning: assignment makes pointer from integer witho
+ut a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_link_leng
+th’:
LinkParser.c:487: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:487: error: expected ‘;’ before ‘linkage’
LinkParser.c:494: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_link_llab
+el’:
LinkParser.c:520: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:520: error: expected ‘;’ before ‘linkage’
LinkParser.c:527: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:534: warning: assignment makes pointer from integer witho
+ut a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_link_lwor
+d’:
LinkParser.c:553: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:553: error: expected ‘;’ before ‘linkage’
LinkParser.c:560: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_link_num_
+domains’:
LinkParser.c:586: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:586: error: expected ‘;’ before ‘linkage’
LinkParser.c:593: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_link_rlab
+el’:
LinkParser.c:619: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:619: error: expected ‘;’ before ‘linkage’
LinkParser.c:626: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:633: warning: assignment makes pointer from integer witho
+ut a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_link_rwor
+d’:
LinkParser.c:652: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:652: error: expected ‘;’ before ‘linkage’
LinkParser.c:659: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_num_links
+’:
LinkParser.c:685: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:685: error: expected ‘;’ before ‘linkage’
LinkParser.c:691: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_num_subli
+nkages’:
LinkParser.c:717: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:717: error: expected ‘;’ before ‘linkage’
LinkParser.c:723: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_num_words
+’:
LinkParser.c:749: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:749: error: expected ‘;’ before ‘linkage’
LinkParser.c:755: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_sentence’
+:
LinkParser.c:781: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:781: error: expected ‘;’ before ‘linkage’
LinkParser.c:782: error: ‘Sentence’ undeclared (first use in this func
+tion)
LinkParser.c:782: error: expected ‘;’ before ‘RETVAL’
LinkParser.c:786: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:793: error: ‘RETVAL’ undeclared (first use in this functi
+on)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_violation
+_name’:
LinkParser.c:813: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:813: error: expected ‘;’ before ‘linkage’
LinkParser.c:819: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:826: warning: assignment makes pointer from integer witho
+ut a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_word’:
LinkParser.c:845: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:845: error: expected ‘;’ before ‘linkage’
LinkParser.c:852: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:859: warning: assignment makes pointer from integer witho
+ut a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_call_linkage_get_word
+s’:
LinkParser.c:880: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:880: error: expected ‘;’ before ‘linkage’
LinkParser.c:888: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.xs:166: warning: assignment makes pointer from integer with
+out a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_get_words’:
LinkParser.c:918: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:918: error: expected ‘;’ before ‘linkage’
LinkParser.c:923: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:930: warning: assignment makes pointer from integer witho
+ut a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_has_inconsist
+ent_domains’:
LinkParser.c:950: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:950: error: expected ‘;’ before ‘linkage’
LinkParser.c:956: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_is_canonical’
+:
LinkParser.c:982: error: ‘Linkage’ undeclared (first use in this funct
+ion)
LinkParser.c:982: error: expected ‘;’ before ‘linkage’
LinkParser.c:988: error: ‘linkage’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_is_improper’:
LinkParser.c:1014: error: ‘Linkage’ undeclared (first use in this func
+tion)
LinkParser.c:1014: error: expected ‘;’ before ‘linkage’
LinkParser.c:1020: error: ‘linkage’ undeclared (first use in this func
+tion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_link_cost’:
LinkParser.c:1046: error: ‘Linkage’ undeclared (first use in this func
+tion)
LinkParser.c:1046: error: expected ‘;’ before ‘linkage’
LinkParser.c:1052: error: ‘linkage’ undeclared (first use in this func
+tion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_post_process’
+:
LinkParser.c:1078: error: ‘Linkage’ undeclared (first use in this func
+tion)
LinkParser.c:1078: error: expected ‘;’ before ‘linkage’
LinkParser.c:1079: error: ‘PostProcessor’ undeclared (first use in thi
+s function)
LinkParser.c:1079: error: ‘postprocessor’ undeclared (first use in thi
+s function)
LinkParser.c:1083: error: ‘linkage’ undeclared (first use in this func
+tion)
LinkParser.c:1092: error: expected expression before ‘)’ token
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_print_diagram
+’:
LinkParser.c:1117: error: ‘Linkage’ undeclared (first use in this func
+tion)
LinkParser.c:1117: error: expected ‘;’ before ‘linkage’
LinkParser.c:1123: error: ‘linkage’ undeclared (first use in this func
+tion)
LinkParser.c:1130: warning: assignment makes pointer from integer with
+out a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_print_links_a
+nd_domains’:
LinkParser.c:1149: error: ‘Linkage’ undeclared (first use in this func
+tion)
LinkParser.c:1149: error: expected ‘;’ before ‘linkage’
LinkParser.c:1155: error: ‘linkage’ undeclared (first use in this func
+tion)
LinkParser.c:1162: warning: assignment makes pointer from integer with
+out a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_print_postscr
+ipt’:
LinkParser.c:1181: error: ‘Linkage’ undeclared (first use in this func
+tion)
LinkParser.c:1181: error: expected ‘;’ before ‘linkage’
LinkParser.c:1188: error: ‘linkage’ undeclared (first use in this func
+tion)
LinkParser.c:1195: warning: assignment makes pointer from integer with
+out a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_set_current_s
+ublinkage’:
LinkParser.c:1214: error: ‘Linkage’ undeclared (first use in this func
+tion)
LinkParser.c:1214: error: expected ‘;’ before ‘linkage’
LinkParser.c:1221: error: ‘linkage’ undeclared (first use in this func
+tion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_unused_word_c
+ost’:
LinkParser.c:1247: error: ‘Linkage’ undeclared (first use in this func
+tion)
LinkParser.c:1247: error: expected ‘;’ before ‘linkage’
LinkParser.c:1253: error: ‘linkage’ undeclared (first use in this func
+tion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_create’
+:
LinkParser.c:1279: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1279: error: expected ‘;’ before ‘RETVAL’
LinkParser.c:1281: error: ‘RETVAL’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_delete’
+:
LinkParser.c:1301: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1301: error: expected ‘;’ before ‘opts’
LinkParser.c:1307: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_all
+_short_connectors’:
LinkParser.c:1333: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1333: error: expected ‘;’ before ‘opts’
LinkParser.c:1339: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_all
+ow_null’:
LinkParser.c:1365: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1365: error: expected ‘;’ before ‘opts’
LinkParser.c:1371: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_bat
+ch_mode’:
LinkParser.c:1397: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1397: error: expected ‘;’ before ‘opts’
LinkParser.c:1403: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_dis
+junct_cost’:
LinkParser.c:1429: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1429: error: expected ‘;’ before ‘opts’
LinkParser.c:1435: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_dis
+play_bad’:
LinkParser.c:1461: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1461: error: expected ‘;’ before ‘opts’
LinkParser.c:1467: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_dis
+play_links’:
LinkParser.c:1493: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1493: error: expected ‘;’ before ‘opts’
LinkParser.c:1499: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_dis
+play_on’:
LinkParser.c:1525: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1525: error: expected ‘;’ before ‘opts’
LinkParser.c:1531: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_dis
+play_postscript’:
LinkParser.c:1557: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1557: error: expected ‘;’ before ‘opts’
LinkParser.c:1563: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_dis
+play_union’:
LinkParser.c:1589: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1589: error: expected ‘;’ before ‘opts’
LinkParser.c:1595: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_dis
+play_walls’:
LinkParser.c:1621: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1621: error: expected ‘;’ before ‘opts’
LinkParser.c:1627: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_ech
+o_on’:
LinkParser.c:1653: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1653: error: expected ‘;’ before ‘opts’
LinkParser.c:1659: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_isl
+ands_ok’:
LinkParser.c:1685: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1685: error: expected ‘;’ before ‘opts’
LinkParser.c:1691: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_lin
+kage_limit’:
LinkParser.c:1717: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1717: error: expected ‘;’ before ‘opts’
LinkParser.c:1723: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_max
+_memory’:
LinkParser.c:1749: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1749: error: expected ‘;’ before ‘opts’
LinkParser.c:1755: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_max
+_null_count’:
LinkParser.c:1781: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1781: error: expected ‘;’ before ‘opts’
LinkParser.c:1787: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_max
+_parse_time’:
LinkParser.c:1813: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1813: error: expected ‘;’ before ‘opts’
LinkParser.c:1819: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_min
+_null_count’:
LinkParser.c:1845: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1845: error: expected ‘;’ before ‘opts’
LinkParser.c:1851: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_nul
+l_block’:
LinkParser.c:1877: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1877: error: expected ‘;’ before ‘opts’
LinkParser.c:1883: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_pan
+ic_mode’:
LinkParser.c:1909: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1909: error: expected ‘;’ before ‘opts’
LinkParser.c:1915: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_scr
+een_width’:
LinkParser.c:1941: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1941: error: expected ‘;’ before ‘opts’
LinkParser.c:1947: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_sho
+rt_length’:
LinkParser.c:1973: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:1973: error: expected ‘;’ before ‘opts’
LinkParser.c:1979: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_ver
+bosity’:
LinkParser.c:2005: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2005: error: expected ‘;’ before ‘opts’
LinkParser.c:2011: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_memory_
+exhausted’:
LinkParser.c:2037: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2037: error: expected ‘;’ before ‘opts’
LinkParser.c:2043: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_reset_r
+esources’:
LinkParser.c:2069: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2069: error: expected ‘;’ before ‘opts’
LinkParser.c:2073: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_resourc
+es_exhausted’:
LinkParser.c:2098: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2098: error: expected ‘;’ before ‘opts’
LinkParser.c:2104: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_max
+_sentence_length’:
LinkParser.c:2130: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2130: error: expected ‘;’ before ‘opts’
LinkParser.c:2135: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_get_max
+_sentence_length’:
LinkParser.c:2160: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2160: error: expected ‘;’ before ‘opts’
LinkParser.c:2166: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_all
+_short_connectors’:
LinkParser.c:2192: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2192: error: expected ‘;’ before ‘opts’
LinkParser.c:2197: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_all
+ow_null’:
LinkParser.c:2222: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2222: error: expected ‘;’ before ‘opts’
LinkParser.c:2227: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_bat
+ch_mode’:
LinkParser.c:2252: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2252: error: expected ‘;’ before ‘opts’
LinkParser.c:2257: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_cos
+t_model_type’:
LinkParser.c:2282: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2282: error: expected ‘;’ before ‘opts’
LinkParser.c:2287: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_dis
+junct_cost’:
LinkParser.c:2312: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2312: error: expected ‘;’ before ‘opts’
LinkParser.c:2317: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_dis
+play_bad’:
LinkParser.c:2342: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2342: error: expected ‘;’ before ‘opts’
LinkParser.c:2347: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_dis
+play_links’:
LinkParser.c:2372: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2372: error: expected ‘;’ before ‘opts’
LinkParser.c:2377: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_dis
+play_on’:
LinkParser.c:2402: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2402: error: expected ‘;’ before ‘opts’
LinkParser.c:2407: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_dis
+play_postscript’:
LinkParser.c:2432: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2432: error: expected ‘;’ before ‘opts’
LinkParser.c:2437: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_dis
+play_union’:
LinkParser.c:2462: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2462: error: expected ‘;’ before ‘opts’
LinkParser.c:2467: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_dis
+play_walls’:
LinkParser.c:2492: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2492: error: expected ‘;’ before ‘opts’
LinkParser.c:2497: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_ech
+o_on’:
LinkParser.c:2522: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2522: error: expected ‘;’ before ‘opts’
LinkParser.c:2527: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_isl
+ands_ok’:
LinkParser.c:2552: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2552: error: expected ‘;’ before ‘opts’
LinkParser.c:2557: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_lin
+kage_limit’:
LinkParser.c:2582: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2582: error: expected ‘;’ before ‘opts’
LinkParser.c:2587: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_max
+_memory’:
LinkParser.c:2612: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2612: error: expected ‘;’ before ‘opts’
LinkParser.c:2617: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_max
+_null_count’:
LinkParser.c:2642: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2642: error: expected ‘;’ before ‘opts’
LinkParser.c:2647: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_max
+_parse_time’:
LinkParser.c:2672: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2672: error: expected ‘;’ before ‘opts’
LinkParser.c:2677: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_min
+_null_count’:
LinkParser.c:2702: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2702: error: expected ‘;’ before ‘opts’
LinkParser.c:2707: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_nul
+l_block’:
LinkParser.c:2732: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2732: error: expected ‘;’ before ‘opts’
LinkParser.c:2737: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_pan
+ic_mode’:
LinkParser.c:2762: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2762: error: expected ‘;’ before ‘opts’
LinkParser.c:2767: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_scr
+een_width’:
LinkParser.c:2792: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2792: error: expected ‘;’ before ‘opts’
LinkParser.c:2797: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_sho
+rt_length’:
LinkParser.c:2822: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2822: error: expected ‘;’ before ‘opts’
LinkParser.c:2827: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_set_ver
+bosity’:
LinkParser.c:2852: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2852: error: expected ‘;’ before ‘opts’
LinkParser.c:2857: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_parse_options_timer_e
+xpired’:
LinkParser.c:2882: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:2882: error: expected ‘;’ before ‘opts’
LinkParser.c:2888: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_post_process_close’:
LinkParser.c:2914: error: ‘PostProcessor’ undeclared (first use in thi
+s function)
LinkParser.c:2914: error: ‘postprocessor’ undeclared (first use in thi
+s function)
LinkParser.c:2918: error: expected expression before ‘)’ token
LinkParser.c: In function ‘XS_Lingua__LinkParser_post_process_open’:
LinkParser.c:2944: error: ‘PostProcessor’ undeclared (first use in thi
+s function)
LinkParser.c:2944: error: ‘RETVAL’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_sentence_create’:
LinkParser.c:2967: error: ‘Dictionary’ undeclared (first use in this f
+unction)
LinkParser.c:2967: error: expected ‘;’ before ‘dict’
LinkParser.c:2968: error: ‘Sentence’ undeclared (first use in this fun
+ction)
LinkParser.c:2968: error: expected ‘;’ before ‘RETVAL’
LinkParser.c:2972: error: ‘dict’ undeclared (first use in this functio
+n)
LinkParser.c:2979: error: ‘RETVAL’ undeclared (first use in this funct
+ion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_sentence_delete’:
LinkParser.c:2999: error: ‘Sentence’ undeclared (first use in this fun
+ction)
LinkParser.c:2999: error: expected ‘;’ before ‘sent’
LinkParser.c:3003: error: ‘sent’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_sentence_disjunct_cos
+t’:
LinkParser.c:3028: error: ‘Sentence’ undeclared (first use in this fun
+ction)
LinkParser.c:3028: error: expected ‘;’ before ‘sent’
LinkParser.c:3035: error: ‘sent’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_sentence_get_word’:
LinkParser.c:3061: error: ‘Sentence’ undeclared (first use in this fun
+ction)
LinkParser.c:3061: error: expected ‘;’ before ‘sent’
LinkParser.c:3068: error: ‘sent’ undeclared (first use in this functio
+n)
LinkParser.c:3075: warning: assignment makes pointer from integer with
+out a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_sentence_length’:
LinkParser.c:3094: error: ‘Sentence’ undeclared (first use in this fun
+ction)
LinkParser.c:3094: error: expected ‘;’ before ‘sent’
LinkParser.c:3100: error: ‘sent’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_sentence_null_count’:
LinkParser.c:3126: error: ‘Sentence’ undeclared (first use in this fun
+ction)
LinkParser.c:3126: error: expected ‘;’ before ‘sent’
LinkParser.c:3132: error: ‘sent’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_sentence_num_linkages
+_found’:
LinkParser.c:3158: error: ‘Sentence’ undeclared (first use in this fun
+ction)
LinkParser.c:3158: error: expected ‘;’ before ‘sent’
LinkParser.c:3164: error: ‘sent’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_sentence_num_linkages
+_post_processed’:
LinkParser.c:3190: error: ‘Sentence’ undeclared (first use in this fun
+ction)
LinkParser.c:3190: error: expected ‘;’ before ‘sent’
LinkParser.c:3196: error: ‘sent’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_sentence_num_valid_li
+nkages’:
LinkParser.c:3222: error: ‘Sentence’ undeclared (first use in this fun
+ction)
LinkParser.c:3222: error: expected ‘;’ before ‘sent’
LinkParser.c:3228: error: ‘sent’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_sentence_num_violatio
+ns’:
LinkParser.c:3254: error: ‘Sentence’ undeclared (first use in this fun
+ction)
LinkParser.c:3254: error: expected ‘;’ before ‘sent’
LinkParser.c:3261: error: ‘sent’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_sentence_parse’:
LinkParser.c:3287: error: ‘Sentence’ undeclared (first use in this fun
+ction)
LinkParser.c:3287: error: expected ‘;’ before ‘sent’
LinkParser.c:3288: error: ‘Parse_Options’ undeclared (first use in thi
+s function)
LinkParser.c:3288: error: expected ‘;’ before ‘opts’
LinkParser.c:3294: error: ‘sent’ undeclared (first use in this functio
+n)
LinkParser.c:3303: error: ‘opts’ undeclared (first use in this functio
+n)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_constituent_n
+ode_get_label’:
LinkParser.c:3329: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribut
+e__’ before ‘*’ token
LinkParser.c:3329: error: ‘cnode’ undeclared (first use in this functi
+on)
LinkParser.c:3335: error: expected ‘)’ before ‘CNode’
LinkParser.c:3342: warning: assignment makes pointer from integer with
+out a cast
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_constituent_n
+ode_get_child’:
LinkParser.c:3361: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribut
+e__’ before ‘*’ token
LinkParser.c:3361: error: ‘cnode’ undeclared (first use in this functi
+on)
LinkParser.c:3362: error: ‘CNode’ undeclared (first use in this functi
+on)
LinkParser.c:3362: error: ‘RETVAL’ undeclared (first use in this funct
+ion)
LinkParser.c:3366: error: expected ‘)’ before ‘CNode’
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_constituent_n
+ode_get_next’:
LinkParser.c:3393: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribut
+e__’ before ‘*’ token
LinkParser.c:3393: error: ‘cnode’ undeclared (first use in this functi
+on)
LinkParser.c:3394: error: ‘CNode’ undeclared (first use in this functi
+on)
LinkParser.c:3394: error: ‘RETVAL’ undeclared (first use in this funct
+ion)
LinkParser.c:3398: error: expected ‘)’ before ‘CNode’
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_constituent_n
+ode_get_start’:
LinkParser.c:3425: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribut
+e__’ before ‘*’ token
LinkParser.c:3425: error: ‘cnode’ undeclared (first use in this functi
+on)
LinkParser.c:3431: error: expected ‘)’ before ‘CNode’
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_constituent_n
+ode_get_end’:
LinkParser.c:3457: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribut
+e__’ before ‘*’ token
LinkParser.c:3457: error: ‘cnode’ undeclared (first use in this functi
+on)
LinkParser.c:3463: error: expected ‘)’ before ‘CNode’
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_constituent_t
+ree’:
LinkParser.c:3489: error: ‘Linkage’ undeclared (first use in this func
+tion)
LinkParser.c:3489: error: expected ‘;’ before ‘linkage’
LinkParser.c:3490: error: ‘CNode’ undeclared (first use in this functi
+on)
LinkParser.c:3490: error: ‘RETVAL’ undeclared (first use in this funct
+ion)
LinkParser.c:3494: error: ‘linkage’ undeclared (first use in this func
+tion)
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_free_constitu
+ent_tree’:
LinkParser.c:3521: error: ‘CNode’ undeclared (first use in this functi
+on)
LinkParser.c:3521: error: ‘cnode’ undeclared (first use in this functi
+on)
LinkParser.c:3525: error: expected expression before ‘)’ token
LinkParser.c: In function ‘XS_Lingua__LinkParser_linkage_print_constit
+uent_tree’:
LinkParser.c:3550: error: ‘Linkage’ undeclared (first use in this func
+tion)
LinkParser.c:3550: error: expected ‘;’ before ‘linkage’
LinkParser.c:3557: error: ‘linkage’ undeclared (first use in this func
+tion)
LinkParser.c:3564: warning: assignment makes pointer from integer with
+out a cast
make: *** [LinkParser.o] Error 1
| [reply] [d/l] |
LinkParser.xs:5:27: error: link-includes.h: No such file or directory
So, you need to find a file named link-includes.h somewhere on your disk. Looking into the README file of the Lingua::LinkParser distribution, it says (somewhat unrsurprisingly) that you need to have the LinkParser extension already compiled and installed. So I guess the next thing to do is to do just that. | [reply] [d/l] [select] |