-
Bug
-
Resolution: Done
-
P2: Important
-
5.11
-
None
-
* Windows 10 x64,
* mingw-w64 x86_64 7.2.0,
* ICC 2018 Update 1,
* MSVC 2017 15.5.0,
* Windows SDK 10.0.16299.15,
* Qt5-dev ([6e4f2f84330dfaf272449a3e58810216385bd32a|http://code.qt.io/cgit/qt/qt5.git/commit/?h=dev&id=6e4f2f84330dfaf272449a3e58810216385bd32a]).
-
c003a913e3dd71835577a8bba327007e8f3d06f8
Hello, everyone,
For Qt documentation build using mingw-w64 got errors:
C:/libQT-5.11-dev/build/qtbase/src/xml/dom/qdom.cpp:4378: (qdoc) warning: clang found diagnostics parsing \fn QDomNode::NodeType QDomAttr::nodeType() const error: unsupported option '-fPIC' for target 'x86_64-pc-windows-msvc' warning: '__cplusplus' macro redefined error: use of undeclared identifier 'QDomNode' error: use of undeclared identifier 'QDomAttr' QTemporaryDir: Unable to remove "C:\\Users\\test\\AppData\\Local\\Temp\\qdoc_pch.LavOZN" most likely due to the presence of read-only files. libclang: crash detected during AST saving: { 'filename' : 'C:/Users/test/AppData/Local/Temp/qdoc_pch.LavOZN/QtConcurrent.pch' 'options' : 0, }
which appeared after Change #151666 was merged into Qt5-dev. The same for builds using Windows ICC and MSVC.
Reproduced for:
- Qt builds regardless of used configuration and layout.
Full build logs available in .QTBUG-52143
Best,
Alexander