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

No caching if build-path contains unicode characters #265

Open
spechenin opened this issue Feb 22, 2018 · 0 comments
Open

No caching if build-path contains unicode characters #265

spechenin opened this issue Feb 22, 2018 · 0 comments
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@spechenin
Copy link

spechenin commented Feb 22, 2018

All files and libraries are recompiled each time for me.

OS Windows
Temporary directory is in C:\Users\USER\AppData\Local\Temp
In my case the USER part contains unicode characters.
Environment variable is set to short path, TEMP=C:\Users\328E~1\AppData\Local\Temp

The trouble comes from gcc .d files with non-utf-8 encoding.
So every reference in .d file cannot be found and the rebuild process starts.

@per1234 per1234 removed the bug label Sep 16, 2021
@fstasi fstasi removed the unicode label Sep 16, 2021
@rsora rsora added unicode type: imperfection Perceived defect in any part of project labels Sep 22, 2021
@github-actions github-actions bot removed the unicode label Sep 24, 2021
@per1234 per1234 added the topic: code Related to content of the project itself label Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

5 participants