[
https://issues.apache.org/jira/browse/TS-4545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15330591#comment-15330591
]
ASF GitHub Bot commented on TS-4545:
------------------------------------
GitHub user bryancall opened a pull request:
https://github.com/apache/trafficserver/pull/716
TS-4545: Tools do not build cleanly on OmniOS
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bryancall/trafficserver TS-4545
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/716.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #716
----
commit 2d76e1b1e61022e5975917c85e335637c44be73b
Author: Bryan Call <[email protected]>
Date: 2016-06-14T20:56:54Z
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)