tccbin icon indicating copy to clipboard operation
tccbin copied to clipboard

TCC build does not support non latin symbols on the path

Open rend3r opened this issue 2 years ago • 0 comments

C:\Users\Вася\Desktop\learning>v run .
==================
C:/Users/17D3~1/AppData/Local/Temp/v_0/learning.10108219506391785254.tmp.c:7362: warning: cast between pointer and integer of different size
tcc: error: could not create 'C:\Users\Вася\Desktop\learning\learning.def': No such file or directory
...
==================
(Use `v -cg` to print the entire error message)

builder error:
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang

Windows 10 After moving the v src file to something like "C:\learning\v" error doesnt occurred, no Вася allowed.

rend3r avatar Jul 26 '22 09:07 rend3r