Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nikolaj@Nikolajs-MacBook-Pro libtiff_daniel % sh install.sh
- install.sh: line 8: nproc: command not found
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- Already on 'main'
- Your branch is up to date with 'origin/main'.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- Already on 'master'
- Your branch is up to date with 'origin/master'.
- -- CMAKE_BUILD_TYPE = Release
- -- VERSION = 2.1.2, BUILD = 20211126
- -- 64-bit build (x86_64)
- -- CMAKE_INSTALL_PREFIX = /opt/libjpeg-turbo
- -- CMAKE_INSTALL_BINDIR = bin (/opt/libjpeg-turbo/bin)
- -- CMAKE_INSTALL_DATAROOTDIR = (/opt/libjpeg-turbo)
- -- CMAKE_INSTALL_DOCDIR = doc (/opt/libjpeg-turbo/doc)
- -- CMAKE_INSTALL_INCLUDEDIR = include (/opt/libjpeg-turbo/include)
- -- CMAKE_INSTALL_LIBDIR = lib (/opt/libjpeg-turbo/lib)
- -- CMAKE_INSTALL_MANDIR = man (/opt/libjpeg-turbo/man)
- -- Shared libraries enabled (ENABLE_SHARED = 1)
- -- Static libraries enabled (ENABLE_STATIC = 1)
- -- 12-bit JPEG support enabled (WITH_12BIT = 1)
- -- In-memory source/destination managers enabled (WITH_MEM_SRCDST = 1)
- -- Emulating libjpeg API/ABI v6.2 (WITH_JPEG7 = 0, WITH_JPEG8 = 0)
- -- libjpeg API shared library version = 62.3.0
- -- Compiler flags = -O3 -DNDEBUG
- -- Linker flags =
- -- Compiler supports pointers to undefined structures.
- -- INLINE = __inline__ __attribute__((always_inline)) (FORCE_INLINE = 1)
- -- CMAKE_EXECUTABLE_SUFFIX =
- -- FLOATTEST = no-fp-contract
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /Users/nikolaj/libtiff_daniel/build/jpeg
- Consolidate compiler generated dependencies of target simd
- Consolidate compiler generated dependencies of target rdjpgcom
- Consolidate compiler generated dependencies of target wrjpgcom
- Consolidate compiler generated dependencies of target md5cmp
- [ 1%] Built target simd
- [ 2%] Built target rdjpgcom
- [ 4%] Built target wrjpgcom
- [ 7%] Built target md5cmp
- Consolidate compiler generated dependencies of target jpeg-static
- Consolidate compiler generated dependencies of target jpeg
- [ 74%] Built target jpeg
- [ 74%] Built target jpeg-static
- Consolidate compiler generated dependencies of target cjpeg-static
- Consolidate compiler generated dependencies of target djpeg-static
- Consolidate compiler generated dependencies of target jpegtran-static
- Consolidate compiler generated dependencies of target cjpeg
- Consolidate compiler generated dependencies of target jcstest
- Consolidate compiler generated dependencies of target jpegtran
- Consolidate compiler generated dependencies of target djpeg
- [ 76%] Built target jcstest
- [ 83%] Built target jpegtran-static
- [ 83%] Built target cjpeg-static
- [ 87%] Built target djpeg-static
- [ 95%] Built target jpegtran
- [ 95%] Built target cjpeg
- [100%] Built target djpeg
- CMake Deprecation Warning at CMakeLists.txt:26 (cmake_minimum_required):
- Compatibility with CMake < 2.8.12 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value or use a ...<max> suffix to tell
- CMake that the project does not need compatibility with older versions.
- CMake Deprecation Warning at CMakeLists.txt:29 (cmake_policy):
- Compatibility with CMake < 2.8.12 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value or use a ...<max> suffix to tell
- CMake that the project does not need compatibility with older versions.
- -- Building tiff version 4.0.9
- -- libtiff library version 5.3.0
- -- CMAKE_HOST_SYSTEM_PROCESSOR set to x86_64
- -- HOST_FILLORDER set to FILLORDER_LSB2MSB
- -- HOST_BIG_ENDIAN set to 0
- -- HAVE_IEEEFP set to 1
- -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
- -- Checking for module 'glut'
- -- No package 'glut' found
- --
- -- Libtiff is now configured for
- --
- -- Installation directory: /usr/local
- -- Documentation directory: /usr/local/share/doc/tiff
- -- C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
- -- C++ compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
- -- Build shared libraries: ON
- -- Enable linker symbol versioning: FALSE
- -- Support Microsoft Document Imaging: ON
- -- Use win32 IO: FALSE
- --
- -- Support for internal codecs:
- -- CCITT Group 3 & 4 algorithms: ON
- -- Macintosh PackBits algorithm: ON
- -- LZW algorithm: ON
- -- ThunderScan 4-bit RLE algorithm: ON
- -- NeXT 2-bit RLE algorithm: ON
- -- LogLuv high dynamic range encoding: ON
- --
- -- Support for external codecs:
- -- ZLIB support: OFF (requested) (availability)
- -- Pixar log-format algorithm: ON (requested) FALSE (availability)
- -- JPEG support: ON (requested) FALSE (availability)
- -- Old JPEG support: OFF (requested) FALSE (availability)
- -- JPEG 8/12 bit dual mode: ON (requested) TRUE (availability)
- -- ISO JBIG support: OFF (requested) FALSE (availability)
- -- LZMA2 support: OFF (requested) (availability)
- --
- -- C++ support: ON (requested) TRUE (availability)
- --
- -- OpenGL support: TRUE
- --
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /Users/nikolaj/libtiff_daniel/build/tiff
- Consolidate compiler generated dependencies of target port
- Consolidate compiler generated dependencies of target tiff
- [ 2%] Built target port
- [ 3%] Building C object libtiff/CMakeFiles/tiff.dir/tif_close.c.o
- [ 4%] Building C object libtiff/CMakeFiles/tiff.dir/tif_aux.c.o
- [ 4%] Building C object libtiff/CMakeFiles/tiff.dir/tif_compress.c.o
- [ 5%] Building C object libtiff/CMakeFiles/tiff.dir/tif_color.c.o
- [ 6%] Building C object libtiff/CMakeFiles/tiff.dir/tif_codec.c.o
- [ 7%] Building C object libtiff/CMakeFiles/tiff.dir/tif_dir.c.o
- [ 8%] Building C object libtiff/CMakeFiles/tiff.dir/tif_dirinfo.c.o
- [ 9%] Building C object libtiff/CMakeFiles/tiff.dir/tif_dirread.c.o
- [ 10%] Building C object libtiff/CMakeFiles/tiff.dir/tif_dirwrite.c.o
- [ 10%] Building C object libtiff/CMakeFiles/tiff.dir/tif_dumpmode.c.o
- [ 11%] Building C object libtiff/CMakeFiles/tiff.dir/tif_error.c.o
- [ 12%] Building C object libtiff/CMakeFiles/tiff.dir/tif_extension.c.o
- [ 13%] Building C object libtiff/CMakeFiles/tiff.dir/tif_fax3.c.o
- [ 13%] Building C object libtiff/CMakeFiles/tiff.dir/tif_flush.c.o
- [ 14%] Building C object libtiff/CMakeFiles/tiff.dir/tif_getimage.c.o
- [ 15%] Building C object libtiff/CMakeFiles/tiff.dir/tif_jpeg_12.c.o
- [ 16%] Building C object libtiff/CMakeFiles/tiff.dir/tif_lzw.c.o
- [ 17%] Building C object libtiff/CMakeFiles/tiff.dir/tif_next.c.o
- [ 18%] Building C object libtiff/CMakeFiles/tiff.dir/tif_open.c.o
- [ 19%] Building C object libtiff/CMakeFiles/tiff.dir/tif_predict.c.o
- make[2]: *** No rule to make target `/Users/nikolaj/libtiff_daniel/build/jpeg/libjpeg.so', needed by `libtiff/libtiff.5.3.0.dylib'. Stop.
- make[2]: *** Waiting for unfinished jobs....
- [ 20%] Building C object libtiff/CMakeFiles/tiff.dir/tif_thunder.c.o
- [ 21%] Building C object libtiff/CMakeFiles/tiff.dir/tif_read.c.o
- [ 22%] Building C object libtiff/CMakeFiles/tiff.dir/tif_jbig.c.o
- [ 23%] Building C object libtiff/CMakeFiles/tiff.dir/tif_luv.c.o
- [ 24%] Building C object libtiff/CMakeFiles/tiff.dir/tif_ojpeg.c.o
- [ 24%] Building C object libtiff/CMakeFiles/tiff.dir/tif_packbits.c.o
- [ 25%] Building C object libtiff/CMakeFiles/tiff.dir/tif_pixarlog.c.o
- [ 27%] Building C object libtiff/CMakeFiles/tiff.dir/tif_swab.c.o
- [ 27%] Building C object libtiff/CMakeFiles/tiff.dir/tif_print.c.o
- [ 27%] Building C object libtiff/CMakeFiles/tiff.dir/tif_strip.c.o
- [ 28%] Building C object libtiff/CMakeFiles/tiff.dir/tif_version.c.o
- [ 28%] Building C object libtiff/CMakeFiles/tiff.dir/tif_lzma.c.o
- [ 29%] Building C object libtiff/CMakeFiles/tiff.dir/tif_jpeg.c.o
- [ 31%] Building C object libtiff/CMakeFiles/tiff.dir/tif_warning.c.o
- [ 32%] Building C object libtiff/CMakeFiles/tiff.dir/tif_tile.c.o
- [ 30%] Building C object libtiff/CMakeFiles/tiff.dir/tif_unix.c.o
- [ 32%] Building C object libtiff/CMakeFiles/tiff.dir/tif_write.c.o
- [ 33%] Building C object libtiff/CMakeFiles/tiff.dir/tif_zip.c.o
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:19:5: error: use of undeclared identifier 'JPEGState'
- JPEGState* sp;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:19:16: error: use of undeclared identifier 'sp'
- JPEGState* sp;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:23:5: error: use of undeclared identifier 'sp'
- sp = JState(tif);
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:23:10: error: implicit declaration of function 'JState' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
- sp = JState(tif);
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:24:5: error: use of undeclared identifier 'sp'
- sp->tif = tif; /* back link */
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:29:37: error: use of undeclared identifier 'JPEGVGetField'; did you mean 'TIFFVGetField'?
- tif->tif_tagmethods.vgetfield = JPEGVGetField; /* hook for codec tags */
- ^~~~~~~~~~~~~
- TIFFVGetField
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tiffio.h:349:12: note: 'TIFFVGetField' declared here
- extern int TIFFVGetField(TIFF* tif, uint32 tag, va_list ap);
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:30:37: error: use of undeclared identifier 'JPEGVSetField'; did you mean 'TIFFVSetField'?
- tif->tif_tagmethods.vsetfield = JPEGVSetField; /* hook for codec tags */
- ^~~~~~~~~~~~~
- TIFFVSetField
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tiffio.h:410:12: note: 'TIFFVSetField' declared here
- extern int TIFFVSetField(TIFF*, uint32, va_list);
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:31:36: error: use of undeclared identifier 'JPEGPrintDir'
- tif->tif_tagmethods.printdir = JPEGPrintDir; /* hook for codec tags */
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:36:26: error: use of undeclared identifier 'JPEGFixupTags'
- tif->tif_fixuptags = JPEGFixupTags;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:37:28: error: use of undeclared identifier 'JPEGSetupDecode'
- tif->tif_setupdecode = JPEGSetupDecode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:38:26: error: use of undeclared identifier 'JPEGPreDecode'
- tif->tif_predecode = JPEGPreDecode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:39:26: error: use of undeclared identifier 'JPEGDecode'
- tif->tif_decoderow = JPEGDecode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:40:28: error: use of undeclared identifier 'JPEGDecode'
- tif->tif_decodestrip = JPEGDecode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:41:27: error: use of undeclared identifier 'JPEGDecode'
- tif->tif_decodetile = JPEGDecode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:42:28: error: use of undeclared identifier 'JPEGSetupEncode'
- tif->tif_setupencode = JPEGSetupEncode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:43:26: error: use of undeclared identifier 'JPEGPreEncode'
- tif->tif_preencode = JPEGPreEncode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:44:27: error: use of undeclared identifier 'JPEGPostEncode'
- tif->tif_postencode = JPEGPostEncode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:45:26: error: use of undeclared identifier 'JPEGEncode'
- tif->tif_encoderow = JPEGEncode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:46:28: error: use of undeclared identifier 'JPEGEncode'
- tif->tif_encodestrip = JPEGEncode;
- ^
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- 20 errors generated.
- make[2]: *** [libtiff/CMakeFiles/tiff.dir/tif_jpeg_12.c.o] Error 1
- make[1]: *** [libtiff/CMakeFiles/tiff.dir/all] Error 2
- make: *** [all] Error 2
- [ 2%] Built target port
- Consolidate compiler generated dependencies of target tiff
- [ 3%] Building C object libtiff/CMakeFiles/tiff.dir/tif_jpeg_12.c.o
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:19:5: error: use of undeclared identifier 'JPEGState'
- JPEGState* sp;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:19:16: error: use of undeclared identifier 'sp'
- JPEGState* sp;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:23:5: error: use of undeclared identifier 'sp'
- sp = JState(tif);
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:23:10: error: implicit declaration of function 'JState' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
- sp = JState(tif);
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:24:5: error: use of undeclared identifier 'sp'
- sp->tif = tif; /* back link */
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:29:37: error: use of undeclared identifier 'JPEGVGetField'; did you mean 'TIFFVGetField'?
- tif->tif_tagmethods.vgetfield = JPEGVGetField; /* hook for codec tags */
- ^~~~~~~~~~~~~
- TIFFVGetField
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tiffio.h:349:12: note: 'TIFFVGetField' declared here
- extern int TIFFVGetField(TIFF* tif, uint32 tag, va_list ap);
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:30:37: error: use of undeclared identifier 'JPEGVSetField'; did you mean 'TIFFVSetField'?
- tif->tif_tagmethods.vsetfield = JPEGVSetField; /* hook for codec tags */
- ^~~~~~~~~~~~~
- TIFFVSetField
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tiffio.h:410:12: note: 'TIFFVSetField' declared here
- extern int TIFFVSetField(TIFF*, uint32, va_list);
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:31:36: error: use of undeclared identifier 'JPEGPrintDir'
- tif->tif_tagmethods.printdir = JPEGPrintDir; /* hook for codec tags */
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:36:26: error: use of undeclared identifier 'JPEGFixupTags'
- tif->tif_fixuptags = JPEGFixupTags;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:37:28: error: use of undeclared identifier 'JPEGSetupDecode'
- tif->tif_setupdecode = JPEGSetupDecode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:38:26: error: use of undeclared identifier 'JPEGPreDecode'
- tif->tif_predecode = JPEGPreDecode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:39:26: error: use of undeclared identifier 'JPEGDecode'
- tif->tif_decoderow = JPEGDecode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:40:28: error: use of undeclared identifier 'JPEGDecode'
- tif->tif_decodestrip = JPEGDecode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:41:27: error: use of undeclared identifier 'JPEGDecode'
- tif->tif_decodetile = JPEGDecode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:42:28: error: use of undeclared identifier 'JPEGSetupEncode'
- tif->tif_setupencode = JPEGSetupEncode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:43:26: error: use of undeclared identifier 'JPEGPreEncode'
- tif->tif_preencode = JPEGPreEncode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:44:27: error: use of undeclared identifier 'JPEGPostEncode'
- tif->tif_postencode = JPEGPostEncode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:45:26: error: use of undeclared identifier 'JPEGEncode'
- tif->tif_encoderow = JPEGEncode;
- ^
- /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:46:28: error: use of undeclared identifier 'JPEGEncode'
- tif->tif_encodestrip = JPEGEncode;
- ^
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- 20 errors generated.
- make[2]: *** [libtiff/CMakeFiles/tiff.dir/tif_jpeg_12.c.o] Error 1
- make[1]: *** [libtiff/CMakeFiles/tiff.dir/all] Error 2
- make: *** [all] Error 2
- cp: ./libjpeg.so*: No such file or directory
- cp: ./libtiff.so*: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement