This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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