Advertisement
demmeln

Untitled

Jul 30th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.22 KB | None | 0 0
  1. Starting ==> hector_pose_estimation_core
  2. [hector_pose_estimation_core] ==> '/Users/demmeln/work/ros/hector_test_ws/build/hector_pose_estimation_core/build_env.sh /usr/bin/make cmake_check_build_system' in '/Users/demmeln/work/ros/hector_test_ws/build/hector_pose_estimation_core'
  3. [hector_pose_estimation_core] <== '/Users/demmeln/work/ros/hector_test_ws/build/hector_pose_estimation_core/build_env.sh /usr/bin/make cmake_check_build_system' finished with return code '0'
  4. [hector_pose_estimation_core] ==> '/Users/demmeln/work/ros/hector_test_ws/build/hector_pose_estimation_core/build_env.sh /usr/bin/make -j1' in '/Users/demmeln/work/ros/hector_test_ws/build/hector_pose_estimation_core'
  5. [  4%] Building CXX object CMakeFiles/hector_pose_estimation.dir/src/global_reference.cpp.o
  6. In file included from /Users/demmeln/work/ros/hector_test_ws/src/hector_localization/hector_pose_estimation_core/src/global_reference.cpp:29:
  7. In file included from /Users/demmeln/work/ros/hector_test_ws/src/hector_localization/hector_pose_estimation_core/include/hector_pose_estimation/global_reference.h:32:
  8. In file included from /Users/demmeln/work/ros/hector_test_ws/src/hector_localization/hector_pose_estimation_core/include/hector_pose_estimation/types.h:32:
  9. /Users/demmeln/work/ros/hector_test_ws/src/hector_localization/hector_pose_estimation_core/include/hector_pose_estimation/matrix.h:288:13: warning: 'typename' occurs outside of a template [-Wc++11-extensions]
  10.     typedef typename Storage::Base Base;
  11.             ^~~~~~~~~
  12. /Users/demmeln/work/ros/hector_test_ws/src/hector_localization/hector_pose_estimation_core/include/hector_pose_estimation/matrix.h:289:36: warning: 'typename' occurs outside of a template [-Wc++11-extensions]
  13.     typedef Eigen::SelfAdjointView<typename Storage::Base,Upper> SelfAdjointView;
  14.                                    ^~~~~~~~~
  15. /Users/demmeln/work/ros/hector_test_ws/src/hector_localization/hector_pose_estimation_core/include/hector_pose_estimation/matrix.h:290:13: warning: 'typename' occurs outside of a template [-Wc++11-extensions]
  16.     typedef typename Eigen::internal::traits<Base>::Scalar Scalar;
  17.             ^~~~~~~~~
  18. /Users/demmeln/work/ros/hector_test_ws/src/hector_localization/hector_pose_estimation_core/include/hector_pose_estimation/matrix.h:291:13: warning: 'typename' occurs outside of a template [-Wc++11-extensions]
  19.     typedef typename Eigen::internal::traits<Base>::Index Index;
  20.             ^~~~~~~~~
  21. /Users/demmeln/work/ros/hector_test_ws/src/hector_localization/hector_pose_estimation_core/src/global_reference.cpp:89:3: error: use of undeclared identifier 'sincos'; did you mean '__sincos'?
  22.   sincos(heading_.value, &heading_.sin, &heading_.cos);
  23.   ^~~~~~
  24.   __sincos
  25. /usr/include/math.h:647:29: note: '__sincos' declared here
  26. __header_always_inline void __sincos(double __x, double *__sinp, double *__cosp) {
  27.                             ^
  28. 4 warnings and 1 error generated.
  29. make[2]: *** [CMakeFiles/hector_pose_estimation.dir/src/global_reference.cpp.o] Error 1
  30. make[1]: *** [CMakeFiles/hector_pose_estimation.dir/all] Error 2
  31. make: *** [all] Error 2
  32. [hector_pose_estimation_core] <== '/Users/demmeln/work/ros/hector_test_ws/build/hector_pose_estimation_core/build_env.sh /usr/bin/make -j1' failed with return code '2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement