Using unprocessed_raw in Mac

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

AttachmentSize
Image icon error message in Mac68.63 KB

Forums: 

What version of Mac OS X

What version of Mac OS X/macOS do you use?

-- Alex Tutubalin @LibRaw LLC

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