"make eclipse-project" - problem
Hello to all,
i followed this tutorial. At this Step:
Open a terminal, roscd into the folder of your package, and execute:
make eclipse-project
You will now find two Eclipse files in your package. It is not recommended to add them to the repository, as they contain absolute links and will be different for different users checking out your software.
no ecplise files are generated in my package. Following text is shown by the terminal:
faps@UbuntuBioMech:~/ros_workspace/test$ make eclipse-project
mv Makefile Makefile.ros if ! (cmake -G"Eclipse
CDT4 - Unix Makefiles" -Wno-dev . &&
rm Makefile && rm CMakeCache.txt && rm
-rf CMakeFiles); then mv Makefile.ros Makefile && echo "**ERROR building
Eclipse project!**" && false; fi
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Could not determine Eclipse version, assuming at least 3.6
(Helios). Adjust CMAKE_ECLIPSE_VERSION
if this is wrong.
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- 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
-- Found PythonInterp: /usr/bin/python (found version "2.7.3") [rosbuild]
Building package test [rosbuild]
Cached build flags older than
manifests; calling rospack to get
flags [rosbuild] Including
/opt/ros/fuerte/share/rospy/rosbuild/rospy.cmake
[rosbuild] Including
/opt/ros/fuerte/share/roscpp/rosbuild/roscpp.cmake
[rosbuild] Including
/opt/ros/fuerte/share/roslisp/rosbuild/roslisp.cmake
-- Configuring done
-- Generating done
-- Build files have been written to: /home/faps/ros_workspace/test mv
Makefile.ros Makefile mv .project
.project-cmake awk -f
/opt/ros/fuerte/share/ros/core/mk/eclipse.awk
.project-cmake .project rm
.project-cmake python
/opt/ros/fuerte/share/ros/core/mk/make_pydev_project.py
Creating pydev project for package
'test' Writing .pydevproject, adding
25 modules
Any Ideas what is going wrong? Many Thanks in advance, Dominik
executing ls .project, the terminal shows:
faps@UbuntuBioMech:~/ros_workspace/test$ ls .project
.project
Eclipse cant find any project-files in the directionary.