You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2014/05/06 18:39:30 UTC

[jira] [Assigned] (TS-2784) header_rewrite fails to build on FreeBSD(10)

     [ https://issues.apache.org/jira/browse/TS-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom reassigned TS-2784:
---------------------------------

    Assignee: Leif Hedstrom

> header_rewrite fails to build on FreeBSD(10)
> --------------------------------------------
>
>                 Key: TS-2784
>                 URL: https://issues.apache.org/jira/browse/TS-2784
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 5.0.0
>
>
> {code}
>   CXX      expander.lo
> expander.cc:41:28: error: member access into incomplete type 'const struct sockaddr_in'
>     inet_ntop(s_sockaddr_in->sin_family, &s_sockaddr_in->sin_addr, res, INET_ADDRSTRLEN);
>                            ^
> expander.cc:30:16: note: forward declaration of 'sockaddr_in'
>   const struct sockaddr_in *s_sockaddr_in;
>                ^
> expander.cc:45:29: error: member access into incomplete type 'const struct sockaddr_in6'
>     inet_ntop(s_sockaddr_in6->sin6_family, &s_sockaddr_in6->sin6_addr, res, INET6_ADDRSTRLEN);
>                             ^
> expander.cc:31:16: note: forward declaration of 'sockaddr_in6'
>   const struct sockaddr_in6 *s_sockaddr_in6;
>                ^
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)