-
Notifications
You must be signed in to change notification settings - Fork 129
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
config error #14
Comments
The cause is probably "0.20" is not quoted by []. |
Hm, it is already quoted. Probably, pkg-config is missing. |
I'd bet installing pkgconfig to the environment fixes the problem. The fact that Actually I just faced the same problem when trying to install nghttp2 on FreeBSD; install pkgconf (= pkgconfig) fixed the issue. |
So, what we should do? I have the same error on Ubuntu 14.04.2. Actually, repeating all sequence AFTER installing
|
It is very strange. It works for me for years. We have experimental cmake support. Probably it could work. |
I had this same problem in MinGW because the pkg-config that comes installed doesn't include the pkg.m4 macro so there is no PKG_PROG_PKG_CONFIG. To remedy this I built pkg-config and installed it. I had a hiccup building because it couldn't find a suitable memory barrier, so I used mfence. If you're using MinGW here's how you can do it (mostly a c&p from my e-mail to the openssl mailing list): Get the latest version at http://pkgconfig.freedesktop.org/releases/?C=M;O=D
So pkg.m4 can be found add /usr/local/share/aclocal to the aclocal dirlist if it's not there already:
|
aclocal.m4 included in wslay distribution includes definition of PKG_PROG_PKG_CONFIG, so it should work. It is true that pkg-config binary is required. |
I confirm I have had the exact same problem here, after installing pkg-config, I was still having the issue. But I did as suggested by @avesus (restarted from autoreconf -i) and I managed to build. My platform is 14.04.2 LTS for ARM64... Thanks for this ! |
@tatsuhiro-t Same for me. @avesus's suggestion fixed the issue. |
My platform is 16.04 for ARM64, installed pkg-config and still not working using @avesus 's solution...
|
|
./configure: line 16016: syntax error near unexpected token
0.20' ./configure: line 16016:
PKG_PROG_PKG_CONFIG(0.20)'The text was updated successfully, but these errors were encountered: