Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NattyNarwhal/748610dd19d2bf8b2eab1afddbc5d768 to your computer and use it in GitHub Desktop.
Save NattyNarwhal/748610dd19d2bf8b2eab1afddbc5d768 to your computer and use it in GitHub Desktop.
ew
$ ./configure
checking for C compiler... cc
checking for -w compiler flag... yes
checking for OS... NEXTSTEP
checking for __dead... no
checking for __dead2... no
checking for asprintf... no
checking for confstr... no
checking for pledge... no
checking for reallocarray... no
checking for setresgid... no
checking for setresuid... no
checking for sig_t... no
checking for srand_deterministic... no
checking for st_mtim... no
checking for st_mtimespec... no
checking for stravis... no
checking for strlcat... no
checking for strlcpy... no
checking for strtonum... no
checking for strunvis... no
checking for sys_siglist... no
checking for sys_signame... no
checking for timeradd... no
checking for timersub... no
creating Makefile... done
$ make
cc -DEMACS -DVI -w -c alloc.c
alloc.c:9: header file 'stdint.h' not found
pconfig.h:3: warning: redefinition of macro __dead
/NextLibrary/Frameworks/System.framework/Headers/bsd/sys/cdefs.h:121: warning: this is the location of the previous definition
portable.h:164: warning: redefinition of macro timespeccmp
portable.h:147: warning: this is the location of the previous definition
sh.h:18: header file 'stdbool.h' not found
sh.h:40: undefined type, found `pid_t'
sh.h:41: undefined type, found `pid_t'
sh.h:79: undefined type, found `sigjmp_buf'
sh.h:329: undefined type, found `sigset_t'
lex.h:112: undefined type, found `uint32_t'
sh.h:444: syntax error, found `bool'
sh.h:444: illegal function definition, found `)'
sh.h:445: syntax error, found `bool'
sh.h:445: illegal function definition, found `)'
sh.h:464: syntax error, found `const'
sh.h:464: illegal function definition, found `)'
sh.h:512: undefined type, found `pid_t'
sh.h:531: syntax error, found `int'
sh.h:531: illegal function definition, found `)'
sh.h:585: syntax error, found `bool'
sh.h:585: illegal function definition, found `)'
sh.h:589: syntax error, found `bool'
sh.h:589: illegal function definition, found `)'
sh.h:591: syntax error, found `bool'
sh.h:591: illegal function definition, found `)'
*** Exit 1
Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment