zimg icon indicating copy to clipboard operation
zimg copied to clipboard

在ubuntu17.10下编译zimg时失败

Open gouhan opened this issue 6 years ago • 3 comments

/bin/sh: 1: autoreconf:not found /bin/sh: 1: ./configure :not found make[1]:Entering directory 'home/zimg/deps/libjpeg-turbo' make[1]:**** No targets specified and no makefile found.stop Leaving directory 'home/zimg/deps/libjpeg-turbo' Makefile:30:recipe for target 'deps/libjpeg-turbo/.libs/libjpeg.a' failed. make:*** [deps/libjpeg-turbo/.libs/libjpeg.a] Error 2.

gouhan avatar Aug 17 '18 09:08 gouhan

百度搜索之后,按照提示安装autoconf automake libtool包 apt-get install autoconf automake libtool之后 再执行make,发生如下错误: GEN jccolor-sse2-64.lo ... libtool: error:ignoring unknow tag NASM

gouhan avatar Aug 17 '18 09:08 gouhan

忽略错误继续执行 Successfully built LuaJIT cd build/zimg;cmake /home/zimg/src ;make -j 4;cp zimg /home/zimg/bin /bin/sh:1:cmake:not found

gouhan avatar Aug 17 '18 09:08 gouhan

cmake我是安装过了的,为什么现在提示找不到呢? 重新安装了一遍cmake,再次编译竟然成功了,好曲折。

gouhan avatar Aug 17 '18 09:08 gouhan