Hi guys,
I don't understand it, but I can't 'make' the app. I'm on Sierra 10.12.6, but what's strange is that I've compiled it successfully on another Sierra, with no problems.
The error I'm getting is:
$ make app
...
Initial app name: MLV App (Oct 1 2017 18:55:55 @cabian.local)
clang -mmacosx-version-min=10.10 -O3 -Ofast -m64 -c -x objective-c main.m
clang -mmacosx-version-min=10.10 -O3 -Ofast -m64 -c ../../src/mlv/llrawproc/llrawproc.c
../../src/mlv/llrawproc/llrawproc.c:70:16: error: no member named 'raw2evf' in
'llrawprocObject_t'; did you mean 'raw2ev'?
llrawproc->raw2evf = NULL;
^~~~~~~
raw2ev
../../src/mlv/llrawproc/../llrawproc/llrawproc_object.h:55:11: note: 'raw2ev'
declared here
int * raw2ev;
^
1 error generated.
make[2]: *** [llrawproc.o] Error 1
cp: MLV App: No such file or directory
Archive: ../qt/FFmpeg/ffmpegOSX.zip
inflating: MLV App.app/Contents/Resources/ffmpeg
creating: MLV App.app/Contents/Resources/__MACOSX/
inflating: MLV App.app/Contents/Resources/__MACOSX/._ffmpeg
The only thing I can think of to explain this discrepancy is that one or more dependencies may be missing, but I can't find any mention of any hard (macOS) dependencies either in your repository nor in this thread.
Any idea what I'm doing wrong/missing?
Thanks