<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<!-- Template generated by Exclaimer Mail Disclaimers on 01:59:19 Monday, 6 March 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">P.3293a8a8-046f-45b8-8066-6084657879b2 {
        MARGIN: 0cm 0cm 0pt
}
LI.3293a8a8-046f-45b8-8066-6084657879b2 {
        MARGIN: 0cm 0cm 0pt
}
DIV.3293a8a8-046f-45b8-8066-6084657879b2 {
        MARGIN: 0cm 0cm 0pt
}
TABLE.3293a8a8-046f-45b8-8066-6084657879b2Table {
        MARGIN: 0cm 0cm 0pt
}
DIV.Section1 {
        page: Section1
}
</style>
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Compiling Clp/CoinUtils on AIX gives a compile error (using svn checkout of  <a href="https://projects.coin-or.org/svn/Clp/stable/1.16%20revision%202256">https://projects.coin-or.org/svn/Clp/stable/1.16 revision 2256</a>).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">For example:<o:p></o:p></p>
<p class="MsoNormal">   xlc -c -DHAVE_CMATH -DHAVE_CFLOAT ClpCholeskyBase.cpp<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Yields the error: CoinHelperFunctions.hpp", line 845.24: 1540-0130 (S) "std::tolower" is not declared.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">This appears to be caused by the block:<o:p></o:p></p>
<pre><o:p> </o:p></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">#if defined(_MSC_VER)<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">#  include <direct.h><o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">#  include <cctype><o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">#  define getcwd _getcwd<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">#  include <cctype><o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">#else<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">#  include <unistd.h><o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">#endif<o:p></o:p></span></pre>
<p class="MsoNormal"><o:p> </o:p></p>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Which doesn’t include header <cctype> when _<i>MSC</i>_VER isn’t defined. <o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"><o:p> </o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Adding a #  include <cctype> line to the #else block allows the code to compile successfully.<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Thanks.<o:p></o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"><o:p> </o:p></span></pre>
<pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Dave<o:p></o:p></span></pre>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<br>
<br>
<img id="IMG1" border="0" src="cid:imagea919d4.GIF@b46e0f17.4a95bf88" width="179" height="47"><br>
<br>
<table class="3293a8a8-046f-45b8-8066-6084657879b2Table" style="BORDER-COLLAPSE: collapse" cellspacing="0" cols="1" cellpadding="0" border="0">
<tbody>
<tr>
<td style="FONT-SIZE: 7.5pt; FONT-FAMILY: Arial; COLOR: #7d7d7d; PADDING-LEFT: 50px" nowrap="">
<span style="font-family:Arial; font-size:x-small; color: #808080; font-weight: bold; ">Dave</span><strong><font color="#808080" size="3"> </font></strong><span style="font-family:Arial; font-size:x-small; color: #808080; font-weight: bold; ">Elwood</span><br>
<span style="font-family:Arial; font-size:xx-small; color: #666666; "></span><span style="font-family:Arial; font-size:xx-small; color: #666666; ">Power Systems Development</span><br>
<br>
<font color="#666666">4101 Arrowhead Drive<br>
Medina, Minnesota 55340-9457<br>
Phone: 763 551 0559<br>
</font><span style="color: #666666; "></span><span style="color: #666666; "></span><font color="#666666">Fax: 763 551 0750<br>
<strong>Email:</strong></font><strong> </strong><span style="font-weight: bold; "><span style="font-weight: bold; "><a href="mailto:dave.elwood@osii.com" title="Click to send email to Elwood, Dave" target=""><span style="font-weight: bold; ">dave.elwood@osii.com</span></a></span></span><br>
<strong><font color="#666666">Website:</font> </strong><a href="http://www.osii.com"><strong>www.osii.com</strong></a></td>
</tr>
</tbody>
</table>
<br>
</body>
</html>