marbl/harvest-tools

configure: WARNING: unrecognized options: --with-capnp

Opened this issue · 3 comments

I am upgrading the brew package to 1.2 and get this problem:

./configure --with-capnp=/bio/linuxbrew/opt/capnp --with-protobuf=/bio/linuxbrew/opt/protobuf
configure: WARNING: unrecognized options: --with-capnp
checking for protoc... yes
checking for capnp... yes
checking whether the C++ compiler works... yes
<snip>
config.status: creating Makefile
configure: WARNING: unrecognized options: --with-capnp

However, I think it has created the Makefile just fine, and it compiles.

This should be fixed in the repo via c20b1a4, which will be reflected in the next release.

It is strange that it can still make a binary after this, unless there is another copy of libcapnp.a in the default location (/usr/local/lib).

I have capnp installed within the Brew environment, which probably has symlinks into a generic lib and incude dir, and sets up the CFLAGS automatically in the build system.

Will you be making a new release soon with these fixes?