maskit commented on a change in pull request #6836:
URL: https://github.com/apache/trafficserver/pull/6836#discussion_r433578581
##########
File path: iocore/cache/Makefile.am
##########
@@ -27,7 +27,8 @@ AM_CPPFLAGS += \
-I$(abs_top_srcdir)/proxy/http/remap \
-I$(abs_top_srcdir)/mgmt \
-I$(abs_top_srcdir)/mgmt/utils \
- $(TS_INCLUDES)
+ $(TS_INCLUDES) \
+ @YAMLCPP_INCLUDES@
Review comment:
This is needed unfortunately.
```
In file included from Cache.cc:34:
In file included from
/Users/mkitajo/src/github.com/trafficserver/proxy/http/HttpSM.h:40:
In file included from
/Users/mkitajo/src/github.com/trafficserver/proxy/http/HttpTransact.h:28:
In file included from
/Users/mkitajo/src/github.com/trafficserver/iocore/hostdb/P_HostDB.h:36:
In file included from
/Users/mkitajo/src/github.com/trafficserver/iocore/dns/P_SplitDNS.h:33:
In file included from
/Users/mkitajo/src/github.com/trafficserver/iocore/dns/P_DNS.h:36:
In file included from
/Users/mkitajo/src/github.com/trafficserver/iocore/net/P_Net.h:115:
In file included from
/Users/mkitajo/src/github.com/trafficserver/iocore/net/P_QUICNetVConnection.h:53:
In file included from
/Users/mkitajo/src/github.com/trafficserver/iocore/net/quic/QUICFrameDispatcher.h:31:
In file included from
/Users/mkitajo/src/github.com/trafficserver/iocore/net/quic/QUICContext.h:28:
/Users/mkitajo/src/github.com/trafficserver/iocore/net/quic/QUICLog.h:6:10:
fatal error: 'yaml-cpp/yaml.h' file not found
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]