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 2016/06/14 20:16:30 UTC

[jira] [Created] (TS-4545) Tools do not build cleanly on OmniOS

Leif Hedstrom created TS-4545:
---------------------------------

             Summary: 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


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)