-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
config.cache files often have to be deleted #7
Comments
they also have to get deleted any time there's a change in minor OS revision: e.g.,
Still Big Sur, but 3 increased to 6... maybe I should just have that part stripped from the triplet... |
So, one thing I try doing in the configure scripts is hacking the caches with
|
I think I may have figured this part out; I think it's due to misuse of |
see issue #7 Change-Id: I9f6910445b62457ba4d47fc00ea0664bbd628d73
So yeah this part is now at least partially fixed by d522ebb; I'll need to do a follow-up commit to fix the unrelated CI breakage it caused, though... |
OK so yeah this part is now fixed; the original issue of mismatches between certain environment variables being set (or not) still remains, though (albeit flakily) |
Change-Id: I9e5a9648012daad3a41ca70b82e5279a0840f75d
I think this comes down to the rules that automake generates to regenerate the subdirectory Makefiles with |
It's common to see messages like this after regenerating build files and trying to remake with maintainer mode:
I need to make sure that
CPP
is set consistently by the Makefiles.The text was updated successfully, but these errors were encountered: