When I compile the driver's source code (which can be downloaded at https://u.teknik.io/Rq3cw.zip) using ReactOS Build Environment (available at https://downloads.sourceforge.net/reactos/RosBE-2.2.0.exe) and Git for Windows (available at https://git-scm.com/download/win), I get the errors shown in https://paste.ee/p/husrG. I am able to replicate those errors by doing the following:
- Open a Command Prompt Window.
- Type cd c:\ and press Enter.
- Type git clone https://github.com/reactos/reactos.git and press Enter.
- Close the Command Prompt Window.
- Install ReactOS Build Environment and set the path of the source to C:\reactos while installing it.
- Extract the archive containing the driver's source to C:\reactos\drivers\wdm\audio\drivers.
- Open ReactOS Build Environment.
- Type configure and press Enter.
- Type cd output-mingw-i386 and press Enter.
- Type ninja ac97smpl and press Enter.