On 2025/04/10 05:27 AM, Darrell Anderson via tde-devels wrote:
On 4/9/25 1:13 PM, Darrell Anderson via tde-devels
wrote:
I am trying to build 14.1.3 on Slackware 14.2. I
had no problem building 14.1.2 on the same system a few months ago.
Slackware 14.2 uses GCC 5.5.
Comparing the source 14.1.2/14.1.3 tqt3 files shows some notable differences. One of
which is something to do with
nullptr, which is part of the fatal errors I see.
Perhaps I need to add some kind of C++ qualifier?
Methinks me figured this out. I added '-std=c++11'.
Yes, c++11 is required to build TDE.