troosh / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

Mac binaries v1.4 is broken #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. on a mac system just run image_2_j2k -h
2.
3.

What is the expected output? What do you see instead?
dyld: unknown required load command 0x80000022
Trace/BPT trap

What version of the product are you using? On what operating system?
Mac OSX 10.5.8

Please provide any additional information below.
Using otools gave some additional info
otool -L ./image_to_j2k 
reports:
./image_to_j2k:
    /Users/antonin/opj/release1-4/openjpeg/bin/libopenjpeg.1.4.dylib (compatibility version 1.4.0, current version 1.4.0)
    /opt/local/lib/liblcms.1.dylib (compatibility version 2.0.0, current version 2.19.0)
    @executable_path/../Frameworks/libpng.framework/Versions/1.4.1/libpng (compatibility version 3.0.0, current version 3.0.0)
    /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3)
    /usr/local/lib/libtiff.3.dylib (compatibility version 13.0.0, current version 13.4.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.1)

Original issue reported on code.google.com by chris...@rezq.se on 3 Oct 2011 at 6:45

GoogleCodeExporter commented 9 years ago
We will be using cpack for the next release. So I am closing this. Reopen if 
1.5 still has the same rpath issue.
Thanks

Original comment by mathieu.malaterre on 11 Jan 2012 at 9:12