-
Notifications
You must be signed in to change notification settings - Fork 11
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
-Werror breaks the build process #158
Comments
Modifying debian/rules to add
does the trick. |
What compiler version are you using? I want to keep the error on warn as a default - warnings do in general indicate issues, but we do ignore a subset. Ignored warnings are listed in aldor/m4/strict_compile.m4.. Adding '-Wno-error=address' will work around your issue, but this one looks to be worth investigating. Peter |
gcc (Debian 12.2.0-14) 12.2.0
Kali Linux on WSL2.
Le ven. 2 juin 2023, 11:15, pbroadbery ***@***.***> a écrit :
… What compiler version are you using?
The error looks to be due to a new version doing more checks.
I want to keep the error on warn as a default - warnings do in general
indicate issues, but we do ignore a subset.
The build instructions should mention disable-error-on-warning I guess.
Ignored warnings are listed in aldor/m4/strict_compile.m4.. Adding
'-Wno-error=address' will work around your issue, but this one looks to be
worth investigating.
Peter
(at work, so I can't look at this too deeply at the moment)
—
Reply to this email directly, view it on GitHub
<#158 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKGLAMCSI4C35XKUXH45HD3XJGVKFANCNFSM6AAAAAAYXPZ3KI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello,
Just Git cloned Aldor and FriCAS and all seems fine for me. FriCAS
with Aldor tests also pass.
Aldor is now even buildable on a Debian-like system with
'dpkg-buildpackage -b', many thanks for your work!
- Greg
Le dim. 24 nov. 2024 à 16:12, pbroadbery ***@***.***> a écrit :
…
I think I've fixed it with the latest couple of commits - could you give it a test?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi,
Thanks for testing it - it's reassuring that it works in a couple of
environments. I've a few more changes in the pipeline and hoping to get
them released soon.
Peter
…On Wed, 27 Nov 2024, 11:00 Grégory Vanuxem, ***@***.***> wrote:
Hello,
Just Git cloned Aldor and FriCAS and all seems fine for me. FriCAS
with Aldor tests also pass.
Aldor is now even buildable on a Debian-like system with
'dpkg-buildpackage -b', many thanks for your work!
- Greg
Le dim. 24 nov. 2024 à 16:12, pbroadbery ***@***.***> a écrit :
>
> I think I've fixed it with the latest couple of commits - could you give
it a test?
>
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> You are receiving this because you authored the thread.Message ID:
***@***.***>
—
Reply to this email directly, view it on GitHub
<#158 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABWHLMF7LV4XZY6YLKHZ2D2CWQ3NAVCNFSM6AAAAABSMKK5JGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBTGU3TCNJTHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Apparently, it is the first time I compile Aldor, by default
-Werror
is used asSTRICTCFLAGS
or something like that. I had to remove it fromconfig.status
to build Aldor since there are some warnings during Aldor compilation.What I did:
And the build process stops with:
Regards
The text was updated successfully, but these errors were encountered: