Skip to content

Instantly share code, notes, and snippets.

@ori-sky

ori-sky/make.log Secret

Created September 5, 2021 09:43
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 ori-sky/dea74f8f895d1610552264349773b542 to your computer and use it in GitHub Desktop.
Save ori-sky/dea74f8f895d1610552264349773b542 to your computer and use it in GitHub Desktop.
gcc -DPROGRAM='"bash.elf"' -DCONF_HOSTTYPE='"i386"' -DCONF_OSTYPE='"shk"' -DCONF_MACHTYPE='"i386-pc-shk"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"//share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I../bash-5.1 -I../bash-5.1/include -I../bash-5.1/lib -I../bash-5.1/lib/intl -I/home/ori/dev/shockk-os/usr/build-bash-5.1/lib/intl -g -DCROSS_COMPILING -g -DCROSS_COMPILING -o mksyntax.elf ../bash-5.1/mksyntax.c
In file included from ../bash-5.1/mksyntax.c:23:
./config.h:326:15: error: two or more data types in declaration specifiers
326 | #define u_int unsigned int
| ^~~~~~~~
./config.h:326:24: error: two or more data types in declaration specifiers
326 | #define u_int unsigned int
| ^~~
./config.h:331:16: error: two or more data types in declaration specifiers
331 | #define u_long unsigned long
| ^~~~~~~~
./config.h:331:25: error: two or more data types in declaration specifiers
331 | #define u_long unsigned long
| ^~~~
make: *** [Makefile:720: mksyntax.elf] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment