<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">El 10/03/16 a las 16:12, Oyake, Amalaye
      (398F) escribió:<br>
    </div>
    <blockquote cite="mid:D3070726.60C32%25amalaye.oyake@jpl.nasa.gov"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div>
        <div>
          <div>
            <div>Hello</div>
            <div><br>
            </div>
            <div>This is my first time posting here</div>
          </div>
        </div>
      </div>
    </blockquote>
    Welcome.<br>
    <blockquote cite="mid:D3070726.60C32%25amalaye.oyake@jpl.nasa.gov"
      type="cite">
      <div>
        <div>
          <div>
            <div><br>
            </div>
            <div>My compilation of CMake failed on my system (Ubuntu
              15.1/Wily with gcc 5.2.1). My configure claims that
              sstream is not there and the compilation failure seems to
              be related to this. I do have the gcc/g++ libraries
              installed ( … a locate libstdc++ shows them).</div>
          </div>
        </div>
      </div>
    </blockquote>
    You are missing the headers to the libraries.  Do  a locate sstream.
    It should appear like:<br>
    /usr/include/c++/5.2/sstream <br>
    <br>
    If it does not show up you need to apt-get the -dev versions of the
    libraries.<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Gonzalo Garramuño
<a class="moz-txt-link-abbreviated" href="mailto:ggarra13@gmail.com">ggarra13@gmail.com</a>
</pre>
  </body>
</html>