-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix quoting of error messages in catkin/cmake/em/order_packages.cmake.em #667
Comments
Note i believe this is an orogen package.xml which is different from a ros one. |
I know, that the package.xml is wrong. However, catkin should better |
Could it be that the message you are referring to ("Argument not separated from preceding token by whitespace.") is only a CMake warning and that you are using CMake 2.8.12 (where this warning has been introduced)? Can you please provide more information to reproduce the problem? What exactly is in your workspace and what command are you invoking? |
Indeed, I'm using cmake 2.8.12.2 on Ubuntu Trusty. The message is only a Kind regards, Robert On 29.06.2014 02:43, Dirk Thomas wrote:
Robert Haschke Dr. Robert Haschke |
You can not attach files when replying to the GitHub issue emails. The quoting has already been addressed in the referenced PR #668. Please verify if the problem has been fixed with an up-to-date checkout of catkin in your workspace and post your results. If the issue is still there please post the content of the package.xml in question. |
Thanks, the patch fixed the issue. |
I get the following order_packages.cmake:
# generated from catkin/cmake/em/order_packages.cmake.em message(FATAL_ERROR "Invalid package manifest "/homes/rhaschke/src/ros/rtt/install_isolated/lib/ruby/1.9.1/x86_64-linux/orogen/templates/typekit/package.xml": The manifest contains invalid XML: not well-formed (invalid token): line 2, column 9")
which triggers the cmake error:
Argument not separated from preceding token by whitespace.
The text was updated successfully, but these errors were encountered: