-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Build errors on Fedora 23 / gcc 5.3.1 #25630
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
Comments
Just to mention, after the two workaround I made, I successfully built the whole Dart sdk in fedora 23 |
What version of gcc or clang were you using? |
I'm using the latest version from fedora 23 ( 5.3.1 20151207 (Red Hat 5.3.1-2)).
Thanks for the help =D |
libdoubleconversion fixed in e8a3292 |
Nice work :) Em Ter, 2 de fev de 2016 23:45, Ryan Macnak [email protected]
|
to: https://boringssl.googlesource.com/boringssl/+/c880e42ba1c8032d4cdde2aba0541d8a9d9fa2e9 This change also prunes unneeded stuff from our boringssl gyp files. related #26343, #25630, #25256 fixes #25647, #24321 [email protected], [email protected] Review URL: https://codereview.chromium.org/1924693003 .
I assume that this issue is stale and was already fixed. |
Hi guys,
I was building all the projects to play with flutter.io on my new computer and found some problems following this page https://github.com/dart-lang/sdk/wiki/Building . There was 2 different problems, one of them I had to change the C Flags to remove Werror and the other one, it seems to be missing a define in the beginning of socket_helper.c . Below are some outputs about the 2 problems:
So I removed -Werror flag from:
Then I found:
So I placed "#define _POSIX_C_SOURCE 200112L" after the line "#define _POSIX_SOURCE"
About the gcc used to compile:
Thanks
The text was updated successfully, but these errors were encountered: