sminterpolate icon indicating copy to clipboard operation
sminterpolate copied to clipboard

Build fails at "ld: framework not found CoreImage"

Open kublai80 opened this issue 7 years ago • 4 comments

Hello everyone, I'm completely new to all of this so please forgive me if I'm asking some obvious things.

By the way I tried to install BF directly from homebrew with the command "brew install homebrew/science/butterflow". The installation after a while (after the command "cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG ==> make" 17%) fails and says: ld: framework not found CoreImage clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [lib/libopencv_highgui.2.4.13.dylib] Error 1 make[1]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/all] Error 2 make: *** [all] Error 2 (before that there are several lines The installation suggests me to look at opencv: Fix "ld: framework not found CoreImage" on old OSs https://github.com/Homebrew/homebrew-science/pull/4747 but I really can't understand what I'm supposed to do with that

I tried to to unistall and reinstall everything many times with no luck.

Is it possible to have some help?

I'm on a rMBP mid 2015, Yosemite.

Thanks a lot,

SL

kublai80 avatar Dec 27 '16 00:12 kublai80

Thanks for reporting this. I guess you've got two options right now. You can (1) wait for Homebrew/homebrew-science#4747 to be accepted, or (2) try upgrading OSX to 10.11 (El Capitan) and then grabbing an XCode version that is > 7.0 before trying to reinstall BF via Homebrew again. If you choose to wait for the PR to get accepted, remember to do a brew update to pull the fix in before reinstalling BF.

dthpham avatar Dec 27 '16 15:12 dthpham

Thank you dthpham, I'm on of those guys who doesn't like to upgrade the system if not strictly necessary. So I'll wait for that thing to be accepted. Just out of curiosity, do you have an idea on how long (more or less of course) will it take? Thank you again!

SL

kublai80 avatar Dec 27 '16 15:12 kublai80

The Homebrew maintainers usually get things done fast and if I had to guestimate, the PR will get pulled in by no later than the end of January.

dthpham avatar Dec 27 '16 16:12 dthpham

Ok, thank you again for your support,

SL

kublai80 avatar Dec 27 '16 17:12 kublai80