Željko Brkić

Results 10 comments of Željko Brkić

Start/stop/uninstall/install - nothing helped.

From EventLog: ```xml 1000 0 2 100 0 0x8000000000000000 19594 Application ZeljkoPC ccache.exe 0.0.0.0 65c1378c ccache.exe 0.0.0.0 65c1378c 40000015 000000000022eba6 0x1700 0x1da6c17386a3e75 D:\Projects\ccache-4.9.1-windows-x86_64\ccache.exe D:\Projects\ccache-4.9.1-windows-x86_64\ccache.exe 4ce71272-0ae3-4fce-945c-36321174c88e

I have a letter _Ž_ in profile path. Could that be a problem?

How can I check if $env:USERPROFILE in UTF8 or UTF16? %USERPROFILE% in explorer works. I can start ccache, usage is printed. But if I start it with any argument then...

``` PS D:\Projects\ccache-4.9.1-windows-x86_64> $env:USERPROFILE | format-hex 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00000000 43 3A 5C 55 73 65 72...

After changing Regional Settings to use UTF 8 **it works**: ``` PS D:\Projects\ccache-4.9.1-windows-x86_64> $env:USERPROFILE | format-hex 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D...

Yes, there was no difference in `$env:USERPROFILE` before and after changing regional settings.

UFT-8 should use 2 bytes for Ž (C5 BD), but it seems that Windows or PS just uses ? instead: ``` PS C:\Users\Željko> 'C:\Users\Željko' | format-hex 00 01 02 03...

Thanks @sdanyliv. It is done once per application (using singleton schema provider), but `MappingSchema.Default` is used. Should `new MappingSchema()` be used instead? In that case, what to do with configuration...

@davtur19 How did you fix it by installing perl? What does perl have to do with _The C compiler ... is not able to compile a simple test program_?