Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- toobis@mush:~/pennmush $ make
- /usr/bin/perl utils/mkcmds.pl functions
- Rebuilding function prototype header.
- File hdrs/funs.h unchanged.
- /usr/bin/perl utils/mkcmds.pl switches
- Rebuilding command switch file and header.
- File hdrs/switches.h unchanged.
- File src/switchinc.c unchanged.
- /usr/bin/perl utils/mkcmds.pl tests
- File src/tests.inc unchanged.
- Making all in src.
- (cd src; make all "CC=gcc" "CCFLAGS=-g -O2 -pipe -Og -march=native -Wall -Wextra -Wpedantic -Wno-comment -Wno-char-subscripts -funsigned-char -Wa,--noexecstack -fstack-protector -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -I.. -I../hdrs -include ../config.h -include ../confmagic.h -include ../options.h -pthread -D_FORTIFY_SOURCE=3 -I/usr/include -I/usr/include -I../pcre2/include " \
- "LDFLAGS=-Wl,--no-as-needed -L/usr/lib -L/usr/lib ../pcre2/lib/libpcre2-8.a " "CLIBS=-lpthread -lz -lcrypt -lm -lssl -lcrypto " "MAKE=make" \
- "MAKEFLAGS=" "SQL_CFLAGS=" \
- "SQL_LDFLAGS=")
- make[1]: Entering directory '/home/toobis/pennmush/src'
- rm -f ../hdrs/buildinf.h
- gcc -g -O2 -pipe -Og -march=native -Wall -Wextra -Wpedantic -Wno-comment -Wno-char-subscripts -funsigned-char -Wa,--noexecstack -fstack-protector -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -I.. -I../hdrs -include ../config.h -include ../confmagic.h -include ../options.h -pthread -D_FORTIFY_SOURCE=3 -I/usr/include -I/usr/include -I../pcre2/include -c -o funlocal.o funlocal.c
- funlocal.c: In function ‘local_functions’:
- funlocal.c:39:23: error: ‘local_fun_c’ undeclared (first use in this function)
- 39 | function_add("C", local_fun_c, 1, 2, FN_REG);
- | ^~~~~~~~~~~
- funlocal.c:39:23: note: each undeclared identifier is reported only once for each function it appears in
- funlocal.c: In function ‘local_fun_c’:
- funlocal.c:61:41: warning: implicit declaration of function ‘safe_str’ [-Wimplicit-function-declaration]
- 61 | safe_str(T("No such FANSI character!"), buff, bp);
- | ^~~~~~~~
- funlocal.c:61:50: warning: implicit declaration of function ‘T’ [-Wimplicit-function-declaration]
- 61 | safe_str(T("No such FANSI character!"), buff, bp);
- | ^
- funlocal.c:65:50: warning: implicit declaration of function ‘safe_chr’ [-Wimplicit-function-declaration]
- 65 | result = safe_chr(c, buff, bp);
- | ^~~~~~~~
- funlocal.c: At top level:
- funlocal.c:72:1: error: redefinition of ‘local_functions’
- 72 | local_functions(void)
- | ^~~~~~~~~~~~~~~
- funlocal.c:37:1: note: previous definition of ‘local_functions’ with type ‘void(void)’
- 37 | local_functions()
- | ^~~~~~~~~~~~~~~
- make[1]: *** [<builtin>: funlocal.o] Error 1
- make[1]: Leaving directory '/home/toobis/pennmush/src'
- make: *** [Makefile:43: all] Error 2
- toobis@mush:~/pennmush $ make
- /usr/bin/perl utils/mkcmds.pl functions
- Rebuilding function prototype header.
- File hdrs/funs.h unchanged.
- /usr/bin/perl utils/mkcmds.pl switches
- Rebuilding command switch file and header.
- File hdrs/switches.h unchanged.
- File src/switchinc.c unchanged.
- /usr/bin/perl utils/mkcmds.pl tests
- File src/tests.inc unchanged.
- Making all in src.
- (cd src; make all "CC=gcc" "CCFLAGS=-g -O2 -pipe -Og -march=native -Wall -Wextra -Wpedantic -Wno-comment -Wno-char-subscripts -funsigned-char -Wa,--noexecstack -fstack-protector -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -I.. -I../hdrs -include ../config.h -include ../confmagic.h -include ../options.h -pthread -D_FORTIFY_SOURCE=3 -I/usr/include -I/usr/include -I../pcre2/include " \
- "LDFLAGS=-Wl,--no-as-needed -L/usr/lib -L/usr/lib ../pcre2/lib/libpcre2-8.a " "CLIBS=-lpthread -lz -lcrypt -lm -lssl -lcrypto " "MAKE=make" \
- "MAKEFLAGS=" "SQL_CFLAGS=" \
- "SQL_LDFLAGS=")
- make[1]: Entering directory '/home/toobis/pennmush/src'
- rm -f ../hdrs/buildinf.h
- gcc -g -O2 -pipe -Og -march=native -Wall -Wextra -Wpedantic -Wno-comment -Wno-char-subscripts -funsigned-char -Wa,--noexecstack -fstack-protector -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -I.. -I../hdrs -include ../config.h -include ../confmagic.h -include ../options.h -pthread -D_FORTIFY_SOURCE=3 -I/usr/include -I/usr/include -I../pcre2/include -c -o funlocal.o funlocal.c
- funlocal.c: In function ‘local_functions’:
- funlocal.c:39:23: error: ‘local_fun_c’ undeclared (first use in this function)
- 39 | function_add("C", local_fun_c, 1, 2, FN_REG);
- | ^~~~~~~~~~~
- funlocal.c:39:23: note: each undeclared identifier is reported only once for each function it appears in
- funlocal.c: In function ‘local_fun_c’:
- funlocal.c:61:41: warning: implicit declaration of function ‘safe_str’ [-Wimplicit-function-declaration]
- 61 | safe_str(T("No such FANSI character!"), buff, bp);
- | ^~~~~~~~
- funlocal.c:61:50: warning: implicit declaration of function ‘T’ [-Wimplicit-function-declaration]
- 61 | safe_str(T("No such FANSI character!"), buff, bp);
- | ^
- funlocal.c:65:50: warning: implicit declaration of function ‘safe_chr’ [-Wimplicit-function-declaration]
- 65 | result = safe_chr(c, buff, bp);
- | ^~~~~~~~
- make[1]: *** [<builtin>: funlocal.o] Error 1
- make[1]: Leaving directory '/home/toobis/pennmush/src'
- make: *** [Makefile:43: all] Error 2
- toobis@mush:~/pennmush $ toobis@mush:~/pennmush $ make
- /usr/bin/perl utils/mkcmds.pl functions
- Rebuilding function prototype header.
- File hdrs/funs.h unchanged.
- /usr/bin/perl utils/mkcmds.pl switches
- Rebuilding command switch file and header.
- File hdrs/switches.h unchanged.
- File src/switchinc.c unchanged.
- /usr/bin/perl utils/mkcmds.pl tests
- File src/tests.inc unchanged.
- Making all in src.
- (cd src; make all "CC=gcc" "CCFLAGS=-g -O2 -pipe -Og -march=native -Wall -Wextra -Wpedantic -Wno-comment -Wno-char-subscripts -funsigned-char -Wa,--noexecstack -fstack-protector -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -I.. -I../hdrs -include ../config.h -include ../confmagic.h -include ../options.h -pthread -D_FORTIFY_SOURCE=3 -I/usr/include -I/usr/include -I../pcre2/include " \
- "LDFLAGS=-Wl,--no-as-needed -L/usr/lib -L/usr/lib ../pcre2/lib/libpcre2-8.a " "CLIBS=-lpthread -lz -lcrypt -lm -lssl -lcrypto " "MAKE=make" \
- "MAKEFLAGS=" "SQL_CFLAGS=" \
- "SQL_LDFLAGS=")
- make[1]: Entering directory '/home/toobis/pennmush/src'
- rm -f ../hdrs/buildinf.h
- gcc -g -O2 -pipe -Og -march=native -Wall -Wextra -Wpedantic -Wno-comment -Wno-char-subscripts -funsigned-char -Wa,--noexecstack -fstack-protector -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -I.. -I../hdrs -include ../config.h -include ../confmagic.h -include ../options.h -pthread -D_FORTIFY_SOURCE=3 -I/usr/include -I/usr/include -I../pcre2/include -c -o funlocal.o funlocal.c
- funlocal.c: In function ‘local_functions’:
- funlocal.c:39:23: error: ‘local_fun_c’ undeclared (first use in this function)
- 39 | function_add("C", local_fun_c, 1, 2, FN_REG);
- | ^~~~~~~~~~~
- funlocal.c:39:23: note: each undeclared identifier is reported only once for each function it appears in
- funlocal.c: In function ‘local_fun_c’:
- funlocal.c:61:41: warning: implicit declaration of function ‘safe_str’ [-Wimplicit-function-declaration]
- 61 | safe_str(T("No such FANSI character!"), buff, bp);
- | ^~~~~~~~
- funlocal.c:61:50: warning: implicit declaration of function ‘T’ [-Wimplicit-function-declaration]
- 61 | safe_str(T("No such FANSI character!"), buff, bp);
- | ^
- funlocal.c:65:50: warning: implicit declaration of function ‘safe_chr’ [-Wimplicit-function-declaration]
- 65 | result = safe_chr(c, buff, bp);
- | ^~~~~~~~
- make[1]: *** [<builtin>: funlocal.o] Error 1
- make[1]: Leaving directory '/home/toobis/pennmush/src'
- make: *** [Makefile:43: all] Error 2
- l
- -bash: toobis@mush:~/pennmush: No such file or directory
- Rebuilding function prototype header.
- File hdrs/funs.h unchanged.
- -bash: Rebuilding: command not found
- -bash: File: command not found
- Rebuilding command switch file and header.
- File hdrs/switches.h unchanged.
- File src/switchinc.c unchanged.
- -bash: Rebuilding: command not found
- -bash: File: command not found
- -bash: File: command not found
- File src/tests.inc unchanged.
- -bash: File: command not found
- -bash: Making: command not found
- rm -f ../hdrs/buildinf.h
- gcc -g -O2 -pipe -Og -march=native -Wall -Wextra -Wpedantic -Wno-comment -Wno-char-subscripts -funsigned-char -Wa,--noexecstack -fstack-protector -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -I.. -I../hdrs -include ../config.h -include ../confmagic.h -include ../options.h -pthread -D_FORTIFY_SOURCE=3 -I/usr/include -I/usr/include -I../pcre2/include -c -o funlocal.o funlocal.c
- funlocal.c: In function ‘local_functions’:
- funlocal.c:39:23: error: ‘local_fun_c’ undeclared (first use in this function)
- 39 | function_add("C", local_fun_c, 1, 2, FN_REG);
- | ^~~~~~~~~~~
- funlocal.c:39:23: note: each undeclared identifier is reported only once for each function it appears in
- funlocal.c: In function ‘local_fun_c’:
- funlocal.c:61:41: warning: implicit declaration of function ‘safe_str’ [-Wimplicit-function-declaration]
- 61 | safe_str(T("No such FANSI character!"), buff, bp);
- | ^~~~~~~~
- funlocal.c:61:50: warning: implicit declaration of function ‘T’ [-Wimplicit-function-declaration]
- 61 | safe_str(T("No such FANSI character!"), buff, bp);
- | ^
- funlocal.c:65:50: warning: implicit declaration of function ‘safe_chr’ [-Wimplicit-function-declaration]
- 65 | result = safe_chr(c, buff, bp);
- | ^~~~~~~~
- make: *** [<builtin>: funlocal.o] Error 1
- -bash: make[1]:: command not found
- cc1: fatal error: funlocal.c: No such file or directory
- compilation terminated.
- -bash: funlocal.c:: command not found
- -bash: syntax error near unexpected token `('
- -bash: syntax error near unexpected token `"C",'
- -bash: syntax error near unexpected token `|'
- -bash: funlocal.c:39:23:: command not found
- -bash: funlocal.c:: command not found
- -bash: funlocal.c:61:41:: command not found
- -bash: syntax error near unexpected token `T'
- -bash: syntax error near unexpected token `|'
- -bash: funlocal.c:61:50:: command not found
- -bash: syntax error near unexpected token `T'
- -bash: syntax error near unexpected token `|'
- -bash: funlocal.c:65:50:: command not found
- -bash: syntax error near unexpected token `('
- -bash: syntax error near unexpected token `|'
- -bash: builtin: No such file or directory
- -bash: make[1]:: command not found
- -bash: make:: command not found
Advertisement
Add Comment
Please, Sign In to add comment