Skip to content

"fatal error: windows.h: No such file or directory" when running make (Ubuntu 20.04 LTS) #10

@Kodemannen

Description

@Kodemannen

Hello there,

When I run make inside the repository I get the following error message

gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows    -g -O2 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -o jackasio.o jackasio.c
jackasio.c:57:10: fatal error: windows.h: No such file or directory
   57 | #include <windows.h>
      |          ^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:82: jackasio.o] Error 1

Do you know what to do?

Cheers :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions