Add new comment

I've tested with fresh git

I've tested with fresh git clone:

git clone https://github.com/LibRaw/LibRaw.git LibRaw.gh && cd LibRaw.gh && make -f Makefile.devel CXX=clang++ CC=clang -j4 && ./bin/dcraw_emu -T -w ~/1/canon_eos_m50_07.cr3

This results in ~/1/canon_eos_m50_07.cr3.tiff as expected

(note CXX=.. CC=.. is for my system with clang installed as c++ compiler).

-- Alex Tutubalin @LibRaw LLC