I tried to use the compiled unprocessed_raw in the Mac but it it requesting for libSystem.B.dylib. See attached. I can't find that file.
Is it possible to run unprocessed_raw without installation? The intention is to include unprocessed_raw in my application app. So best option would be to have required libraries, dll included in a single executable file.
Han
Attachment | Size |
---|---|
error message in Mac | 68.63 KB |
What version of Mac OS X
What version of Mac OS X/macOS do you use?
-- Alex Tutubalin @LibRaw LLC
>>What version of Mac OS X
>>What version of Mac OS X/macOS do you use?
High Sierra, 10.12
You may need to recompile
You may need to recompile libraw samples using older version of XCode.
make -f Makefile.dist
should do that
-- Alex Tutubalin @LibRaw LLC
Yes that fixes it. :)
Yes that fixes it. :)