Hallo,
wenn ich die Quellen des vdr-2.4.6 entpacke und die html-Seiten mit make srcdoc erstellen will,
bekomme ich die Fehlermeldungen:
Code
[martin@fc33 vdr-2.4.6]$ make srcdoc
/usr/bin/doxygen Doxyfile.tmp
warning: Tag 'TCL_SUBST' at line 203 of file 'Doxyfile.tmp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'SYMBOL_CACHE_SIZE' at line 336 of file 'Doxyfile.tmp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_SCHEMA' at line 1401 of file 'Doxyfile.tmp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_DTD' at line 1407 of file 'Doxyfile.tmp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'PERL_PATH' at line 1568 of file 'Doxyfile.tmp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'MSCGEN_PATH' at line 1589 of file 'Doxyfile.tmp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value
Using the default: a4!
Doxygen version used: 1.8.20
Notice: Output directory 'srcdoc' does not exist. I have created it for you.
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for msc files...
Searching for dia files...
Searching for files to exclude
Searching INPUT for files to process...
Searching for files in directory /home/martin/rpmbuild/BUILD/vdr-2.4.6
Searching for files in directory /home/martin/rpmbuild/BUILD/vdr-2.4.6/libsi
.....
Searching for files in directory /home/martin/rpmbuild/BUILD/vdr-2.4.6/PLUGINS/src/status
Searching for files in directory /home/martin/rpmbuild/BUILD/vdr-2.4.6/PLUGINS/src/svdrpdemo
Searching for files in directory /home/martin/rpmbuild/BUILD/vdr-2.4.6/po
Searching for files in directory /home/martin/rpmbuild/BUILD/vdr-2.4.6/srcdoc
Searching for files in directory /home/martin/rpmbuild/BUILD/vdr-2.4.6/symbols
Reading and parsing tag files
Parsing files
Preprocessing /home/martin/rpmbuild/BUILD/vdr-2.4.6/args.c...
sh: ./Doxyfile.filter: Keine Berechtigung
Parsing file /home/martin/rpmbuild/BUILD/vdr-2.4.6/args.c...
Preprocessing /home/martin/rpmbuild/BUILD/vdr-2.4.6/args.h...
sh: ./Doxyfile.filter: Keine Berechtigung
Parsing file /home/martin/rpmbuild/BUILD/vdr-2.4.6/args.h...
Preprocessing /home/martin/rpmbuild/BUILD/vdr-2.4.6/audio.c...
sh: ./Doxyfile.filter: Keine Berechtigung
Parsing file /home/martin/rpmbuild/BUILD/vdr-2.4.6/audio.c...
Preprocessing /home/martin/rpmbuild/BUILD/vdr-2.4.6/audio.h...
sh: ./Doxyfile.filter: Keine Berechtigung
Parsing file /home/martin/rpmbuild/BUILD/vdr-2.4.6/audio.h...
Preprocessing /home/martin/rpmbuild/BUILD/vdr-2.4.6/channels.c...
sh: ./Doxyfile.filter: Keine Berechtigung
Parsing file /home/martin/rpmbuild/BUILD/vdr-2.4.6/channels.c...
Preprocessing /home/martin/rpmbuild/BUILD/vdr-2.4.6/channels.h...
sh: ./Doxyfile.filter: Keine Berechtigung
Display More
Bei vdr-2.4.1 hingegen klappt alles.
doxygen Version: 1.8.20-4.fc33.x86_64
gibt es hierzu einen Workaround ?