Skip to content

MSVC 2019: Small errors with self-build #548

Description

@IngwiePhoenix

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions