Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tseemann opened this issue Apr 4, 2015 · 3 comments
Open

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

tseemann opened this issue Apr 4, 2015 · 3 comments
Assignees

Comments

@tseemann
Copy link

tseemann commented Apr 4, 2015

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.

@ondovb
Copy link
Member

ondovb commented Apr 6, 2015

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).

@tseemann
Copy link
Author

tseemann commented Apr 7, 2015

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.

@tseemann
Copy link
Author

tseemann commented Apr 2, 2016

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

@ondovb ondovb self-assigned this Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants