Skip to content
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

Make Autotools work out of tree #2082

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

albinahlback
Copy link
Collaborator

Solves #30.

Note, however, that paths with spaces are no longer allowed. While @edgarcosta fixed this half a year ago, I could not get quoted path to work for recipes. According to [1], one could escape these via double backslash, such as

my\\ file\\ with\\ spaces.c: another\\ file.c
    $(CC) ...

but it's not really consistent. Regardless, if you want to build FLINT with paths containing spaces, you would probably want to do the same for GMP, which I believe does not work.

If someone manage to get paths with spaces to work, please submit a PR or let me know how to fix this. Until then, I am more in favor of this PR.

Half-breaking: Now, paths with spaces are no longer allowed. However,
this should not really be breaking as Make does not allow spaces by
default (although, one *could* make it work in some cases by hacking).
@albinahlback albinahlback merged commit 21d9cac into flintlib:main Oct 7, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant