[GH-ISSUE #91] error zlib.h missing when building #82

Open
opened 2026-03-03 18:48:50 +03:00 by kerem · 0 comments
Owner

Originally created by @petershaw23 on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/oerg866/win98-quickinstall/issues/91

When building, I get this error:


~/win98-quickinstall/pciutils/../i486-linux-musl-cross/bin/i486-linux-musl-gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes   -c -o params.o params.c

names-parse.c:20:10: fatal error: zlib.h: No such file or directory
   20 | #include <zlib.h>
      |          ^~~~~~~~
compilation terminated.

I already installed "zlib1g-dev", which does not help. Any ideas?

Originally created by @petershaw23 on GitHub (Mar 2, 2026). Original GitHub issue: https://github.com/oerg866/win98-quickinstall/issues/91 When building, I get this error: ``` ~/win98-quickinstall/pciutils/../i486-linux-musl-cross/bin/i486-linux-musl-gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -c -o params.o params.c names-parse.c:20:10: fatal error: zlib.h: No such file or directory 20 | #include <zlib.h> | ^~~~~~~~ compilation terminated. ``` I already installed "zlib1g-dev", which does not help. Any ideas?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/win98-quickinstall#82
No description provided.