Giter Club home page Giter Club logo

Comments (9)

toy avatar toy commented on June 11, 2024 1

Please try with another change on darwin-libc++ branch

from image_optim_pack.

toy avatar toy commented on June 11, 2024 1

Merged into master and released as v0.5.2 … and it seems like you've already noticed

from image_optim_pack.

toy avatar toy commented on June 11, 2024

Do you want to build binaries for all oses/architectures or only for you current one?
If only current one then you should be using make instead of script/run.
If all then for osx you will need environment allowing compiling for i386.

from image_optim_pack.

m0n9oose avatar m0n9oose commented on June 11, 2024

@toy thanks a lot for quick response!

I have tried to run $ make clean-all && $ make (just to make sure there's nothing in output folders that can affect result) - still fail but with another exception:

Short trace:

warning: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
In file included from repng.cc:23:
In file included from ./pngex.h:24:
./except.h:24:10: fatal error: 'string' file not found
#include <string>
         ^~~~~~~~
1 warning and 1 error generated.

Full trace:

$ make clean-all
rm -rf /Users/x/dev/toy/image_optim_pack/build
rm -rf /Users/x/dev/toy/image_optim_pack/vendor
$ make
rm -rf /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/libz
echo "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1  /Users/x/dev/toy/image_optim_pack/download/libz-1.2.11.tar.gz" | sha256sum -c
/Users/x/dev/toy/image_optim_pack/download/libz-1.2.11.tar.gz: OK
mkdir /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/libz
tar -C /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/libz --strip-components=1 -xzf /Users/x/dev/toy/image_optim_pack/download/libz-1.2.11.tar.gz
touch /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/libz/__libz-1.2.11.tar.gz__
rm -rf /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/advancecomp
echo "3ac0875e86a8517011976f04107186d5c60d434954078bc502ee731480933eb8  /Users/x/dev/toy/image_optim_pack/download/advancecomp-2.1.tar.gz" | sha256sum -c
/Users/x/dev/toy/image_optim_pack/download/advancecomp-2.1.tar.gz: OK
mkdir /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/advancecomp
tar -C /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/advancecomp --strip-components=1 -xzf /Users/x/dev/toy/image_optim_pack/download/advancecomp-2.1.tar.gz
touch /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/advancecomp/__advancecomp-2.1.tar.gz__
cd /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/libz && ./configure
Checking for shared library support...
Building shared library libz.1.2.11.dylib with clang.
Checking for size_t... Yes.
Checking for off64_t... No.
Checking for fseeko... Yes.
Checking for strerror... Yes.
Checking for unistd.h... Yes.
Checking for stdarg.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
Checking for attribute(visibility) support... Yes.
cd /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/libz && perl -pi -e 's/(?<=dir=).*/$ENV{PWD}/' -- *.pc
cd /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/libz && /Applications/Xcode.app/Contents/Developer/usr/bin/make placebo
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/adler32.o adler32.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/crc32.o crc32.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/deflate.o deflate.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/infback.o infback.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/inffast.o inffast.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/inflate.o inflate.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/inftrees.o inftrees.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/trees.o trees.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/zutil.o zutil.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/compress.o compress.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/uncompr.o uncompr.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/gzclose.o gzclose.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/gzlib.o gzlib.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/gzread.o gzread.c
clang -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN  -DPIC -c -o objs/gzwrite.o gzwrite.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o adler32.o adler32.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o crc32.o crc32.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o deflate.o deflate.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o infback.o infback.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o inffast.o inffast.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o inflate.o inflate.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o inftrees.o inftrees.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o trees.o trees.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o zutil.o zutil.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o compress.o compress.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o uncompr.o uncompr.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o gzclose.o gzclose.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o gzlib.o gzlib.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o gzread.o gzread.c
clang -O3 -arch x86_64 -DHAVE_HIDDEN  -c -o gzwrite.o gzwrite.c
libtool -o libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
clang -dynamiclib -install_name @loader_path/libz.dylib -compatibility_version 1 -current_version 1.2.11 -O3 -arch x86_64 -fPIC -DHAVE_HIDDEN -o placebo adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo  -lc -O3 -arch x86_64
rm -f libz.dylib libz.1.dylib
ln -s placebo libz.dylib
ln -s placebo libz.1.dylib
cd /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/advancecomp && ./configure LDFLAGS=""
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin18.5.0
checking host system type... x86_64-apple-darwin18.5.0
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking for gawk... (cached) awk
checking for tar... tar
checking for gzip... gzip
checking for groff... groff
checking for col... col
checking for valgrind... no
checking for wine... no
checking for advd2... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for adler32 in -lz... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for unistd.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for getopt... yes
checking for getopt_long... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
cd /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/advancecomp && /Applications/Xcode.app/Contents/Developer/usr/bin/make advpng
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o repng.o repng.cc
warning: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
In file included from repng.cc:23:
In file included from ./pngex.h:24:
./except.h:24:10: fatal error: 'string' file not found
#include <string>
         ^~~~~~~~
1 warning and 1 error generated.
make[1]: *** [repng.o] Error 1
make: *** [/Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/advancecomp/advpng] Error 2

from image_optim_pack.

toy avatar toy commented on June 11, 2024

Can you try darwin-libc++ branch?

from image_optim_pack.

m0n9oose avatar m0n9oose commented on June 11, 2024

Can you try darwin-libc++ branch?

Of course, here's the trace:

$ make clean-all
...
$ make
...
cd /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/advancecomp && /Applications/Xcode.app/Contents/Developer/usr/bin/make advpng
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o repng.o repng.cc
clang: error: invalid deployment target for -stdlib=libc++ (requires OS X 10.7 or later)
make[1]: *** [repng.o] Error 1
make: *** [/Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/advancecomp/advpng] Error 2

from image_optim_pack.

m0n9oose avatar m0n9oose commented on June 11, 2024

I have tried to run make just for advpng manually, check this:

$ cd /Users/x/dev/toy/image_optim_pack/build/darwin-x86_64/advancecomp && /Applications/Xcode.app/Contents/Developer/usr/bin/make advpng
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o repng.o repng.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o pngex.o pngex.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o file.o file.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o data.o data.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o siglock.o siglock.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o compress.o compress.cc
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o getopt.o getopt.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o snprintf.o snprintf.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o portable.o portable.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o lib/fz.o lib/fz.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o lib/png.o lib/png.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o lib/error.o lib/error.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o lib/snstring.o lib/snstring.c
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/7zdeflate.o 7z/7zdeflate.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/7zlzma.o 7z/7zlzma.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/AriBitCoder.o 7z/AriBitCoder.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/CRC.o 7z/CRC.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/DeflateDecoder.o 7z/DeflateDecoder.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/DeflateEncoder.o 7z/DeflateEncoder.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/HuffmanEncoder.o 7z/HuffmanEncoder.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/IInOutStreams.o 7z/IInOutStreams.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/InByte.o 7z/InByte.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/LSBFDecoder.o 7z/LSBFDecoder.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/LSBFEncoder.o 7z/LSBFEncoder.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/LZMA.o 7z/LZMA.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/LZMADecoder.o 7z/LZMADecoder.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/LZMAEncoder.o 7z/LZMAEncoder.cc
7z/LZMAEncoder.cc:667:47: warning: '&&' within '||' [-Wlogical-op-parentheses]
        aRepLens[RepMaxIndex] + 2 >= aLenMain && (aBackMain > (1<<12)))
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
7z/LZMAEncoder.cc:667:47: note: place parentheses around the '&&' expression to silence this warning
        aRepLens[RepMaxIndex] + 2 >= aLenMain && (aBackMain > (1<<12)))
                                              ^
        (                                                             )
7z/LZMAEncoder.cc:683:46: warning: '&&' within '||' [-Wlogical-op-parentheses]
        m_LongestMatchLength == aLenMain + 1 &&
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
7z/LZMAEncoder.cc:683:46: note: place parentheses around the '&&' expression to silence this warning
        m_LongestMatchLength == aLenMain + 1 &&
                                             ^
        (
7z/LZMAEncoder.cc:686:46: warning: '&&' within '||' [-Wlogical-op-parentheses]
        m_LongestMatchLength + 1 >= aLenMain &&
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
7z/LZMAEncoder.cc:686:46: note: place parentheses around the '&&' expression to silence this warning
        m_LongestMatchLength + 1 >= aLenMain &&
                                             ^
        (
3 warnings generated.
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/LenCoder.o 7z/LenCoder.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/LiteralCoder.o 7z/LiteralCoder.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/OutByte.o 7z/OutByte.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/WindowIn.o 7z/WindowIn.cc
clang++ -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7z/WindowOut.o 7z/WindowOut.cc
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o libdeflate/adler32.o libdeflate/adler32.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o libdeflate/aligned_malloc.o libdeflate/aligned_malloc.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o libdeflate/crc32.o libdeflate/crc32.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o libdeflate/deflate_compress.o libdeflate/deflate_compress.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o libdeflate/deflate_decompress.o libdeflate/deflate_decompress.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o libdeflate/gzip_compress.o libdeflate/gzip_compress.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o libdeflate/gzip_decompress.o libdeflate/gzip_decompress.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o libdeflate/x86_cpu_features.o libdeflate/x86_cpu_features.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o libdeflate/zlib_compress.o libdeflate/zlib_compress.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o libdeflate/zlib_decompress.o libdeflate/zlib_decompress.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o zopfli/blocksplitter.o zopfli/blocksplitter.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o zopfli/cache.o zopfli/cache.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o zopfli/deflate.o zopfli/deflate.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o zopfli/gzip_container.o zopfli/gzip_container.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o zopfli/hash.o zopfli/hash.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o zopfli/katajainen.o zopfli/katajainen.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o zopfli/lz77.o zopfli/lz77.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o zopfli/squeeze.o zopfli/squeeze.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o zopfli/tree.o zopfli/tree.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o zopfli/util.o zopfli/util.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o zopfli/zlib_container.o zopfli/zlib_container.c
clang -DHAVE_CONFIG_H -I.   -O3 -arch x86_64  -O3 -arch x86_64 -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o zopfli/zopfli_lib.o zopfli/zopfli_lib.c
clang++  -O3 -arch x86_64 -stdlib=libc++ -DUSE_ERROR_SILENT -DUSE_COMPRESS   -o advpng repng.o pngex.o file.o data.o siglock.o compress.o getopt.o snprintf.o portable.o lib/fz.o lib/png.o lib/error.o lib/snstring.o 7z/7zdeflate.o 7z/7zlzma.o 7z/AriBitCoder.o 7z/CRC.o 7z/DeflateDecoder.o 7z/DeflateEncoder.o 7z/HuffmanEncoder.o 7z/IInOutStreams.o 7z/InByte.o 7z/LSBFDecoder.o 7z/LSBFEncoder.o 7z/LZMA.o 7z/LZMADecoder.o 7z/LZMAEncoder.o 7z/LenCoder.o 7z/LiteralCoder.o 7z/OutByte.o 7z/WindowIn.o 7z/WindowOut.o libdeflate/adler32.o libdeflate/aligned_malloc.o libdeflate/crc32.o libdeflate/deflate_compress.o libdeflate/deflate_decompress.o libdeflate/gzip_compress.o libdeflate/gzip_decompress.o libdeflate/x86_cpu_features.o libdeflate/zlib_compress.o libdeflate/zlib_decompress.o zopfli/blocksplitter.o zopfli/cache.o zopfli/deflate.o zopfli/gzip_container.o zopfli/hash.o zopfli/katajainen.o zopfli/lz77.o zopfli/squeeze.o zopfli/tree.o zopfli/util.o zopfli/zlib_container.o zopfli/zopfli_lib.o  -lz

from image_optim_pack.

m0n9oose avatar m0n9oose commented on June 11, 2024

Same workaround works on master branch too: make still fails with fatal error: 'string' file not found, but manual make directly from advpng directory works fine

from image_optim_pack.

m0n9oose avatar m0n9oose commented on June 11, 2024

Success, all binaries are built! Thanks a lot! Think we can close the issue.

from image_optim_pack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.