[
https://issues.apache.org/jira/browse/TS-4545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15330948#comment-15330948
]
ASF subversion and git services commented on TS-4545:
-----------------------------------------------------
Commit 2d76e1b1e61022e5975917c85e335637c44be73b in trafficserver's branch
refs/heads/master from [~bcall]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=2d76e1b ]
TS-4545: Tools do not build cleanly on OmniOS
> Tools do not build cleanly on OmniOS
> ------------------------------------
>
> Key: TS-4545
> URL: https://issues.apache.org/jira/browse/TS-4545
> Project: Traffic Server
> Issue Type: Bug
> Components: Build, Tools
> Reporter: Leif Hedstrom
> Assignee: Leif Hedstrom
> Fix For: 7.0.0
>
>
> Seems http_load does not like the duplication of the #define HAVE_MEMORY_H. I
> think we can just nuke it from http_load/port.h.
> {code}
> CC http_load/http_load.o
> In file included from
> /home/leif/apache/trafficserver.git/tools/http_load/http_load.c:51:0:
> /home/leif/apache/trafficserver.git/tools/http_load/port.h:114:0: error:
> "HAVE_MEMORY_H" redefined [-Werror]
> #define HAVE_MEMORY_H
> ^
> In file included from ../lib/ts/ink_config.h:41:0,
> from
> /home/leif/apache/trafficserver.git/tools/http_load/http_load.c:28:
> ../lib/ink_autoconf.h:184:0: note: this is the location of the previous
> definition
> #define HAVE_MEMORY_H 1
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)