2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: qt-creator >=4.8 PSA |
From: | Ralph Lange via Core-talk <[email protected]> |
To: | EPICS Core Talk <[email protected]> |
Date: | Mon, 15 Jul 2019 09:55:20 +0200 |
This weekend I updated my development system with the new debian 10.
This brought with it qt-creator 4.8, which brought with it the new
"clang code model" which attempt to provide compiler error messages
while editing.
I was greeted with a lot of red.
After some frustrating fumbling around I figured out that this feature
does not report indirect #include errors at all. The symptom is
a lot of errors about "missing ..." for things which are clearly not
missing.
Understanding this entails running qt-creator with:
> export QT_LOGGING_RULES=qtc.clang*=true
And looking at stdout for errors about missing headers.
With Base the problems I hit were not finding the generated
epicsVersion.h, and wrong order of osi and complr includes.
Both are fixed in the *.includes file .