编译问题点
1.错误 compress.c:14:58: fatal error: zlib.h: No such file or directory 解决:sudo apt-get install zlib1g-dev 2.错误 make[2]: bison: Command not found 解决:sudo apt-get install bison 3.错误 /bin/sh: flex: not found 解决:sudo apt-get install flex 4.错误 lib/libsensors.so: undefined reference to `sensors_yylex' 解决:After installing flex and/or bison,you'll need to 'make clean' before 'make user' will work properly. 5.错误 /bin/sh: gmake: not found
解决: $ sudo ln -s /usr/bin/make? /usr/bin/gmake 6.错误 (cd basis/build/linux-am34-bluraypan; sh build_me.sh -c -b? -j -L lex) 解决:$ sudo dpkg-reconfigure dash(可见dash的说明文) 7.错误 Sequence (?<...) not recognized in regex; marked by <-- HERE in m//+|(?< <-- HERE !/)$/ at -e line 1. 解决:perl版本差别引起的异常message 降级perl版本至5.8.9 8.错误 xftlex.l: In function `XftConfigLexDone': 解决: flex包版本不匹配.降级到2.5.4后,make clean后,编译通过. 9.错误 make[5]: makeinfo: Command not found 解决:$ sudo apt-get install texinfo 10.错误 /bin/sh: line 1: gawk: command not found 解决:$ sudo apt-get install gawk 11.错误 /bin/sh: line 2: indent: command not found 解决:$ sudo apt-get install indent (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |