Trying to compile on Cygwin (&MinGW) but getting this error:
This is from rephial nightlies.
I followed these instructions in compiling.txt
...
Successfully compiled z-bitflag.c.
z-file.c:25:21: fatal error: direct.h: No such file or directory
compilation terminated.
Failed to compile z-file.c!
Successfully compiled z-bitflag.c.
z-file.c:25:21: fatal error: direct.h: No such file or directory
compilation terminated.
Failed to compile z-file.c!
This is from rephial nightlies.
I followed these instructions in compiling.txt
Using Cygwin (with MinGW)
-------------------------
Use this option if you want to build a native Windows executable that
can run with or without Cygwin.
Use the Cygwin setup.exe to install the mingw-gcc-core package and any
dependencies suggested by the installer.
Run these commands:
./autogen.sh
./configure --enable-win --with-no-install --host=i686-pc-mingw32
make
-------------------------
Use this option if you want to build a native Windows executable that
can run with or without Cygwin.
Use the Cygwin setup.exe to install the mingw-gcc-core package and any
dependencies suggested by the installer.
Run these commands:
./autogen.sh
./configure --enable-win --with-no-install --host=i686-pc-mingw32
make
Comment