plasmodic / ecto

ecto is a dynamically configurable Directed Acyclic processing Graph (DAG) framework.
http://ecto.willowgarage.com/
BSD 3-Clause "New" or "Revised" License
97 stars 37 forks source link

Couldn't compile boost version checking program #274

Closed Yanzqing closed 9 years ago

Yanzqing commented 9 years ago

Couldn't compile boost version checking program: Change Dir

My boost version is 1.54.0.1

vrabaud commented 9 years ago

can you please provide the error message ? thx

Yanzqing commented 9 years ago

when is follow the instruction cd ecto mkdir -p build cd build cmake ..

CMake Error at cmake/boost.cmake:47 (message): Couldn't compile boost version checking program: Change Dir: /home/yan/ROS_Nao/PCL_tabletop/ecto/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1218666962/fast"

/usr/bin/make -f CMakeFiles/cmTryCompileExec1218666962.dir/build.make CMakeFiles/cmTryCompileExec1218666962.dir/build

make[1]: Entering directory `/home/yan/ROS_Nao/PCL_tabletop/ecto/build/CMakeFiles/CMakeTmp'

/usr/bin/cmake -E cmake_progress_report /home/yan/ROS_Nao/PCL_tabletop/ecto/build/CMakeFiles/CMakeTmp/CMakeFiles 1

Building C object CMakeFiles/cmTryCompileExec1218666962.dir/boost-version.c.o

/usr/bin/cc -I -o CMakeFiles/cmTryCompileExec1218666962.dir/boost-version.c.o -c /home/yan/ROS_Nao/PCL_tabletop/ecto/cmake/boost-version.c

cc: error: CMakeFiles/cmTryCompileExec1218666962.dir/boost-version.c.o: No such file or directory

make[1]: Leaving directory `/home/yan/ROS_Nao/PCL_tabletop/ecto/build/CMakeFiles/CMakeTmp'

make[1]: *\ [CMakeFiles/cmTryCompileExec1218666962.dir/boost-version.c.o] Error 1

make: *\ [cmTryCompileExec1218666962/fast] Error 2

Call Stack (most recent call first): CMakeLists.txt:67 (include)

vrabaud commented 9 years ago

You are not following the instructions from the doc nor the ones from catkin.

vrabaud commented 9 years ago

sorry, closing, you need to follow catkin instructions.