I know we had this error some weeks before. I checked the thread about
it but couldn't find a solution.
I checked the out/xml/ for something like that and found
"classwx_hyperlink_event.xml".
Could it be the right one? But why didn't it find it?
[bash]
"/usr/bin/python3" etg/htmlwin.py --sip
Unable to find xml file for ITEM: wxHtmlLinkEvent
Tried: /home/user/share/work/Phoenix/ext/wxWidgets/docs/doxygen/out/xml/classwx_html_link_event.xml
/home/user/share/work/Phoenix/ext/wxWidgets/docs/doxygen/out/xml/structwx_html_link_event.xml
/home/user/share/work/Phoenix/ext/wxWidgets/docs/doxygen/out/xml/wxHtmlLinkEvent
Traceback (most recent call last):
File "etg/htmlwin.py", line 89, in <module>
run()
File "etg/htmlwin.py", line 31, in run
etgtools.parseDoxyXML(module, ITEMS)
File "/home/user/share/work/Phoenix/etgtools/__init__.py", line 82,
in parseDoxyXML raise DoxyXMLError(msg)
etgtools.DoxyXMLError: Unable to find xml file for ITEM: wxHtmlLinkEvent
Command '"/usr/bin/python3" etg/htmlwin.py --sip' failed with exit code
1. Finished command: etg (13m50.74s)
[/bash]
Of course I don't use my own doxygen (1.8.6) because the one that the
build script downloads doesn't run on my system.
Maybe this doxygen warnings give a hint?
[bash]
Build using: "/usr/bin/python3"
3.4.0 (default, Apr 11 2014, 13:05:18)
[GCC 4.8.2]
Python's architecture is 32bit
cfg.VERSION: 3.0.3
Running command: dox
./regen.sh xml
Warning: ignoring unsupported tag `ALLOW_UNICODE_NAMES =' at line
14, file Doxyfile Warning: ignoring unsupported tag
`MAN_SUBDIR =' at line 466, file Doxyfile Warning: ignoring
unsupported tag `DOCBOOK_PROGRAMLISTING =' at line 485, file Doxyfile
Warning: ignoring unsupported tag `PLANTUML_JAR_PATH =' at line
564, file Doxyfile
[/bash]