Skip to content

No caching if build-path contains unicode characters #265

Open
@spechenin

Description

@spechenin

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

No one assigned

    Labels

    topic: codeRelated to content of the project itselftype: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions