FLIF-hub / FLIF

Free Lossless Image Format
Other
3.72k stars 229 forks source link

Max OS X dylib symbols can't be stripped #369

Closed joeyhoer closed 7 years ago

joeyhoer commented 7 years ago

When I attempt to make install this, I receive the following error:

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: symbols referenced by indirect symbol table entries that can't be stripped in: /usr/local/bin/lib/libflif.dylib
gaming-hacker commented 7 years ago

did you get a fix for this? i think i'm just going to hack the makefile, i can't get ninja to work, it gets lost trying to figure out while png lib to pulll in one from X11, macports or gimp.

stek29 commented 7 years ago

Somehow install -s fail on macOS. The only solution I found for now is to remove -s flag and call strip -x manually. Maybe this should be patched in upstream.