Skip to content

Instantly share code, notes, and snippets.

@dchmelik
Last active November 11, 2020 07:34
Show Gist options
  • Save dchmelik/b17ddba11851339289e8702c9db8cb7e to your computer and use it in GitHub Desktop.
Save dchmelik/b17ddba11851339289e8702c9db8cb7e to your computer and use it in GitHub Desktop.
Moria fork 5.6.1 make error log
d@cosmos:~/moria$ make
cc -O2 -I/opt/local/include -I/opt/local/include/ncurses -DEBIAN_LINUX -I include -c -o build/generate.o src/generate.c
cc -O2 -I/opt/local/include -I/opt/local/include/ncurses -DEBIAN_LINUX -I include -c -o build/create.o src/create.c
cc -O2 -I/opt/local/include -I/opt/local/include/ncurses -DEBIAN_LINUX -I include -c -o build/magic.o src/magic.c
cc -O2 -I/opt/local/include -I/opt/local/include/ncurses -DEBIAN_LINUX -I include -c -o build/wizard.o src/wizard.c
cc -O2 -I/opt/local/include -I/opt/local/include/ncurses -DEBIAN_LINUX -I include -c -o build/moria4.o src/moria4.c
cc -O2 -I/opt/local/include -I/opt/local/include/ncurses -DEBIAN_LINUX -I include -c -o build/moria3.o src/moria3.c
cc -O2 -I/opt/local/include -I/opt/local/include/ncurses -DEBIAN_LINUX -I include -c -o build/tables.o src/tables.c
In file included from src/magic.c:21:0:
include/config.h:21:0: warning: "unix" redefined
#define unix
<built-in>: note: this is the location of the previous definition
In file included from src/magic.c:21:0:
include/config.h:22:10: fatal error: sys/ioctl_compat.h: No such file or directory
#include <sys/ioctl_compat.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from src/generate.c:23:0:
include/config.h:21:0: warning: "unix" redefined
#define unix
<built-in>: note: this is the location of the previous definition
In file included from src/generate.c:23:0:
include/config.h:22:10: fatal error: sys/ioctl_compat.h: No such file or directory
#include <sys/ioctl_compat.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from src/wizard.c:24:0:
include/config.h:21:0: warning: "unix" redefined
#define unix
<built-in>: note: this is the location of the previous definition
In file included from src/wizard.c:24:0:
include/config.h:22:10: fatal error: sys/ioctl_compat.h: No such file or directory
#include <sys/ioctl_compat.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from src/moria3.c:23:0:
include/config.h:21:0: warning: "unix" redefined
#define unix
<built-in>: note: this is the location of the previous definition
In file included from src/moria3.c:23:0:
include/config.h:22:10: fatal error: sys/ioctl_compat.h: No such file or directory
#include <sys/ioctl_compat.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from src/moria4.c:24:0:
include/config.h:21:0: warning: "unix" redefined
#define unix
<built-in>: note: this is the location of the previous definition
In file included from src/moria4.c:24:0:
include/config.h:22:10: fatal error: sys/ioctl_compat.h: No such file or directory
#include <sys/ioctl_compat.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:46: recipe for target 'build/magic.o' failed
make: *** [build/magic.o] Error 1
make: *** Waiting for unfinished jobs....
Makefile:46: recipe for target 'build/generate.o' failed
make: *** [build/generate.o] Error 1
Makefile:46: recipe for target 'build/moria3.o' failed
make: *** [build/moria3.o] Error 1
Makefile:46: recipe for target 'build/wizard.o' failed
make: *** [build/wizard.o] Error 1
Makefile:46: recipe for target 'build/moria4.o' failed
make: *** [build/moria4.o] Error 1
In file included from src/create.c:23:0:
include/config.h:21:0: warning: "unix" redefined
#define unix
<built-in>: note: this is the location of the previous definition
In file included from src/create.c:23:0:
include/config.h:22:10: fatal error: sys/ioctl_compat.h: No such file or directory
#include <sys/ioctl_compat.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:46: recipe for target 'build/create.o' failed
make: *** [build/create.o] Error 1
In file included from src/tables.c:21:0:
include/config.h:21:0: warning: "unix" redefined
#define unix
<built-in>: note: this is the location of the previous definition
In file included from src/tables.c:21:0:
include/config.h:22:10: fatal error: sys/ioctl_compat.h: No such file or directory
#include <sys/ioctl_compat.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:46: recipe for target 'build/tables.o' failed
make: *** [build/tables.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment