> I gave up. Nothing beyond 5.9.7 appears to compile correctly. It's not  
> a GCC issue either. The same -j option and same configure command work  
> just fine for 5.9.7 and everything else just trashes. I have to get  
> something functional so no further effort on 5.11.x.

I know that's not true because I've compiled 5.11.2 myself. Albeit, with the 
make issues, but it eventually built.
 
> I don't know how 5.12.0 could have passed compilation with any  
> configure command though. It calls qWarning() and does not have qdebug  
> header file.

qWarning() does not require <QtDebug>, it is provided via <QtGlobal>. Only 
qDebug() stream operator syntax requires the #include 
http://doc.qt.io/qt-5/debug.html 
"If you include the <QtDebug> header file, the qDebug() macro can also be used 
as an output stream."
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to