This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +++ Building 'fastrtps' | |
| Running cmake because arguments have changed. | |
| ==> '. /home/allenh1/ros2_ws/build/fastrtps/cmake__build.sh && /usr/bin/cmake /home/allenh1/ros2_ws/src/eProsima/Fast-RTPS -DPYTHON_INSTALL_DIR=install/lib/python3.5/site-packages -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_CXX_FLAGS=-v -save-temps -DCMAKE_INSTALL_PREFIX=/home/allenh1/ros2_ws/install' in '/home/allenh1/ros2_ws/build/fastrtps' | |
| -- The C compiler identification is GNU 8.0.0 | |
| -- The CXX compiler identification is GNU 8.0.0 | |
| -- Check for working C compiler: /home/allenh1/bin/gcc | |
| -- Check for working C compiler: /home/allenh1/bin/gcc -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Detecting C compile features |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <functional> | |
| #include <iostream> | |
| #include <memory> | |
| template<typename Callable> | |
| struct ScopeExit | |
| { | |
| explicit ScopeExit(Callable _callable) | |
| : m_callable(_callable) {} | |
| ~ScopeExit() { m_callable(); } |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 1 "/home/allenh1/ros2_ws/src/ros2/rclcpp/rclcpp/src/rclcpp/parameter.cpp" | |
| # 1 "<built-in>" | |
| # 1 "<command-line>" | |
| # 1 "/usr/include/stdc-predef.h" 1 3 4 | |
| # 1 "<command-line>" 2 | |
| # 1 "/home/allenh1/ros2_ws/src/ros2/rclcpp/rclcpp/src/rclcpp/parameter.cpp" | |
| # 15 "/home/allenh1/ros2_ws/src/ros2/rclcpp/rclcpp/src/rclcpp/parameter.cpp" | |
| # 1 "/home/allenh1/include/c++/8.0.0/ostream" 1 3 | |
| # 36 "/home/allenh1/include/c++/8.0.0/ostream" 3 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| allenh1@tuxbox ~/CS/rosdep/test $ nosetests | |
| rosdep detected OS: [funtoo], aliasing it to [gentoo] | |
| rosdep detected OS: [funtoo], aliasing it to [gentoo] | |
| ....rosdep detected OS: [funtoo], aliasing it to [gentoo] | |
| rosdep detected OS: [funtoo], aliasing it to [gentoo] | |
| rosdep detected OS: [funtoo], aliasing it to [gentoo] | |
| ..................rosdep detected OS: [funtoo], aliasing it to [gentoo] | |
| ./home/allenh1/CS/rosdep/src/rosdep2/rep3.py:56: PreRep137Warning: deprecated, use rosdistro instead | |
| warnings.warn("deprecated, use rosdistro instead", PreRep137Warning) | |
| /home/allenh1/CS/rosdep/src/rosdep2/gbpdistro_support.py:72: PreRep137Warning: deprecated: see REP137 and rosdistro |
NewerOlder