[squid-users] Latest squid-5 compile error
Odhiambo Washington
odhiambo at gmail.com
Wed Nov 14 11:54:34 UTC 2018
OS is FreeBSD 11.2:
squid-5.0.0-20181111-r1205859
Making all in eDirectory_userip
depbase=`echo ext_edirectory_userip_acl.o | sed
's|[^/]*$|.deps/&|;s|\.o$||'`; clang++ -DHAVE_CONFIG_H
-DDEFAULT_CONFIG_FILE=\"/opt/squid-5/etc/squid.conf\"
-DDEFAULT_SQUID_DATA_DIR=\"/opt/squid-5/share\"
-DDEFAULT_SQUID_CONFIG_DIR=\"/opt/squid-5/etc\" -I../../../..
-I../../../../include -I../../../../lib -I../../../../src
-I../../../../include -I/usr/include -I/usr/include
-I../../../../libltdl -I/usr/include -I/usr/local/include/libxml2
-I/usr/local/include -I/usr/local/include/libxml2 -Werror
-Qunused-arguments -Wno-deprecated-register -D_REENTRANT
-I/usr/local/include -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/include/p11-kit-1 -g -O2 -march=native
-I/usr/local/include -MT ext_edirectory_userip_acl.o -MD -MP -MF
$depbase.Tpo -c -o ext_edirectory_userip_acl.o ext_edirectory_userip_acl.cc
&& mv -f $depbase.Tpo $depbase.Po
ext_edirectory_userip_acl.cc:891:31: error: use of undeclared identifier
'AF_INET6'
if (dst->ai_family == AF_INET6) {
^
ext_edirectory_userip_acl.cc:893:64: error: member access into incomplete
type 'struct sockaddr_in6'
const char *ia = reinterpret_cast<const char
*>(sia->sin6_addr.s6_addr);
^
ext_edirectory_userip_acl.cc:892:20: note: forward declaration of
'sockaddr_in6'
struct sockaddr_in6 *sia = reinterpret_cast<struct sockaddr_in6
*>(dst->ai_addr);
^
ext_edirectory_userip_acl.cc:893:66: error: expected ')'
const char *ia = reinterpret_cast<const char
*>(sia->sin6_addr.s6_addr);
^
ext_edirectory_userip_acl.cc:893:60: note: to match this '('
const char *ia = reinterpret_cast<const char
*>(sia->sin6_addr.s6_addr);
^
ext_edirectory_userip_acl.cc:896:38: error: use of undeclared identifier
'AF_INET'
} else if (dst->ai_family == AF_INET) {
^
ext_edirectory_userip_acl.cc:898:66: error: member access into incomplete
type 'struct sockaddr_in'
const char *ia = reinterpret_cast<const char
*>(&(sia->sin_addr));
^
ext_edirectory_userip_acl.cc:897:20: note: forward declaration of
'sockaddr_in'
struct sockaddr_in *sia = reinterpret_cast<struct sockaddr_in
*>(dst->ai_addr);
^
5 errors generated.
*** Error code 1
Stop.
make[5]: stopped in
/usr/home/wash/Tools/Squid/5.x/squid-5.0.0-20181111-r1205859/src/acl/external/eDirectory_userip
*** Error code 1
--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20181114/37df0143/attachment.html>
More information about the squid-users
mailing list