You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git version: git version 2.45.2.windows.1
Git vroot status: Error: fatal: detected dubious ownership in repository at 'C:/v'
'C:/v' is owned by:
BUILTIN/Administrators (S-1-5-32-544)
but the current user is:
WIN10/amu (S-1-5-21-1474005053-2211241098-2941017997-1000)
To add an exception for this directory, call:
git config --global --add safe.directory C:/v
.git/config present: true
CC version: Error: 'cc' is not recognized as an internal or external command,
operable program or batch file.
thirdparty/tcc status: Error: fatal: detected dubious ownership in repository at 'C:/v/thirdparty/tcc'
'C:/v/thirdparty/tcc' is owned by:
BUILTIN/Administrators (S-1-5-32-544)
but the current user is:
WIN10/amu (S-1-5-21-1474005053-2211241098-2941017997-1000)
To add an exception for this directory, call:
Error: fatal: detected dubious ownership in repository at 'C:/v/thirdparty/tcc'
'C:/v/thirdparty/tcc' is owned by:
BUILTIN/Administrators (S-1-5-32-544)
but the current user is:
WIN10/amu (S-1-5-21-1474005053-2211241098-2941017997-1000)
To add an exception for this directory, call:
Bug Description
When installing everything for v, running compilation for my project (or any other project) that uses raylibv causes an compiler error:
Steps to Reproduce
v -cc gcc run main.v
Intended Behaviour
Successful compialtion
Known Workarounds (if any)
V 0.4.6 537fa1b
raylib.v commit hash
Environment Details (OS name and version, etc.)
V full version: V 0.4.6 537fa1b
OS: windows, Microsoft Windows 10 Home v19045 64-bit running under VirtualBox
Processor: 6 cpus, 64bit, little endian,
getwd: C:\Users\amu\Documents\vlang\example
vexe: C:\v\v.exe
vexe mtime: 2024-06-20 16:48:46
vroot: OK, value: C:\v
VMODULES: OK, value: C:\Users\amu.vmodules
VTMP: OK, value: C:\Users\amu\AppData\Local\Temp\v_0
Git version: git version 2.45.2.windows.1
Git vroot status: Error: fatal: detected dubious ownership in repository at 'C:/v'
'C:/v' is owned by:
BUILTIN/Administrators (S-1-5-32-544)
but the current user is:
WIN10/amu (S-1-5-21-1474005053-2211241098-2941017997-1000)
To add an exception for this directory, call:
.git/config present: true
CC version: Error: 'cc' is not recognized as an internal or external command,
operable program or batch file.
thirdparty/tcc status: Error: fatal: detected dubious ownership in repository at 'C:/v/thirdparty/tcc'
'C:/v/thirdparty/tcc' is owned by:
BUILTIN/Administrators (S-1-5-32-544)
but the current user is:
WIN10/amu (S-1-5-21-1474005053-2211241098-2941017997-1000)
To add an exception for this directory, call:
Error: fatal: detected dubious ownership in repository at 'C:/v/thirdparty/tcc'
'C:/v/thirdparty/tcc' is owned by:
BUILTIN/Administrators (S-1-5-32-544)
but the current user is:
WIN10/amu (S-1-5-21-1474005053-2211241098-2941017997-1000)
To add an exception for this directory, call:
The text was updated successfully, but these errors were encountered: