doxygen 1.4.1 --> pdflatex: Command not found

Benjamin Thelen bt at ccgis.de
Thu Feb 10 04:31:21 PST 2005


Hi,

building the doxygen-1.4.1 port fails:

gmake[1]: Leaving directory 
`/usr/ports/devel/doxygen/work/doxygen-1.4.1/doc'
cd latex ; gmake
gmake[1]: Entering directory 
`/usr/ports/devel/doxygen/work/doxygen-1.4.1/latex'
Running latex...
pdflatex doxygen_manual.tex
gmake[1]: pdflatex: Command not found
gmake[1]: *** [doxygen_manual.pdf] Error 127
gmake[1]: Leaving directory 
`/usr/ports/devel/doxygen/work/doxygen-1.4.1/latex'
gmake: *** [pdf] Error 2
*** Error code 2


There is no "pdflatex", there is "pdfelatex", which is a symlink to 
"pdfetex". I tried to create another symlink called "pdflatex", 
linking to "pdfetex", too, but building "doxygen" failed again.

I found a port called "hugelatex", which "promised" to have a 
"pdflatex". But "pdflatex" still wasn't there.

I then tried building WITHOUT_LATEX=YES, with success. But, I think, 
that's just a workaround :-). Do I miss something or is it an error?


After upgrading doxygen, do I have to reinstall every port depending 
on it, e.g. gdal?


Thanks,
Ben




More information about the freebsd-ports mailing list