Re: [Doxygen-users] (no subject)
Brought to you by:
dimitri
From: Dimitri V. H. <do...@gm...> - 2008-01-29 18:49:44
|
On 29 jan 2008, at 12:48, Matuschka, Sebastian wrote: > Hi, > > i am getting much errors like: > > Error opening map file > adc_8h_94d2204b898fb695b10b77245fe0cd7b_icgraph.map for inclusion in > the > docs! > Error opening map file > adc_8h_d70be21502220b5d5da8319eb6b96980_icgraph.map for inclusion in > the > docs! > Error opening map file > adc_8h_793bceafd714d7eab7f74704539e0f5b_icgraph.map for inclusion in > the > docs! > Error opening map file > auxiliary_8c_bf87964d1d2db4d67816b75c7681b051_icgraph.map for > inclusion > in the docs! > Error opening map file > auxiliary_8c_575e955e2f7c9885967f714a34e9d208_icgraph.map for > inclusion > in the docs! > Error opening map file > auxiliary_8c_65884843bbaea50149a704cb11d95ba6_icgraph.map for > inclusion > in the docs! > > Any idea why these errors can occur or how I can fix it? > In the html documentation these graphs are missing, so the errors are > correct. > But I have graphs in the documentation, just not all, many are > missing. > When I set the options to not clean up dot files, the files for which > the error messages are printed are not there, but .md5 files are there > (checked this only for a few files) > Has anyone else similar effects? > Any ideas to find out the reason? What can happen is that dot for some reason fails to create the map file. Then there is a matching .md5 file (based on the .dot file) so doxygen will assume it does not need to run dot again, and only after that finds there is no map file. You can try to delete the whole output directory and run doxygen again. If that does not help you will need another version of dot (I can still recommend version 2.8 even though it is quite old). See here http://www.graphviz.org/pub/graphviz/ARCHIVE/ Regards, Dimitri |