Closed KochC closed 3 years ago
@KochC is your doxyfile in a public repository anywhere?
I suspect your OUTPUT_DIRECTORY variable is empty. If you set it to OUTPUT_DIRECTORY=. it should work just fine :)
No, unfortunately not. But I can share the Doxyfile.
Take a look at the previous reply from me, I added an addendum as an edit which seems to be right. I'll go and write a patch later this evening that will make the workaround unnecessary but if you want a quick and lasting fix that will do fine.
Take a look at the previous reply from me, I added an addendum as an edit which seems to be right. I'll go and write a patch later this evening that will make the workaround unnecessary but if you want a quick and lasting fix that will do fine.
Not successful :(
Not successful :(
What was the same excerpt of the logs this time?
exactly the same than before
/entrypoint.sh: cd: line 36: can't cd to /latex: No such file or directory
You seem to have the contents of the Doxyfile repeated twice in the same file. If you remove the second copy and ensure that the sole OUTPUT_DIRECTORY
line is
OUTPUT_DIRECTORY = .
then it should work.
NB. line 2636 onwards is repeated :)
Either way, I've just released v1.2.3 (and updated v1) to force the LaTeX directory to resolve relatively from the working directory. Give it a try with that release and let me know.
Tried the new v1.2.3
and got a different error:
...
Generating file member index...
5857
Generating example index...
5858
finalizing index lists...
5859
writing tag file...
5860
Running plantuml with JAVA...
5861
lookup cache used 19238/65536 hits=184810 misses=21914
5862
make: /bin/sh: Operation not permitted
5863
finished...
5864
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl refman.pdf
5865
make: *** [Makefile:23: clean] Error 127
Sorry, I haven't seen that issue before. I think this might be a little outside the scope of my action if there's an error in the makefile. Perhaps you could try it locally with nektos/act and then going into the directory structure to ensure it's all working as you expect. Sorry I can't be more help but given that I can't browse your repository I'm kind of at the limit of the help I can provide.
OK, I expected something like this. I'm a super beginner using Doxygen. Thanks anyways. I will keep using the non-latex version then.
Out of interest, does this same error crop up if you attempt to generate the latex locally?
I never tried building it locally.
OK, if you try following this guide from the developer of Doxygen on how to build the latex documentation https://www.doxygen.nl/manual/starting.html#latex_out then maybe we'll get a clearer picture of what's causing the issue.
There seems to be an issue with the
enable-latex: true
option. Works fine withenable-latex: false
.Any idea what I am doing wrong?
Output is: