tuttleofx / TuttleOFX

Tuttle OFX is a library to connect and batch operations with OpenFx plugins. It comes with a set of plugins that allows you to batch process on movies and file sequences.
www.TuttleOFX.org
Other
175 stars 64 forks source link

v0.13.3- Make fails on building target tuttlehost on OSX 10.11.6 #588

Closed mikelafuente closed 7 years ago

mikelafuente commented 7 years ago

I tried several thing to build v0.13.3, but I get the same error on OSX 10.11.6:

_[ 46%] Building CXX object libraries/tuttle/CMakeFiles/tuttleHost.dir/src/tuttle/common/utils/backtrace.cpp.o [ 46%] Building CXX object libraries/tuttle/CMakeFiles/tuttleHost.dir/src/tuttle/common/utils/color.cpp.o 2 warnings generated. [ 46%] Linking CXX shared library libtuttleHost.dylib [ 46%] Built target tuttleHost make[1]: [all] Error 2 make: [all] Error 2 bash-3.2$_

This is steps to reproduce:

git clone --recursive git://github.com/tuttleofx/TuttleOFX.git cd TuttleOFX ./configure -DTUTTLE_PYTHON_VERSION=2.7 make

cchampet commented 7 years ago

Hello, Can you get more logs? You can run make with the additional argument "VERBOSE=1" By the way, on OSX you can use hombebrew to install tuttle.

mikelafuente commented 7 years ago

Hello, Thanks for the quick response! Sorry, I forgot to attached the log yesterday. BTW, I originally tried homebrew, but the build dies at the same place. CMakeOutput.log.zip

cchampet commented 7 years ago

Arg I don't understand what's wrong in this log... @fabiencastan do you have an idea?

fabiencastan commented 7 years ago

There is nothing wrong in the "CMakeOutput.log". Can you provide the "CMakeError.log"?

mikelafuente commented 7 years ago

Unfortunately, I'm not finding 'CMakeError.log' anywhere on my machine. Regardless, I re-ran make with the VERBOSE=1 flag and piped it to the attached file. Shell_log.txt

cchampet commented 7 years ago

This new log file gives us new info :) It seems that the avTranscoder dependency does not compile. I think CMake detected an ffmpeg version which is not supported. The easiest solution for now is to deactivate the AudioVideo plugin: please comment this line and recompile.

mikelafuente commented 7 years ago

Thanks for your help, that did the trick! Coincidently, I ran into another issue with jpg2K (see attached), so I also disabled it as well. Then I was able to finish compiling the code.

j2kerror.txt