Re: [Doxygen-users] Doxygen can't find dot
Brought to you by:
dimitri
From: Marinna L. <ma...@vi...> - 2006-06-15 17:55:53
|
It is in the PATH. I checked the first time I had issues last week. It was at the end of the PATH, so I moved it to the front to give it priority. I enclosed the path in quotes, I removed the quotes. Like I said in my original post, my PATH is fine and points to the Graphviz bin directory. In fact, I have been able to run dot fine from the command line. Only Doxygen has issues. I actually have to use a script to compile the dot files that Doxygen generates because Doxygen produces them, but it doesn't manage to produce the images for some reason. ~ Marinna Lee Emil Maskovsky wrote: > > You probably didn't have set the PATH environment variable, and the > installer obviously did'n set it too. > There are many tools which path must be added to the PATH variable > (e.g. Java Runtime Environment :), etc.), installers mostly didn't do > it, although it can be done modifying win registry some way (they > probably prefer not breaking user environment and leave the path > modification on the user). > The symbolic link into %windir%\system32 is also ok, the path > %windir%\system32 is (should be) in the path. > (you can see your PATH configuration running "path" from command line) > > The next errors, I don't have any experience with dot, but can be, > that more utilities than "dot.exe" itself are needed, and the link > into %windir%\system32 solves only "dot.exe", but maybe another tools > (called from dot.exe) are not found. > > I would try to set the path to include the directory where you > installed the tools (where dot.exe etc. is). > (the PATH environment variable can be altered via This > Computer\Properties, tab Advanced, button Environment Variables, and > *append* the PATH for all users (system) or for your user only) > > > > Marinna Lee wrote: > >> Bah. I have the basic GNU Unix tools installed on my Windows machine. >> I created a symbolic link to dot.exe in my C:\Winsows\System32 >> directory, and Windows finally found dot. (Which is really dumb.) >> >> I started to get a lot of error messages from Doxygen. Things like .eps >> files don't exist for all my class files (I'm generating HTML and PDF >> via LaTeX). Then I started getting "The parameter is incorrect." error >> windows. When it finally finishes, there's no dot generated images in >> my PDF or HTML directory. There are not .dot files in the HTML >> directory, but there are still .md5 files. In the PDF directory, there >> are both .dot and .md5 files. Ugh. >> >> ~ Marinna >> > ------------------------------------------------------------------------ > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |