From: Yaroslav K. <kav...@gm...> - 2011-07-15 06:07:24
|
I wrote: > stream.o: In function `low_listen_unbuffered_socket': > g:\gnu\home\src\clisp\clisp\build-full-debug/../src/stream.d:13509: > undefined reference to `select_used_without_including_sys_ > select_h' ... before it: gcc -I/usr/local/include -I/home/src/clisp/clisp/build-full-debug/gllib -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -falign-functions=4 -D_WIN32 -g -O0 -DDEBUG_OS_ERROR -DDEBUG_SPVW -DDEBUG_BYTECODE -DSAFETY=3 -DENABLE_UNICODE -I/usr/local/include -DDYNAMIC_FFI -I. -c pathname.c gcc -I/usr/local/include -I/home/src/clisp/clisp/build-full-debug/gllib -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplic it -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -falign-functions=4 -D_WIN32 -g -O0 -DDEBUG_O S_ERROR -DDEBUG_SPVW -DDEBUG_BYTECODE -DSAFETY=3 -DENABLE_UNICODE -I/usr/local/include -DDYNAMIC_FFI -I. -c stream.c ../src/stream.d: In function 'low_listen_unbuffered_socket': ../src/stream.d:13509:3: warning: implicit declaration of function 'select_used_without_including_sys_select_h' ../src/stream.d: In function 'sock_opt_bool': ../src/stream.d:14574:5: warning: implicit declaration of function 'setsockopt_used_without_including_sys_socket_h' ../src/stream.d: In function 'C_socket_stream_shutdown': ../src/stream.d:14900:3: warning: implicit declaration of function 'shutdown_used_without_including_sys_socket_h' gcc -I/usr/local/include -I/home/src/clisp/clisp/build-full-debug/gllib -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -falign-functions=4 -D_WIN32 -g -O0 -DDEBUG_OS_ERROR -DDEBUG_SPVW -DDEBUG_BYTECODE -DSAFETY=3 -DENABLE_UNICODE -I/usr/local/include -DDYNAMIC_FFI -I. -c socket.c ../src/socket.d: In function 'addr_to_string': ../src/socket.d:149:5: warning: implicit declaration of function 'inet_ntop' ../src/socket.d:150:28: warning: passing argument 1 of 'asciz_to_string' makes pointer from integer without a cast ../src/lispbibl.d:12920:23: note: expected 'const char *' but argument is of type 'int' ../src/socket.d:155:28: warning: passing argument 1 of 'asciz_to_string' makes pointer from integer without a cast ../src/lispbibl.d:12920:23: note: expected 'const char *' but argument is of type 'int' ../src/socket.d: In function 'nonintr_connect': ../src/socket.d:237:5: warning: implicit declaration of function 'connect_used_without_including_sys_socket_h' ../src/socket.d: In function 'with_host': ../src/socket.d:264:5: warning: implicit declaration of function 'inet_pton' ../src/socket.d: In function 'connect_to_x_via_ip': ../src/socket.d:508:5: warning: implicit declaration of function 'socket_used_without_including_sys_socket_h' ../src/socket.d:513:7: warning: implicit declaration of function 'setsockopt_used_without_including_sys_socket_h' ../src/socket.d: In function 'socket_getlocalname_aux': ../src/socket.d:679:3: warning: implicit declaration of function 'getsockname_used_without_including_sys_socket_h' ../src/socket.d: In function 'socket_getpeername': ../src/socket.d:731:3: warning: implicit declaration of function 'getpeername_used_without_including_sys_socket_h' ../src/socket.d: In function 'bindlisten_via_ip': ../src/socket.d:797:3: warning: implicit declaration of function 'bind_used_without_including_sys_socket_h' ../src/socket.d: In function 'accept_connection': ../src/socket.d:862:3: warning: implicit declaration of function 'accept_used_without_including_sys_socket_h' ... gcc -I/usr/local/include -I/home/src/clisp/clisp/build-full-debug/gllib -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -falign-functions=4 -D_WIN32 -g -O0 -DDEBUG_OS_ERROR -DDEBUG_SPVW -DDEBUG_BYTECODE -DSAFETY=3 -DENABLE_UNICODE -I/usr/local/include -DDYNAMIC_FFI -I. -c win32aux.c ../src/win32aux.d: In function 'sock_read_will_hang_p': ../src/win32aux.d:787:3: warning: implicit declaration of function 'select_used_without_including_sys_select_h' ../src/win32aux.d: In function 'lowlevel_sock_read': ../src/win32aux.d:839:5: warning: implicit declaration of function 'recv_used_without_including_sys_socket_h' ../src/win32aux.d: In function 'lowlevel_sock_write': ../src/win32aux.d:950:5: warning: implicit declaration of function 'send_used_without_including_sys_socket_h' ../src/win32aux.d: In function 'abort': ../src/win32aux.d:1096:18: warning: division by zero -- WBR, Yaroslav Kavenchuk |