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-boun...@cmake.org<mailto:cmake-boun...@cmake.org>> on behalf 
of Gonzalo <ggarr...@gmail.com<mailto:ggarr...@gmail.com>>
Date: Friday, March 11, 2016 at 7:19 AM
To: "cmake@cmake.org<mailto:cmake@cmake.org>" 
<cmake@cmake.org<mailto:cmake@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
ggarr...@gmail.com<mailto:ggarr...@gmail.com>
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to