You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the make doc command (after having followed the instruction for installation with Eclipse) I get an error for not having access to the path "../doc". This is due to the fact that compilation for Eclipse is done from ./argos3 and not from ./arogs3/build/.
I solved it by changing the path of OUTPUT_DIRECTORY in the file Doxyfile_standalone.
The text was updated successfully, but these errors were encountered:
I would suggest simply using the CMake flag to disable the generation of the documentation. In-source compilation is not really supported.
Also, why are you using the ARGoS sources in Eclipse? If you need to add something to ARGoS, you can do it in your own repository, and that's the best way to do it.
When I run the
make doc
command (after having followed the instruction for installation with Eclipse) I get an error for not having access to the path "../doc". This is due to the fact that compilation for Eclipse is done from./argos3
and not from./arogs3/build/
.I solved it by changing the path of
OUTPUT_DIRECTORY
in the fileDoxyfile_standalone
.The text was updated successfully, but these errors were encountered: