-
Notifications
You must be signed in to change notification settings - Fork 9
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
configure: cannot find input file: ` #13
Comments
I can confirm that it occurs on my machine. It looks like Doxyfile is created no problem. Not sure what the problem is yet. |
Ok it looks like the configure scripts needed to be updated with autoreconf -ivf. I pushed a commit to try to resolve configure problems. Please let me know if that also works for you. |
Thanks. Now it looks like this:
And the
Is there anything I did miss? |
It looks like you need to pull the git submodule.
|
Unfortunately that changed nothing. Also I cloned with But don't stress yourself too much about it because it is not a high priority for me. I just wanted to tinker around with it a bit. 😉 |
What does |
It looks like this:
And this one is just empty:
|
Hi,
I tried to build the code on Ubuntu 22.04.3 LTS.
First clone:
Then
cd
andmkdir
:And then configure:
I don't understand which file is missing here.
The text was updated successfully, but these errors were encountered: