ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

peter's profile - activity

2020-02-14 04:25:28 -0500 received badge  Self-Learner (source)
2020-02-14 04:25:28 -0500 received badge  Teacher (source)
2020-02-14 04:25:28 -0500 received badge  Necromancer (source)
2019-04-08 01:11:24 -0500 marked best answer build warning for kinetic release - "missing whitespace after the macro name"

Hiho,

while preparing one of our packages for release I encountered a strange problem. While building for ros indigo and jade worked as supposed (no errors), there are warnings for ros kinetic and lunar, which in turn leads to an "unstable" build state. Before releasing to kinetic, i would like to get rid of the warnings.

It seems as the warning message "missing whitespace after the macro name" is related to some macro passed via command-line:
+ e.g. https://stackoverflow.com/questions/3...

The package is hosted here: + https://github.com/peterweissig/ros_p...

The build-results can be found here:
+ indigo: http://build.ros.org/job/Idev__pcdfil...
+ kinetic: http://build.ros.org/job/Kdev__pcdfil...

Console-Log: http://build.ros.org/job/Kdev__pcdfil...
+ 12.1. build workspace in isolation and install
+ ...
+ 00:06:42.344 Scanning dependencies of target pcdfilter_pa
+ 00:06:42.361 [ 4%] Building CXX object CMakeFiles/pcdfilter_pa.dir/src/pcdfilter_pa.cpp.o
+ 00:06:42.370 <command-line>:0:15: warning: missing whitespace after the macro name
+ 00:06:43.034 [ 8%] Building CXX object CMakeFiles/pcdfilter_pa.dir/src/pcdfilter_pa_parameter.cpp.o
+ 00:06:43.043 <command-line>:0:15: warning: missing whitespace after the macro name
+ 00:06:43.609 [ 12%] Building CXX object CMakeFiles/pcdfilter_pa.dir/src/pcdfilter_pa_filter.cpp.o
+ 00:06:43.621 <command-line>:0:15: warning: missing whitespace after the macro name
+ ...

In contrast a similar package is build stable for all releases: https://github.com/peterweissig/ros_p...
+ indigo: http://build.ros.org/job/Idev__parame...
+ kinetic: http://build.ros.org/job/Kdev__parame...

Thank you for your help in advance
Peter

2019-04-08 01:11:04 -0500 received badge  Famous Question (source)
2018-01-04 08:33:57 -0500 answered a question build warning for kinetic release - "missing whitespace after the macro name"

Hi, I finally found the core of the problem: During the make-process the CXX-Flag "-DDISABLE_LIBUSB-1.0" will be set in

2017-10-28 08:10:58 -0500 received badge  Notable Question (source)
2017-08-05 14:03:51 -0500 received badge  Popular Question (source)
2017-08-04 11:00:33 -0500 edited question build warning for kinetic release - "missing whitespace after the macro name"

build warning for kinetic release - "missing whitespace after the macro name" Hiho, while preparing one of our packages

2017-08-04 11:00:27 -0500 received badge  Editor (source)
2017-08-04 11:00:27 -0500 edited question build warning for kinetic release - "missing whitespace after the macro name"

build warning for kinteic release - "missing whitespace after the macro name" Hiho, while preparing one of our packages

2017-08-04 11:00:14 -0500 edited question build warning for kinetic release - "missing whitespace after the macro name"

missing whitespace after the macro name Hiho, while preparing one of our packages for release I encountered a strange p

2017-08-03 07:43:24 -0500 asked a question build warning for kinetic release - "missing whitespace after the macro name"

missing whitespace after the macro name Hiho, while preparing one of our packages for release I encountered a strange p