Leif Hedstrom created TS-4546: --------------------------------- Summary: Build errors for H2 tests on OmniOS Key: TS-4546 URL: https://issues.apache.org/jira/browse/TS-4546 Project: Traffic Server Issue Type: Bug Components: Build, Tests Reporter: Leif Hedstrom
{code} CXX test_HPACK.o /home/leif/apache/trafficserver.git/proxy/http2/test_HPACK.cc: In function ‘int prepare()’: /home/leif/apache/trafficserver.git/proxy/http2/test_HPACK.cc:332:12: error: ‘struct dirent’ has no member named ‘d_type’ if (d->d_type == DT_REG) { ^ /home/leif/apache/trafficserver.git/proxy/http2/test_HPACK.cc:332:22: error: ‘DT_REG’ was not declared in this scope if (d->d_type == DT_REG) { ^ {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)