$ brew install osra
==> Installing osra from mcs07/cheminformatics
==> Installing dependencies for mcs07/cheminformatics/osra: graphicsmagick
==> Installing mcs07/cheminformatics/osra dependency: graphicsmagick
==> Downloading https://homebrew.bintray.com/bottles/graphicsmagick-1.3.23_1.el_capitan.bottle.tar.gz
Already downloaded: /Library/Caches/Homebrew/graphicsmagick-1.3.23_1.el_capitan.bottle.tar.gz
==> Pouring graphicsmagick-1.3.23_1.el_capitan.bottle.tar.gz
🍺 /usr/local/Cellar/graphicsmagick/1.3.23_1: 471 files, 11.8M
==> Installing mcs07/cheminformatics/osra
==> Downloading https://downloads.sourceforge.net/project/osra/osra/2.0.0/osra-2.0.0.tgz
Already downloaded: /Library/Caches/Homebrew/osra-2.0.0.tgz
==> ./configure --prefix=/usr/local/Cellar/osra/2.0.0
==> make
Last 15 lines from /Users/mbp/Library/Logs/Homebrew/osra/02.make:
^
osra_grayscale.cpp:274:17: error: call to member function 'adaptiveThreshold' is ambiguous
image.adaptiveThreshold(window,window,7);
/usr/local/Cellar/graphicsmagick/1.3.23_1/include/GraphicsMagick/Magick++/Image.h:116:21: note: candidate function
void adaptiveThreshold ( const unsigned int width,
^
/usr/local/Cellar/graphicsmagick/1.3.23_1/include/GraphicsMagick/Magick++/Image.h:119:21: note: candidate function
void adaptiveThreshold ( const unsigned int width,
^
2 errors generated.
make[2]: **\* [osra_grayscale.o] Error 1
make[2]: **\* Waiting for unfinished jobs....
make[1]: **\* [all] Error 2
make: **\* [all.subdir] Error 2
Can we have the 2.0.1 version also in the tap ?
$ brew install osra ==> Installing osra from mcs07/cheminformatics ==> Installing dependencies for mcs07/cheminformatics/osra: graphicsmagick ==> Installing mcs07/cheminformatics/osra dependency: graphicsmagick ==> Downloading https://homebrew.bintray.com/bottles/graphicsmagick-1.3.23_1.el_capitan.bottle.tar.gz Already downloaded: /Library/Caches/Homebrew/graphicsmagick-1.3.23_1.el_capitan.bottle.tar.gz ==> Pouring graphicsmagick-1.3.23_1.el_capitan.bottle.tar.gz 🍺 /usr/local/Cellar/graphicsmagick/1.3.23_1: 471 files, 11.8M ==> Installing mcs07/cheminformatics/osra ==> Downloading https://downloads.sourceforge.net/project/osra/osra/2.0.0/osra-2.0.0.tgz Already downloaded: /Library/Caches/Homebrew/osra-2.0.0.tgz ==> ./configure --prefix=/usr/local/Cellar/osra/2.0.0 ==> make Last 15 lines from /Users/mbp/Library/Logs/Homebrew/osra/02.make: ^ osra_grayscale.cpp:274:17: error: call to member function 'adaptiveThreshold' is ambiguous image.adaptiveThreshold(window,window,7);