ethz-asl / curves

A library of curves for estimation.
BSD 3-Clause "New" or "Revised" License
74 stars 28 forks source link

bug with doc generation #21

Closed mikebosse closed 10 years ago

mikebosse commented 10 years ago

Here is the error message I'm getting:

[curves] ==> '/home/mbosse/catkin_aslam/build/curves/build_env.sh /usr/bin/make -j7 -l7' in '/home/mbosse/catkin_aslam/build/curves' [ 10%] Generating API documentation with Doxygen /bin/sh: 1: cd: can't cd to /home/mbosse/catkin_aslam/devel/share/curves/doc make[2]: *\ [CMakeFiles/doc] Error 2

mikebosse commented 10 years ago

I can fix the problem by manually making the missing directory, but should this be automatically done?

furgalep commented 10 years ago

I had a pending pull request for doxygen_catkin (https://github.com/ethz-asl/doxygen_catkin/pull/4). I've just merged this to master. Update this package and it should work.