We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the file it fails on is a part of glibc, so perhaps it's relevant that it is quite recent (version 2.26)
$ ./configure --enable-hpcgap $ make ... WARD src/macfloat.c => gen/macfloat.c /usr/include/bits/mathcalls-helper-functions.h:21:29: Syntax error extern int __fpclassifyf128 (_Float128 __value) ^ ERROR: Ward failed to parse C source make: *** [Makefile.rules:255: gen/macfloat.c] Error 1 make: *** Deleting file 'gen/macfloat.c'
(same error with ABI=32)
ABI=32
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the file it fails on is a part of glibc, so perhaps it's relevant that it is quite recent (version 2.26)
(same error with
ABI=32
)The text was updated successfully, but these errors were encountered: