<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div>
<div>
<p style="color: rgb(0, 0, 0); margin: 0px; background-color: rgb(250, 251, 255);">
Hello Gonzalo,</p>
<p style="color: rgb(0, 0, 0); margin: 0px; background-color: rgb(250, 251, 255);">
<br>
</p>
<p style="color: rgb(0, 0, 0); margin: 0px; background-color: rgb(250, 251, 255);">
Thank you for your reply. A<span style="background-color: rgb(248, 249, 254);"> locate does show the following </span>… </p>
<p style="color: rgb(0, 0, 0); margin: 0px; background-color: rgb(250, 251, 255);">
<br>
</p>
<p style="color: rgb(0, 0, 0); margin: 0px; background-color: rgb(250, 251, 255);">
/usr/include/c++/5/sstream</p>
<p style="color: rgb(0, 0, 0); margin: 0px; background-color: rgb(250, 251, 255);">
<br>
</p>
<p style="color: rgb(0, 0, 0); margin: 0px; background-color: rgb(250, 251, 255);">
/usr/include/c++/5/bits/sstream.tcc</p>
<p style="color: rgb(0, 0, 0); margin: 0px; background-color: rgb(250, 251, 255);">
<br>
</p>
<p style="margin: 0px;">I<span style="color: rgb(0, 0, 0); background-color: rgb(248, 249, 254);"> am still poking around and looking into it.</span></p>
<p style="color: rgb(0, 0, 0); margin: 0px; background-color: rgb(250, 251, 255);">
<br>
</p>
<p style="color: rgb(0, 0, 0); margin: 0px; background-color: rgb(250, 251, 255);">
Regards,</p>
</div>
<div style="color: rgb(0, 0, 0);">
<div>
<div>-----------</div>
<div>* Amalaye Oyake                                       *</div>
<div>* Instrument Product Software Development Group  */\  *</div>
<div>* Jet Propulsion Laboratory, Pasadena            *||  *</div>
<div>* CA 91109                                       /||\ *</div>
<div>**************************************************^^***</div>
</div>
<div><br>
</div>
</div>
</div>
<div style="color: rgb(0, 0, 0);"><br>
</div>
<span id="OLK_SRC_BODY_SECTION" style="color: rgb(0, 0, 0);">
<div style="text-align: left; color: black; border-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0in 0in; border-top-color: rgb(181, 196, 223);">
<span style="font-weight:bold">From: </span>CMake <<a href="mailto:cmake-bounces@cmake.org">cmake-bounces@cmake.org</a>> on behalf of Gonzalo <<a href="mailto:ggarra13@gmail.com">ggarra13@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Friday, March 11, 2016 at 7:19 AM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:cmake@cmake.org">cmake@cmake.org</a>" <<a href="mailto:cmake@cmake.org">cmake@cmake.org</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [CMake] Building CMake on gcc 5.2.1 fails<br>
</div>
<div><br>
</div>
<div>
<div 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">
<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>
</div>
</div>
</span>
</body>
</html>