-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hello!
Trying to build Dao on my Windows 10 maschine as I am testing out how it'd work with the V programming language. I found the following errors:
"state" is not a member of "DThreadData":
https://github.com/daokoder/dao/blob/master/kernel/daoThread.c#L275
https://github.com/daokoder/dao/blob/master/kernel/daoThread.c#L291
"thdSpecData" is no member of "DThreadData"
https://github.com/daokoder/dao/blob/master/kernel/daoThread.c#L349
"TlsSetValue": Not enough arguments for call:
https://github.com/daokoder/dao/blob/master/kernel/daoThread.c#L349
Uninitialized variable "j" used:
https://github.com/daokoder/dao/blob/master/kernel/daoProcess.c#L1765 (Typo?)
Compilation command used: cl .\kernel\*.c -I kernel /DWIN32 /DDAO_WITH_CONCURRENT /DDAO_STATIC_BUILD /Fedao.exe
Also where can I find the full documentation for all the syntax? I was not able to see the load keyword documented anywhere - just within one of the tests within test.
Kind regards,
Ingwie