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

Problem with pre-compiled headers #2

Open
retr0devops opened this issue Jan 14, 2024 · 0 comments
Open

Problem with pre-compiled headers #2

retr0devops opened this issue Jan 14, 2024 · 0 comments

Comments

@retr0devops
Copy link

==> Compiling Tweak.x (arm64e)…
:1:10: error: non-portable path to file '"Userss/developermain/Downloads/theos/Prefix.pch"'; specified path differs in case from file name on disk [-Werror,-Wnonportable-include-path]
#include "/Users/developermain/downloads/theos/Prefix.pch"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Userss/developermain/Downloads/theos/Prefix.pch"
1 error generated.
make[3]: *** [/Users/developermain/downloads/theos/makefiles/instance/rules.mk:380: /Users/developermain/ersatz/.theos/obj/debug/arm64e/Tweak.x.bf573d0c.o] Error 1
==> Compiling Tweak.x (arm64)…
:1:10: error: non-portable path to file '"Userss/developermain/Downloads/theos/Prefix.pch"'; specified path differs in case from file name on disk [-Werror,-Wnonportable-include-path]
#include "/Users/developermain/downloads/theos/Prefix.pch"

why is an extra 's' added to the path in Users? So I cannot compile tweaks

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

No branches or pull requests

1 participant