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

fix cmake in tutorial doc. #288

Closed jihoonl closed 8 years ago

jihoonl commented 8 years ago

To fix this error.

Scanning dependencies of target tutorial_ectomodule
[ 33%] Building CXX object CMakeFiles/tutorial_ectomodule.dir/tutorial.cpp.o
[ 66%] Building CXX object CMakeFiles/tutorial_ectomodule.dir/Hello.cpp.o
[100%] Linking CXX shared library //ecto_tutorial/tutorial.so
/usr/bin/ld: cannot open output file //ecto_tutorial/tutorial.so: No such file or directory
collect2: error: ld returned 1 exit status
CMakeFiles/tutorial_ectomodule.dir/build.make:131: recipe for target '//ecto_tutorial/tutorial.so' failed
make[2]: *** [//ecto_tutorial/tutorial.so] Error 1
CMakeFiles/Makefile2:99: recipe for target 'CMakeFiles/tutorial_ectomodule.dir/all' failed
make[1]: *** [CMakeFiles/tutorial_ectomodule.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2