View previous topic :: View next topic |
Author |
Message |
rcoit
Joined: 01 May 2016 Posts: 1 Location: Hamilton, ON Canada
|
Posted: Sun May 01, 2016 6:11 pm Post subject: Can't compile with nftables |
|
|
when I run: make -f Makefile.linux_nft
I get the following errors:
/root/miniupnpd-2.0/upnpredirect.c:358: undefined reference to `update_portmapping'
/root/miniupnpd-2.0/upnpredirect.c:360: undefined reference to `update_portmapping_desc_timestamp'
upnpevents.o: In function `newSubscriber':
/root/miniupnpd-2.0/upnpevents.c:120: undefined reference to `uuid_generate'
/root/miniupnpd-2.0/upnpevents.c:122: undefined reference to `uuid_unparse' |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1594
|
Posted: Sun May 01, 2016 7:54 pm Post subject: |
|
|
integration tests are not done properly for linux/nft
I suppose something is wrong with Makefile.linux_nft _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
|