-
Notifications
You must be signed in to change notification settings - Fork 30
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
Materr Error in compilation #293
Comments
Probably something you can easily Google or comment out if it's not really
needed.
…On Tue, Aug 7, 2018, 3:10 PM Phatmented ***@***.***> wrote:
Ubuntu Mate 18.04
math_error.c:24:20:
warning: ‘struct exception’ declared inside parameter list will not be
visible outside of this definition or declaration
errors.log
<https://github.com/ForsakenX/forsaken/files/2267723/errors.log>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#293>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABSO7LFT3mTvJv_KDha-FUkCZAlDNixks5uOeYRgaJpZM4VyuMk>
.
|
I found a page with a similar problem it says: Note: the mechanism described in this page is no longer supported by this is the page where i found it It seems to be that glibc 2.27 break compatibility with matherr error library |
Ya might need to write a little preprocessor logic to conditionally apply
technique for the right version
…On Tue, Aug 7, 2018, 5:17 PM Phatmented ***@***.***> wrote:
I found a page with a similar problem it says:
Note: the mechanism described in this page is no longer supported by
glibc. Before glibc 2.27, it had been marked as obsolete. Since glibc
2.27, the mechanism has been removed altogether. New applications
should use the techniques described in math_error(7) and fenv(3). This
page documents the matherr() mechanism as an aid for maintaining and
porting older applications.
<https://openeuphoria.org/forum/132849.wc>
It seems to be that glibc 2.27 break compatibility with matherr error
library
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#293 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABSO88yJ8YzTQfNZnpojzquklyel6mfks5uOgP1gaJpZM4VyuMk>
.
|
Ubuntu Mate 18.04
math_error.c:24:20:
warning: ‘struct exception’ declared inside parameter list will not be visible outside of this definition or declaration
errors.log
The text was updated successfully, but these errors were encountered: