<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>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (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:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
{page:Section1;}
-->
</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="blue" vlink="purple">
<div class="Section1">
<p class="MsoNormal">I am getting a build error on Windows for m3core in HEAD branch:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">"C:\cm3\Sandbox\m3-libs\m3core\src\C\m3makefile", line 14: quake runtime error:<o:p></o:p></p>
<p class="MsoNormal">unable to open "C:\cm3\Sandbox\m3-libs\m3core\src\C\32BITS" for reading<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Suspect the if equal(OS_TYPE, "WIN32") include ("32BITS") is the problem. Shouldn’t this be “NT386” instead of “WIN32”?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Here is offending m3makefile:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">C:\cm3\Sandbox\m3-libs\m3core\src\C>type m3makefile<o:p></o:p></p>
<p class="MsoNormal">% Copyright (C) 1992, Digital Equipment Corporation<o:p></o:p></p>
<p class="MsoNormal">% All rights reserved.<o:p></o:p></p>
<p class="MsoNormal">% See the file COPYRIGHT for a full description.<o:p></o:p></p>
<p class="MsoNormal">%<o:p></o:p></p>
<p class="MsoNormal">% Last modified on Fri Aug 13 10:38:35 PDT 1993 by kalsow<o:p></o:p></p>
<p class="MsoNormal">% modified on Wed Jun 9 17:25:51 PDT 1993 by harrison<o:p></o:p></p>
<p class="MsoNormal">% modified on Thu May 6 12:11:46 PDT 1993 by muller<o:p></o:p></p>
<p class="MsoNormal">% modified on Wed May 5 11:53:58 PDT 1993 by mjordan<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">include_dir ("Common")<o:p></o:p></p>
<p class="MsoNormal">include_dir (TARGET)<o:p></o:p></p>
<p class="MsoNormal">if equal(OS_TYPE, "WIN32")<o:p></o:p></p>
<p class="MsoNormal"> % long is 32bits even on 64bit Windows<o:p></o:p></p>
<p class="MsoNormal"> include("32BITS")<o:p></o:p></p>
<p class="MsoNormal">else<o:p></o:p></p>
<p class="MsoNormal"> include_dir (WORD_SIZE)<o:p></o:p></p>
<p class="MsoNormal">end<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Regards,<o:p></o:p></p>
<p class="MsoNormal">Randy<o:p></o:p></p>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1">CONFIDENTIALITY NOTICE: This email and any attachments are intended solely for the use of the named recipient(s). This email may contain confidential and/or proprietary information of Scientific Research Corporation.
If you are not a named recipient, you are prohibited from reviewing, copying, using, disclosing or distributing to others the information in this email and attachments. If you believe you have received this email in error, please notify the sender immediately
and permanently delete the email, any attachments, and all copies thereof from any drives or storage media and destroy any printouts of the email or attachments.<br>
<br>
EXPORT COMPLIANCE NOTICE: This email and any attachments may contain technical data subject to U.S export restrictions under the International Traffic in Arms Regulations (ITAR) or the Export Administration Regulations (EAR). Export or transfer of this technical
data and/or related information to any foreign person(s) or entity(ies), either within the U.S. or outside of the U.S., may require advance export authorization by the appropriate U.S. Government agency prior to export or transfer. In addition, technical data
may not be exported or transferred to certain countries or specified designated nationals identified by U.S. embargo controls without prior export authorization. By accepting this email and any attachments, all recipients confirm that they understand and will
comply with all applicable ITAR, EAR and embargo compliance requirements.<br>
</font>
</body>
</html>