[CMake] Building CMake on gcc 5.2.1 fails

Oyake, Amalaye (398F) amalaye.oyake at jpl.nasa.gov
Fri Mar 11 17:19:53 EST 2016


Hello,

I would like to CLOSE this issue. I was building an embedded environment for a small Xilinx Zynq board (which includes Cmake). The steps call for setting up some Xilinx environment variables (through a script). Some how this messed up the include paths for g++. Without doing this, it builds fine under gcc 5.2.1.

I will now focus on the build environment for the board and see what is out of step. Please consider this issue closed.

Regards,
-----------
* Amalaye Oyake                                       *
* Instrument Product Software Development Group  */\  *
* Jet Propulsion Laboratory, Pasadena            *||  *
* CA 91109                                       /||\ *
**************************************************^^***


From: CMake <cmake-bounces at cmake.org<mailto:cmake-bounces at cmake.org>> on behalf of Gonzalo <ggarra13 at gmail.com<mailto:ggarra13 at gmail.com>>
Date: Friday, March 11, 2016 at 7:19 AM
To: "cmake at cmake.org<mailto:cmake at cmake.org>" <cmake at cmake.org<mailto:cmake at cmake.org>>
Subject: Re: [CMake] Building CMake on gcc 5.2.1 fails



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<mailto:ggarra13 at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20160311/ca8445da/attachment.html>


More information about the CMake mailing list