Skip to content
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

Issue in building the doc in installation with Eclipse #183

Open
joefresna opened this issue Aug 12, 2021 · 1 comment
Open

Issue in building the doc in installation with Eclipse #183

joefresna opened this issue Aug 12, 2021 · 1 comment

Comments

@joefresna
Copy link

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.

@ilpincy
Copy link
Owner

ilpincy commented Aug 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants