aidanf/Brilltag

Can't install in Ubnutu 14.0. Facing some errror

Opened this issue · 0 comments

64-bit, execute the following command:

sudo chmod 777 make_cmds.sh
make clean
sh make_cmds.sh

Error 1
nlp@nlp-HP-Compaq-6200-Pro-SFF-PC:~/Engine_Full_Code/Preprocessing/RULE_BASED_TAGGER_V1.14$ make clean for subdir in Utils; \ do \ ( cd ${subdir}; make -i clean; ) || exit 1; \ done

Error 2

nlp@nlp-HP-Compaq-6200-Pro-SFF-PC:~/Engine_Full_Code/Preprocessing/RULE_BASED_TAGGER_V1.14$ sh make_cmds.sh ./Learner_Code/contextual-rule-learn.c: In function ‘check_counts’: ./Learner_Code/contextual-rule-learn.c:148:7: warning: format ‘%s’ expects argument of type ‘char *’, but argument 6 has type ‘VOIDP’ [-Wformat=] sprintf(localbestthing,"%s %s %s %s",wrong,right,label,Darray_get(tempkey,tempcount)); ^ ./Learner_Code/contextual-rule-learn.c: In function ‘main’: ./Learner_Code/contextual-rule-learn.c:398:22: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘VOIDP’ [-Wformat=] Darray_get(temperrorkey,count)); ^ ./Learner_Code/contextual-rule-learn.c:226:7: warning: ignoring return value of ‘tmpnam’, declared with attribute warn_unused_result [-Wunused-result] tmpnam(tempfile1); ^ ./Learner_Code/contextual-rule-learn.c:227:7: warning: ignoring return value of ‘tmpnam’, declared with attribute warn_unused_result [-Wunused-result] tmpnam(tempfile2); ^ ./Learner_Code/contextual-rule-learn.c:411:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system(systemcall); ^ ./Learner_Code/contextual-rule-learn.c:413:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system(systemcall);