[CMake] Building CMake on gcc 5.2.1 fails
Gonzalo
ggarra13 at gmail.com
Fri Mar 11 10:19:15 EST 2016
El 10/03/16 a las 16:12, Oyake, Amalaye (398F) escribió:
> Hello
>
> This is my first time posting here
Welcome.
>
> 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).
You are missing the headers to the libraries. Do a locate sstream. It
should appear like:
/usr/include/c++/5.2/sstream
If it does not show up you need to apt-get the -dev versions of the
libraries.
--
Gonzalo Garramuño
ggarra13 at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20160311/f5a01300/attachment-0001.html>
More information about the CMake
mailing list