-
Notifications
You must be signed in to change notification settings - Fork 20
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
#11 has some problem. #12
Comments
Could you please give some additional detail to help reproduce the problem:
|
Sorry. I was add more detail. Really Thankyou! |
Thanks for the details. I think the best approach is to set up dockerized integration tests (as we've done for OMPL, TMKit, and Amino) to reproduce this issue and catch similar problems in the future. Unfortunately, I'm traveling the for the next week and have some tight deadlines soon, so I'm not sure if I can get to this right way. But, it sounds like you are OK for now using the previous commit or the last release version? |
Yes. The problem wasn't occur in previous commit. So I use previous revision. Just I wanted let you know. |
@yeseuleee those commits were needed due to upgrades to autoconf and man2html. EDIT: I am running autoconf v2.69 and man2html v3.0.1 and things work fine on my machine (ArchLinux). I checked the ubuntu 16.04 packages and they also use autoconf v2.69 but their man2html is v1.6g8. Do you mind posting the entire output of |
I receive the same error. This is the only output from running make: Line 2525: Checking out commit 4a38f91 compiles fine. System: |
I've seen that error too, but only on my advisor's computer, which is an old ubuntu. it seems to be related to doxygen. see if installing doxygen makes a difference. |
I have doxygen 1.8.13 installed. I think the issue is related to autoconf-archive. I do not have autoconf-archive installed because it broke a different part of the build process (sorry, I dont recall what). |
I have installed ach (version before commit 592fe29 ).
When I was install it, I don't experienced any problem.
But when I have installed ach today, I experienced some problem.
The error is "2555: *** missing separator. Stop."
So I was edit that line in ach/Makefile.am and in ach/doc/Makefile.am (to version before commit 592fe29.)
And I was success to 'make' instruction.
Than would you please fix this problem in version 592fe29
The text was updated successfully, but these errors were encountered: