[email protected]:~/Descargas/stargen_2014/build$ cmake ..
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
GSL_DEFINITIONS=
GSL_INCLUDE_DIRS=/usr/include
GSL_CFLAGS=-I/usr/include
-- Using GSL from
-- FindGSL: Found both GSL headers and library
-- Configuring done
-- Generating done
-- Build files have been written to: /home/drumy/Descargas/stargen_2014/build
[email protected]:~/Descargas/stargen_2014/build$ make
Scanning dependencies of target stargen
[ 4%] Building CXX object CMakeFiles/stargen.dir/accrete.cpp.o
/home/drumy/Descargas/stargen_2014/accrete.cpp:5:35: fatal error: boost/concept_check.hpp: No existe el fichero o el directorio
#include <boost/concept_check.hpp>
^
compilation terminated.
CMakeFiles/stargen.dir/build.make:54: recipe for target 'CMakeFiles/stargen.dir/accrete.cpp.o' failed
make[2]: *** [CMakeFiles/stargen.dir/accrete.cpp.o] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/stargen.dir/all' failed
make[1]: *** [CMakeFiles/stargen.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
[email protected]:~/Descargas/stargen_2014/build$