rosmake treats warning as errors in Hydro
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?
Asked by K Chen on 2013-09-12 04:30:41 UTC
Comments
I'm pretty sure that is NOT the actual error that it trips on. Check the logs or post a full log here.
Asked by dornhege on 2013-09-12 05:28:04 UTC
Thanks for pointing out, the actual cause was Eigen.
Asked by K Chen on 2013-09-12 15:17:33 UTC