<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi,<br>
      I do have zlib.h, actually there are three zlib.h files for each
      architecture in different folders. The point is that they are not
      found by the source builder, i.e. none of the folders is present
      in the include path<br>
      <br>
      Daniele<br>
      <br>
      <br>
      On 1/19/2017 5:54 PM, DiGiorgio, Joseph wrote:<br>
    </div>
    <blockquote
cite="mid:5B890B6A845A324CAC7737E63C39D64B3E4C6D91@EX2010-CO-04.AERO.BALL.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"DejaVu Sans";
        panose-1:2 11 6 3 3 8 4 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
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;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:8.0pt;
        font-family:"Arial","sans-serif";
        color:black;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@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]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">I
            just went through using the “TEMS Source Builder” and once I
            installed all the dependencies it worked just fine. I would
            check to see if you have “</span><span
            style="font-size:10.0pt;font-family:"DejaVu
            Sans","sans-serif";background:#EBECE4">zlib1g-dev”
            installed as that has zlib.h.<o:p></o:p></span></p>
        <p class="MsoNormal"><span
            style="font-size:10.0pt;font-family:"DejaVu
            Sans","sans-serif";background:#EBECE4"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
            style="font-size:10.0pt;font-family:"DejaVu
            Sans","sans-serif";background:#EBECE4">- Joey
            D.</span><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <div>
          <div style="border:none;border-top:solid #B5C4DF
            1.0pt;padding:3.0pt 0in 0in 0in">
            <p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">
                users [<a class="moz-txt-link-freetext" href="mailto:users-bounces@rtems.org">mailto:users-bounces@rtems.org</a>]
                <b>On Behalf Of </b><a class="moz-txt-link-abbreviated" href="mailto:dtitomanlio@tsd-space.it">dtitomanlio@tsd-space.it</a><br>
                <b>Sent:</b> Thursday, January 19, 2017 11:34 AM<br>
                <b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:users@rtems.org">users@rtems.org</a><br>
                <b>Subject:</b> RTEMS Source Build error<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal" style="margin-bottom:12.0pt">Hello, <br>
          I'm trying to use the RTEMS Source builder for building the
          tool package for SPARC and ARM architectures. In both cases I
          get the same error:
          <br>
          <br>
          ../../gcc-6.3.0/gcc/lto-compress.c:34:18: fatal error: zlib.h:
          No such file or directory
          <br>
           #include <zlib.h> <br>
          <br>
          the sb-check reports that "RTEMS Source Builder environment is
          ok" <br>
          <br>
          I'm using Linux Mint 17.2 with VirtualBox on Windows10 machine
          <br>
          <br>
          Any help is highly appreciated <br>
          <br>
          Best Regards <br>
          Daniele <o:p></o:p></p>
      </div>
    </blockquote>
    <br>
  </body>
</html>