-
-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
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.
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project