Florian Ebeling wrote:
A lot of TeX related errors, do you have texlive or teTeX?
I have texlive in version @2007_4. This is also a declared dep of doxygen. Can I substitute it with teTeX?
Well, I thought it might be a problem with teTeX. Actually doxygen has a dependency on /opt/local/bin/pdflatex which could be provided by either teTeX or texlive. I don't think substituting with teTeX will help. It works fine for me with texlive @2007_4. Maybe try to uninstall doxygen completely and then try again to install it? Sorry, I was just guessing and have no actual solution. Rainer PS: Please remember to use 'Reply All', so your mail also goes to the list as well.
Citando Rainer Müller :
Florian Ebeling wrote:
A lot of TeX related errors, do you have texlive or teTeX?
I have texlive in version @2007_4. This is also a declared dep of doxygen. Can I substitute it with teTeX?
Well, I thought it might be a problem with teTeX. Actually doxygen has a dependency on /opt/local/bin/pdflatex which could be provided by either teTeX or texlive.
I don't think substituting with teTeX will help. It works fine for me with texlive @2007_4. Maybe try to uninstall doxygen completely and then try again to install it?
I'm afraid the error lies in the texlive install: kpathsea: Running mktexfmt pdflatex.fmt I can't find the format file `pdflatex.fmt'! indicates that pdflatex was badly installed. You may have to rebuild texlive (texlive_base in fact), but hopefully, retrying the post-activate phase may render texlive working. You can try to sudo mktexlsr sudo fmtutil-sys --all sudo updmap-sys --syncwithtrees and see if it repairs things. (the fmtutil line is the one supposed to take care of those fmt files). Hope this solves your problems, Emmanuel
I'm afraid the error lies in the texlive install:
kpathsea: Running mktexfmt pdflatex.fmt I can't find the format file `pdflatex.fmt'!
indicates that pdflatex was badly installed. You may have to rebuild texlive (texlive_base in fact), but hopefully, retrying the post-activate phase may render texlive working.
That indeed solved the problem. Thanks. Florian -- Florian Ebeling florian.ebeling@gmail.com
participants (3)
-
Emmanuel Hainry
-
Florian Ebeling
-
Rainer Müller