All of lore.kernel.org
 help / color / mirror / Atom feed
* nftables error compile current git
@ 2014-11-19 14:11 Marco Berizzi
  2014-11-19 20:33 ` Giorgio
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Berizzi @ 2014-11-19 14:11 UTC (permalink / raw)
  To: netfilter-devel@vger.kernel.org

Hi Folks,

I trying to compile nftables, with the following configure options:

configure --prefix=/usr --without-cli

but I get the following error:

  CC     mnl.o
  LEX    scanner.c
  CC     scanner.o
scanner.c: In function 'nft_lex':
scanner.c:1956:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for ( yyl = 0; yyl < yyleng; ++yyl )
                       ^
scanner.c: In function 'nft__scan_bytes':
scanner.c:4091:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for ( i = 0; i < _yybytes_len; ++i )
                 ^
  CC     parser_bison.o
  CCLD   nft
mnl.o: In function `mnl_batch_begin':
/tmp/NFTABLES/nftables/src/mnl.c:199: undefined reference to `nft_batch_begin'
mnl.o: In function `mnl_batch_end':
/tmp/NFTABLES/nftables/src/mnl.c:207: undefined reference to `nft_batch_end'
mnl.o: In function `mnl_nft_setelem_add':
/tmp/NFTABLES/nftables/src/mnl.c:877: undefined reference to `nft_set_elems_nlmsg_build_payload_iter'
mnl.o: In function `mnl_nft_setelem_batch_add':
/tmp/NFTABLES/nftables/src/mnl.c:925: undefined reference to `nft_set_elems_nlmsg_build_payload_iter'
collect2: error: ld returned 1 exit status
make[3]: *** [nft] Error 1
make[3]: Leaving directory `/tmp/NFTABLES/nftables/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/NFTABLES/nftables/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/NFTABLES/nftables'
make: *** [all] Error 2

libmnl is current git clone at the time of writing
libnftnl is current git clone at the time of writing
nftables is current git clone at the time of writing

I'm running slackware 14.1 64bit
Any response are welcome

TIA
 		 	   		  --
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-21 13:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-19 14:11 nftables error compile current git Marco Berizzi
2014-11-19 20:33 ` Giorgio
2014-11-20  8:07   ` Marco Berizzi
2014-11-20 21:43     ` Giorgio
2014-11-21 13:01       ` Marco Berizzi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.