★ wanayoo — archive 1999 https://github.com/etr/libhttpserver/issues/212Nouvelle recherche | Portail wanayoo
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

Implement failure on configure for compilers missing capabilities #212

Open
etr opened this issue Oct 13, 2020 · 0 comments
Open

Implement failure on configure for compilers missing capabilities #212

etr opened this issue Oct 13, 2020 · 0 comments

Comments

@etr
Copy link
Owner

@etr etr commented Oct 13, 2020

See: #211

Describe the solution you'd like
Currently if a compiler misses some C++11 capabilities, the configuration succeeds and the build fails. This leads to confusion (one can easily miss the requirement for gcc > 5.5.0 or clang > 3.6 in the documentation)

Describe alternatives you've considered
Check on minimal version. Can lead to errors on more obscure compilers - it might still be on the plate if we allow a flag to bypass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Build system (baseline)
  
Awaiting triage
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.