You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling snmp.c...
snmp.c: In function get_interface_addresses': snmp.c:1379: error: structure has no member namedifa_ifu'
snmp.c:1380: error: structure has no member named ifa_ifu' snmp.c:1385: error: structure has no member namedifa_ifu'
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
On OS where ifaddrs.h not exists the struct ifaddrs from the file cups/http-private.h is used. This struct should be extended to match the needs from backend/snmp.c
The attached patch should correct this problem (created on HPUX with diff -c).
The text was updated successfully, but these errors were encountered:
Version: 1.2.0
CUPS.org User: krumboeck
Problem:
Compiling snmp.c...
snmp.c: In function
get_interface_addresses': snmp.c:1379: error: structure has no member named
ifa_ifu'snmp.c:1380: error: structure has no member named
ifa_ifu' snmp.c:1385: error: structure has no member named
ifa_ifu'*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
On OS where ifaddrs.h not exists the struct ifaddrs from the file cups/http-private.h is used. This struct should be extended to match the needs from backend/snmp.c
The attached patch should correct this problem (created on HPUX with diff -c).
The text was updated successfully, but these errors were encountered: