rosmake treats warning as errors in Hydro [closed]

asked 2013-09-12 04:30:41 -0500

K Chen gravatar image

updated 2014-01-28 17:17:56 -0500

ngrennan gravatar image

My package uses rosbuild tool chain, but when using rosmake to build the package, it will treat the Qt MOC warning as error and stops building. The error messages are like this:

[rosbuild] Couldn't find source file /PACKAGE_PATH/build/src/moc_vision_tool_app.cxx; assuming that it is in /PACKAGE_PATH and will be generated later
...
  -- Configuring incomplete, errors occurred!

My package uses Qt4 and I follow this link to manage it through CMake.

So What I am doing now is to manually mkdir build & cd build & cmake .. & make. Could this cause other problems?

edit retag flag offensive reopen merge delete

Closed for the following reason Question does not follow our guidelines for questions. Please see: http://wiki.ros.org/Support for more details. by K Chen
close date 2013-09-12 15:18:18

Comments

I'm pretty sure that is NOT the actual error that it trips on. Check the logs or post a full log here.

dornhege gravatar image dornhege  ( 2013-09-12 05:28:04 -0500 )edit

Thanks for pointing out, the actual cause was Eigen.

K Chen gravatar image K Chen  ( 2013-09-12 15:17:33 -0500 )edit