On Monday, February 17, 2003, at 09:46 am, Alexander Hansen wrote:
Well, it looks like the problem is with latex and friends. What do you
get from "fink list tex'?
On Mon, 17 Feb 2003, Chris Lamb wrote:
Further to my previous email, I have the following errors at the point
of failure every time I try to install doxygen, I have selfupdate-cvs
'ed !
sh: latex: command not found
Problems running latex. Check your installation or look for typos in
_formulas.tex!
Generating image form_0.png for formula
dvips: ! DVI file can't be opened.
Problems running dvips. Check your installation!
rm -rf /sw/src/root-doxygen-1.3-1/sw/share/doc/doxygen/doc
cd /sw/src/root-doxygen-1.3-1/sw/share/doc/doxygen/latex ; /usr/bin/make
echo "Running latex..."
Running latex...
pdflatex doxygen_manual.tex
make[1]: pdflatex: Command not found
make[1]: *** [doxygen_manual.pdf] Error 127
make: *** [install_docs] Error 2
### execution of make failed, exit code 2
Failed: installing doxygen-1.3-1 failed
Any ideas on how to move past this failure? As the subject says I am
trying to get the koffice package installed - I could really use kivio
for collaborating with some friends on a software project!
I'm also having problems with getting doxygen installed. My errors are different though. Here are the last few lines before it dies:
ranlib ../lib/libdoxygen.a
/usr/bin/make -f Makefile.doxygen all
c++ -c -pipe -D__FreeBSD__ -Wall -W -O2 -I../qtools -I../libpng -I. -o ../objects/main.o main.cpp
c++ -o ../bin/doxygen ../objects/main.o -L../lib -ldoxygen -ldoxycfg -lqtools -lpng
ld: Undefined symbols:
_crc32
_inflateReset
_deflate
_deflateEnd
_deflateInit2_
_deflateReset
make[2]: *** [../bin/doxygen] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2
### execution of make failed, exit code 2
Failed: compiling doxygen-1.3-1 failed
I'm stumped. I'm assuming people have actually gotten doxygen to compile and install, right?
-- Daniel