-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[qtbase] make double-conversion a hard dependency #28245
[qtbase] make double-conversion a hard dependency #28245
Conversation
The required functionality can be part of |
https://nxmnpg.lemoda.net/3/sscanf_l
So it seems like they should be available on OSX. Maybe the configure check for |
Hm they are available, but when I try to build qtbase[core] I get
|
Probably, the code is marked with |
So I can leave the feature but make it a hard dependency until the qt folks fixed their configure checks. |
27c22f7
to
7643561
Compare
you could probably fix it faster ;) |
@@ -22,8 +22,7 @@ | |||
"default-features": false, | |||
"features": [ | |||
"doubleconversion" | |||
], | |||
"platform": "windows" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"platform": "!osx & !freebsd"
? That is what upstream claims indirectly. I think that should be reflected here. I know that it is annoying for osx but if it is not annoying nobody will fix it ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah we can use that if the config check is fixed.
It seems that
|
The config check in qtbase is currently broken so that double-conversion is always required
7643561
to
ad09eff
Compare
double-conversion is needed at all major platforms (linux, osx, windows), otherwise the configure step will fail