Created
April 5, 2017 13:09
-
-
Save jakubzitny/2b65198f43fdeb31c3a96aa80ae19419 to your computer and use it in GitHub Desktop.
make mozjpeg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make | |
make all-recursive | |
make[1]: Entering directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg' | |
Making all in java | |
make[2]: Entering directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg/java' | |
echo timestamp > classnoinst.stamp | |
make[2]: Leaving directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg/java' | |
Making all in simd | |
make[2]: Entering directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg/simd' | |
make all-am | |
make[3]: Entering directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg/simd' | |
CC libsimd_la-jsimd_i386.lo | |
jsimd_i386.c: In function ‘init_simd’: | |
jsimd_i386.c:52:9: warning: implicit declaration of function ‘getenv’ [-Wimplicit-function-declaration] | |
env = getenv("JSIMD_FORCEMMX"); | |
^ | |
jsimd_i386.c:52:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] | |
env = getenv("JSIMD_FORCEMMX"); | |
^ | |
jsimd_i386.c:55:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] | |
env = getenv("JSIMD_FORCE3DNOW"); | |
^ | |
jsimd_i386.c:58:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] | |
env = getenv("JSIMD_FORCESSE"); | |
^ | |
jsimd_i386.c:61:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] | |
env = getenv("JSIMD_FORCESSE2"); | |
^ | |
jsimd_i386.c:64:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] | |
env = getenv("JSIMD_FORCENONE"); | |
^ | |
jsimd_i386.c:67:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] | |
env = getenv("JSIMD_NOHUFFENC"); | |
^ | |
GEN jsimdcpu.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jfdctflt-3dn.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jidctflt-3dn.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jquant-3dn.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jccolor-mmx.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jcgray-mmx.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jcsample-mmx.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jdcolor-mmx.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jdmerge-mmx.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jdsample-mmx.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jfdctfst-mmx.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jfdctint-mmx.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jidctfst-mmx.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jidctint-mmx.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jidctred-mmx.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jquant-mmx.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jfdctflt-sse.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jidctflt-sse.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jquant-sse.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jccolor-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jcgray-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jchuff-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jcsample-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jdcolor-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jdmerge-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jdsample-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jfdctfst-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jfdctint-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jidctflt-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jidctfst-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jidctint-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jidctred-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jquantf-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
GEN jquanti-sse2.lo | |
libtool: error: ignoring unknown tag NASM | |
CCLD libsimd.la | |
make[3]: Leaving directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg/simd' | |
make[2]: Leaving directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg/simd' | |
Making all in md5 | |
make[2]: Entering directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg/md5' | |
CC md5cmp-md5cmp.o | |
CC md5cmp-md5.o | |
CC md5cmp-md5hl.o | |
CCLD md5cmp.exe | |
make[2]: Leaving directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg/md5' | |
make[2]: Entering directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg' | |
CC jcapimin.lo | |
CC jcapistd.lo | |
CC jccoefct.lo | |
CC jccolor.lo | |
In file included from jpeglib.h:33:0, | |
from jccolor.c:18: | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:31:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:88:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:125:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:31:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:88:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:125:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:31:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:88:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:125:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:31:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:88:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:125:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:31:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:88:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:125:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:31:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:88:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:125:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:31:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:88:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jmorecfg.h:209:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ | |
#define LOCAL(type) static type | |
^ | |
jccolext.c:125:1: note: in expansion of macro ‘LOCAL’ | |
LOCAL(void) | |
^ | |
jccolor.c: In function ‘rgb_ycc_convert’: | |
jccolor.c:240:7: warning: implicit declaration of function ‘extrgb_ycc_convert_internal’ [-Wimplicit-function-declaration] | |
extrgb_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:245:7: warning: implicit declaration of function ‘extrgbx_ycc_convert_internal’ [-Wimplicit-function-declaration] | |
extrgbx_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:249:7: warning: implicit declaration of function ‘extbgr_ycc_convert_internal’ [-Wimplicit-function-declaration] | |
extbgr_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:254:7: warning: implicit declaration of function ‘extbgrx_ycc_convert_internal’ [-Wimplicit-function-declaration] | |
extbgrx_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:259:7: warning: implicit declaration of function ‘extxbgr_ycc_convert_internal’ [-Wimplicit-function-declaration] | |
extxbgr_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:264:7: warning: implicit declaration of function ‘extxrgb_ycc_convert_internal’ [-Wimplicit-function-declaration] | |
extxrgb_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:268:7: warning: implicit declaration of function ‘rgb_ycc_convert_internal’ [-Wimplicit-function-declaration] | |
rgb_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c: In function ‘rgb_gray_convert’: | |
jccolor.c:289:7: warning: implicit declaration of function ‘extrgb_gray_convert_internal’ [-Wimplicit-function-declaration] | |
extrgb_gray_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:294:7: warning: implicit declaration of function ‘extrgbx_gray_convert_internal’ [-Wimplicit-function-declaration] | |
extrgbx_gray_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:298:7: warning: implicit declaration of function ‘extbgr_gray_convert_internal’ [-Wimplicit-function-declaration] | |
extbgr_gray_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:303:7: warning: implicit declaration of function ‘extbgrx_gray_convert_internal’ [-Wimplicit-function-declaration] | |
extbgrx_gray_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:308:7: warning: implicit declaration of function ‘extxbgr_gray_convert_internal’ [-Wimplicit-function-declaration] | |
extxbgr_gray_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:313:7: warning: implicit declaration of function ‘extxrgb_gray_convert_internal’ [-Wimplicit-function-declaration] | |
extxrgb_gray_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:317:7: warning: implicit declaration of function ‘rgb_gray_convert_internal’ [-Wimplicit-function-declaration] | |
rgb_gray_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c: In function ‘rgb_rgb_convert’: | |
jccolor.c:335:7: warning: implicit declaration of function ‘extrgb_rgb_convert_internal’ [-Wimplicit-function-declaration] | |
extrgb_rgb_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:340:7: warning: implicit declaration of function ‘extrgbx_rgb_convert_internal’ [-Wimplicit-function-declaration] | |
extrgbx_rgb_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:344:7: warning: implicit declaration of function ‘extbgr_rgb_convert_internal’ [-Wimplicit-function-declaration] | |
extbgr_rgb_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:349:7: warning: implicit declaration of function ‘extbgrx_rgb_convert_internal’ [-Wimplicit-function-declaration] | |
extbgrx_rgb_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:354:7: warning: implicit declaration of function ‘extxbgr_rgb_convert_internal’ [-Wimplicit-function-declaration] | |
extxbgr_rgb_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:359:7: warning: implicit declaration of function ‘extxrgb_rgb_convert_internal’ [-Wimplicit-function-declaration] | |
extxrgb_rgb_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
jccolor.c:363:7: warning: implicit declaration of function ‘rgb_rgb_convert_internal’ [-Wimplicit-function-declaration] | |
rgb_rgb_convert_internal(cinfo, input_buf, output_buf, output_row, | |
^ | |
make[2]: *** [Makefile:1202: jccolor.lo] Error 1 | |
make[2]: Leaving directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg' | |
make[1]: *** [Makefile:2098: all-recursive] Error 1 | |
make[1]: Leaving directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg' | |
make: *** [Makefile:807: all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://ahowell.io/nix-notes/cent7-build-mozjpeg