Hi Michael,

On 20 Dec 2013, at 0:43 , Michael Powell <mpowell-programm...@comcast.net> 
wrote:

> Hello,
>       I am using DOxygen to document an iPhone application. The context is 
> Mac OS 10.9.1 with DOxygen 1.8.5. I got the TEX package from MacTEX. It's in 
> a TEX subfolder to Applications and the release level on LaTeXiT is 2.5.4.
>       When I use the DOxygen Wizard to "Run doxygen", I get the following 
> error message with (cursory impression) every class:
> "sh: epstopdf: command not found
> error: Problems running epstopdf. Check your TeX installation!"
>       This topic is not a new one, but I can't see from a Google search how 
> to make it stop.
>       If one looks, there is some mention of epstopdf down there 
> (/usr/local/texlive/2013/texmf-dist/scripts/epstopdf/epstopdf.pl), but I'm 
> enough of a Neanderthal that I can't judge whether that's enough, or how 
> DOxygen should know how to find it (if it doesn't already know).

I'm not 100% sure this is the same epstopdf (mine came with macports and is 
located here /opt/local/libexec/texlive/binaries/epstopdf).
You could make a symlink to it by running the following in a terminal:

sudo ln -s /usr/local/texlive/2013/texmf-dist/scripts/epstopdf/epstopdf.pl 
/usr/local/bin/epstopdf

Then running 'epstopdf --version' in the terminal should print some version 
info.
Once that works, doxygen will probably also be able to find it.

Regards,
  Dimitri


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to