steveliu121 / vstream

video stream:v4l2/encoder/container/streamer/example
1 stars 1 forks source link

fdk-aac/mp4v2 编译失败 #1

Open steveliu121 opened 5 years ago

steveliu121 commented 5 years ago

在我的本地仓库可以编译通过,但是上传到github后编译失败:

make -C /home/steve_liu/vstream/openlib/.yarina make[1]: 正在进入目录 /home/steve_liu/vstream/openlib/.yarina' make -C /home/steve_liu/vstream/openlib/.yarina/../fdk-aac/.yarina make[2]: 正在进入目录/home/steve_liu/vstream/openlib/fdk-aac/.yarina' mkdir -p /home/steve_liu/vstream/openlib/fdk-aac/.yarina/build cd ..;\ [ -f configure ] || \ autoreconf -fiv; \ cd /home/steve_liu/vstream/openlib/fdk-aac/.yarina/build; \ [ -f Makefile ] || \ ../../configure \ --prefix=/home/steve_liu/vstream/openlib/fdk-aac/.yarina/build; \ make; \ make install make[3]: 正在进入目录 /home/steve_liu/vstream/openlib/fdk-aac/.yarina/build' CDPATH="${ZSH_VERSION+.}:" && cd ../.. && /bin/sh /home/steve_liu/vstream/openlib/fdk-aac/missing aclocal-1.15 -I m4 /home/steve_liu/vstream/openlib/fdk-aac/missing: 行 81: aclocal-1.15: 未找到命令 WARNING: 'aclocal-1.15' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake package: <http://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <http://www.gnu.org/software/autoconf> <http://www.gnu.org/software/m4/> <http://www.perl.org/> make[3]: *** [../../aclocal.m4] 错误 127 make[3]:正在离开目录/home/steve_liu/vstream/openlib/fdk-aac/.yarina/build' make[3]: 正在进入目录 /home/steve_liu/vstream/openlib/fdk-aac/.yarina/build' CDPATH="${ZSH_VERSION+.}:" && cd ../.. && /bin/sh /home/steve_liu/vstream/openlib/fdk-aac/missing aclocal-1.15 -I m4 /home/steve_liu/vstream/openlib/fdk-aac/missing: 行 81: aclocal-1.15: 未找到命令 WARNING: 'aclocal-1.15' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake package: <http://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <http://www.gnu.org/software/autoconf> <http://www.gnu.org/software/m4/> <http://www.perl.org/> make[3]: *** [../../aclocal.m4] 错误 127 make[3]:正在离开目录/home/steve_liu/vstream/openlib/fdk-aac/.yarina/build' make[2]: [fdk-aac] 错误 2 make[2]:正在离开目录 `/home/steve_liu/vstream/openlib/fdk-aac/.yarina' make[1]: [all] 错误 2 make[1]:正在离开目录 `/home/steve_liu/vstream/openlib/.yarina' make: *** [all] 错误 2

steveliu121 commented 5 years ago

通过beyondcompare比较本地仓库和github远程仓库未发现差异