-
Notifications
You must be signed in to change notification settings - Fork 145
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
Autotools build improvement #1664
Comments
@mcuee Thanks for proactively starting issues on things we'd like improved. Can we please use fewer issues: we can summarise what needs improved, eg, have one issue for improving autotools build (listing the 4 aspects to improve) and one issue for improving documentation. It is unlikely we attract a number of people working in parallel on these issues (and for the autotools this is definitely not advisable). Also the new issue on jtag2updi improvement is kinda non-descript. I'd remove that for the time being or make it specific. Ideally we never grow over a page of issues and discussions so we don't lose sight over things on the second page |
Done. |
I have trimmed down the number of issues and discussions to one page. Feel free to close those issues/discussions you think can be closed. |
@mcuee |
The following issue should be present in autotools build as well. |
I will reflect in autoconf whatever comes out of the discussion over there. |
Remove the bug label now that the remaining portions are for enhancement. |
I think we can close this issue. |
1) libreadline status
As of now, for auto-tools build, the presence of libreadline is not correct. It always says libreadline is not present even though libreadline is present and the final binary is linked to libreadline.
I tried to fix it last time but it caused issues with macOS terminal mode and I have to revert the following PR.
2) to reduce the warnings:
Reference: many warnings when using autotools build. It is good to fix or at least reduce the warnings.
3) to fix NetBSD Autotools build
Right now the build is broken for NetBSD as the script can not detect the libraries.
4) to fix OpenBSD Autotools build
#1670
Right now there is an error in the last step.
The text was updated successfully, but these errors were encountered: