Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2005 13:31:04 +0100
From:      Benjamin Thelen <bt@ccgis.de>
To:        freebsd-ports@www.freebsd.org
Subject:   doxygen 1.4.1 --> pdflatex: Command not found
Message-ID:  <420B5408.8080203@ccgis.de>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?420B5408.8080203>