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: line 17674: syntax error near unexpected token `0.20' #147

Closed
slyfox1186 opened this issue Jun 23, 2023 · 2 comments
Closed

configure: line 17674: syntax error near unexpected token `0.20' #147

slyfox1186 opened this issue Jun 23, 2023 · 2 comments
Labels

Comments

@slyfox1186
Copy link

slyfox1186 commented Jun 23, 2023

I triggered this error in Ubuntu 22.04.2 and Debian 12.

I removed all of the configure options and got the same error.

My command line is

autoreconf -fi
mkdir build
cd build || exit 1
../configure --prefix=/home/jman/tmp/dltools-build-script/workspace --disable-shared --disable-werror --enable-lib-only
make -j32
make install

The output in terminal shows

building nghttp3 - version 0.12.0
====================================
The file "nghttp3-0.12.0.tar.gz" is already downloaded.
Extracted the archive: nghttp3-0.12.0.tar.gz

libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:30: installing './compile'
configure.ac:33: installing './config.guess'
configure.ac:33: installing './config.sub'
configure.ac:39: installing './install-sh'
configure.ac:39: installing './missing'
Makefile.am: installing './INSTALL'
examples/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
$ ../configure --prefix=/home/jman/tmp/dltools-build-script/workspace --disable-shared --disable-werror --enable-lib-only
../configure: line 17170: syntax error near unexpected token `0.20'
../configure: line 17170: `PKG_PROG_PKG_CONFIG(0.20)'
@tatsuhiro-t
Copy link
Member

Install pkg-config

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Mar 24, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants