zelurker / raine

Raine emulator

Home Page:http://raine.1emulation.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling error

angerangel opened this issue · comments

On linux I get:

Compiling source/neocd/cdrom.c...
In file included from source/mini-unzip/unzip.h:51:0,
                 from source/files.h:14,
                 from source/neocd/cdrom.c:8:
/usr/include/zlib.h:34:19: fatal error: zconf.h: File not found
 #include "zconf.h"
                   ^

What can I do?
The file exists, it's in:

/usr/include/x86_64-linux-gnu/zconf.h
/usr/lib/syslinux/com32/include/zconf.h

This helped me:

cd /usr/include 
sudo ln -s x86_64-linux-gnu/zconf.h