<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Courier New" size="2"><span style="font-size:11pt;">
<div>I’ve got a build failure now that we’re using curl. I’m on FreeBSD 11.1 using its clang.</div>
<div><font face="Calibri"> </font></div>
<div>What I’m seeing is that during the configure stage this gets printed:</div>
<div>-- Found CURL: /usr/local/lib/libcurl.so (found version "7.54.1")</div>
<div><font face="Calibri"> </font></div>
<div>But the curl/curl.h include file is located in /usr/local/include which is _<i>not</i>_ in the list of paths FreeBSD’s clang checks by default. The result is a failure to find the include.</div>
<div><font face="Calibri"> </font></div>
<div>I don’t know what the right solution is and I don’t know cmake. Perhaps making sure that “/usr/local/lib/../include” gets a “-I” flag to the clang build since that /lib/ directory is where libcurl.so was found?</div>
<div><font face="Calibri"> </font></div>
<div><font face="Calibri" size="2"><span style="font-size:10pt;">--<font size="2"><span style="font-size:11pt;">
<br>
</span></font><font face="Courier New">Kevin P. Neal<br>
</font><font face="Courier New">SAS/C and SAS/C++ Compiler</font></span></font></div>
<div><font size="2"><span style="font-size:10pt;">Compute Services</span></font></div>
<div><font size="2"><span style="font-size:10pt;">SAS Institute, Inc.</span></font></div>
<div><font face="Calibri"> </font></div>
<div><font face="Calibri"> </font></div>
<div><font face="Calibri"> </font></div>
<div><font face="Calibri"> </font></div>
</span></font>
</body>
</html>