Hi!
I'm trying to compile Angband using Visual Studio, following this guide --
However, when I got to the "build" step, I got the following errors.
Can anyone help me figure out what to do next?
Thank you!
I'm trying to compile Angband using Visual Studio, following this guide --
However, when I got to the "build" step, I got the following errors.
Can anyone help me figure out what to do next?
Thank you!
Code:
Severity Code Description Project File Line Suppression State Details Error (active) E1696 cannot open source file "unistd.h" AngbandTest C:\Users\dynam\source\repos\AngbandTest\AngbandTes t\src\h-basic.h 121 Error (active) E1696 cannot open source file "pwd.h" AngbandTest C:\Users\dynam\source\repos\AngbandTest\AngbandTes t\src\h-basic.h 119
Comment