On 2/8/2013 07:26, Jon S. Berndt wrote:
>> Error: dot: can't open
>> /home/jon/JSBSimCVSGit/JSBSim/documentation/html/inherit_graph_9.dot

I already told you why that doesn't work in my Dec 18 message, and 
proposed a way Doxygen could be changed to make it work.

To reiterate in brief:

/home/jon/... is an absolute POSIX path, and you have a native Windows 
version of dot.exe, which of course doesn't understand POSIX paths.  (It 
wants a Windows path: c:\cygwin\home\jon\...)

The native Windows build of dot.exe *will* understand *relative* paths 
with forward slashes, though, so it is possible to use a Cygwin build of 
Doxygen (which will use POSIX paths) with a native version of dot.exe if 
Doxygen switches to relative paths.

The other solution is to use dot.exe as a filter, via popen().

Failing that, you have to get/make a Cygwin build of Graphviz, so its 
dot.exe will understand POSIX paths.

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to