Oknet Xu created TS-5082:
----------------------------
Summary: Compile error: undefined reference to
IOBufferReader::is_read_avail_more_than
Key: TS-5082
URL: https://issues.apache.org/jira/browse/TS-5082
Project: Traffic Server
Issue Type: Bug
Components: Core
Reporter: Oknet Xu
autoreconf -fi
./configure
make
got some error message like below:
{code}
CXXLD traffic_server
undefined reference to IOBufferReader::is_read_avail_more_than(...)
{code}
file: P_IOBuffer.h
{code}
inline bool
IOBufferReader::is_read_avail_more_than(int64_t size)
{code}
should be
{code}
TS_INLINE bool
IOBufferReader::is_read_avail_more_than(int64_t size)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)