Compilation errors are occurring when compiling a driver

Can someone help me fix them? The errors are in the paste located at https://paste.ee/p/husrG . They are the errors involving ac97smpl.
1. It's impossible to fix without seeing the source.

2. We'd prefer to see the conversation here, so it might help someone else in the future.
The source is available at https://u.teknik.io/Rq3cw.zip . The build environment that I am using is ReactOS Build Environment (available at https://downloads.sourceforge.net/reactos/RosBE-2.2.0.exe ) and I am using Git for Windows (available at https://git-scm.com/download/win ) for downloading ReactOS' source code and keeping it up to date. I am able to replicate those errors by doing the following:

1. Open a Command Prompt Window.
2. Type cd c:\ and press Enter.
3. Type git clone https://github.com/reactos/reactos.git and press Enter.
4. Close the Command Prompt Window.
5. Install ReactOS Build Environment and set the path of the source to C:\reactos while installing it.
6. Extract the archive containing the driver's source to C:\reactos\drivers\wdm\audio\drivers.
7. Open ReactOS Build Environment.
8. Type configure and press Enter.
9. Type cd output-mingw-i386 and press Enter.
10. Type ninja ac97smpl and press Enter.
Last edited on
Will anyone try to fix them soon?
Topic archived. No new replies allowed.