Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Compiling src/core/net/net_params.c
  2. gcc -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -falign-loops -ftree-vectorize -mtune=i686 -Wold-style-definition -Wmissing-field-initializers -Wredundant-decls -DINSTALL_DIR='"/usr/src/opensips"' -DNAME='"opensips"' -DVERSION='"2.0.0-dev0-notls"' -DARCH='"i386"' -DOS='"freebsd"' -DCOMPILER='"gcc 4.2.1"' -D__CPU_i386 -D__OS_freebsd -D__SMP_no -DCFG_DIR='"/usr/local/etc/opensips/"' -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DDBG_QM_MALLOC -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_CONNECT_ECONNRESET_BUG -DHAVE_TIMEGM -DHAVE_NETINET_IN_SYSTM -DHAVE_KQUEUE -DHAVE_SELECT -c src/core/net/net_params.c -o src/core/net/net_params.o
  3. In file included from src/core/net/net_params.c:27:
  4. /usr/include/netinet/in_systm.h:49: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'n_short'
  5. /usr/include/netinet/in_systm.h:50: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'n_long'
  6. /usr/include/netinet/in_systm.h:52: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'n_time'
  7. In file included from src/core/net/net_params.c:28:
  8. /usr/include/netinet/ip.h:51: error: expected specifier-qualifier-list before 'u_int'
  9. /usr/include/netinet/ip.h:141: error: expected specifier-qualifier-list before 'u_char'
  10. /usr/include/netinet/ip.h:192: error: expected specifier-qualifier-list before 'u_char'
  11. In file included from src/core/net/net_params.c:29:
  12. /usr/include/netinet/tcp.h:40: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'tcp_seq'
  13. /usr/include/netinet/tcp.h:50: error: expected specifier-qualifier-list before 'u_short'
  14. /usr/include/netinet/tcp.h:175: error: expected specifier-qualifier-list before 'u_int8_t'
  15. gmake: *** [src/core/net/net_params.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement