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 error with 2.6.0 #29

Closed
pezz opened this issue Jan 5, 2024 · 6 comments
Closed

Configure error with 2.6.0 #29

pezz opened this issue Jan 5, 2024 · 6 comments
Assignees

Comments

@pezz
Copy link

pezz commented Jan 5, 2024

Hi there, I seem to end up with an error in the generated configure script after running autoreconf:

% ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for ranlib... ranlib
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking whether g++ supports C++17 features with -std=c++17... yes
./configure: line 6256: syntax error near unexpected token `;;'
./configure: line 6256: ` ;;'

Seems to be an empty condition around there:

fi
 ;;
esac
fi
@drfiemost drfiemost self-assigned this Jan 6, 2024
@drfiemost
Copy link
Member

Looks like you're using autoconf-2.72, need to update the ax_cxx_compile_stdcxx macro.

@pezz
Copy link
Author

pezz commented Jan 6, 2024

Can you tag a new release please?

drfiemost added a commit that referenced this issue Jan 6, 2024
@drfiemost
Copy link
Member

Backported to the 2.6 branch, there will be a release soon

@pezz
Copy link
Author

pezz commented Jan 9, 2024

Any chance of a 2.6.2 tag?

Cheers.

@drfiemost
Copy link
Member

Done!

@pezz
Copy link
Author

pezz commented Jan 11, 2024

Working nicely, thanks heaps.

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