Closed jqtrde closed 9 years ago
Seeing the same with schooner-blend
.
Poked around, and rather than having a reference to:
libopencv_calib3d.2.4.dylib
I have:
libopencv_calib3d.3.0.dylib
libopencv_calib3d.dylib
Basically, it looks like schooner is looking for OpenCV 2.4, but Homebrew is installing 3.0.
Uninstalled both 2.4 and 3.0, and am rebuilding with 3.0.
Did that end up working? I remember that open cv doesn't play very nicely with pkg-config, but it does look like you were linking to a 2 series library.
I think I should probably make a system where schooner downloads and links to a local 3 install rather than a system one.
On Thursday, May 28, 2015, j notifications@github.com wrote:
Uninstalled both 2.4 and 3.0, and am rebuilding with 3.0.
— Reply to this email directly or view it on GitHub https://github.com/propublica/schooner-tk/issues/4#issuecomment-106169012 .
blend
is working, haven't tried cloud
yet, but I expect things should be working now.
More questions... :smile:
Build seem to work properly, and I was able to run
schooner-stitch
successfully. However,schooner-cloud
is failing with the following:Is that something you've seen before?