On Monday 20 of May 2024 23:30:59 Darrell Anderson via tde-users wrote:
https://wiki.trinitydesktop.org/How_to_Build_TDE_Core_Modules#About_TQt and https://wiki.trinitydesktop.org/How_to_Build_TDE_Core_Modules#Configure_ and_Build
ADD:
Although c++11 (and c++17) are supported in TDE, users compiling automake packages for systems with older versions of gcc might require explicitly declaring compatibility with '-std=c++11'.
The need to add -stt=c++11 does not apply to building with automake - there the option should be automatically added. This applies only to TQt3 as such, because it does not use either automake or cmake.
See rules in common admin module:
http://git.trinitydesktop.org/cgit/admin/commit/?id=a7f75ac0ff http://git.trinitydesktop.org/cgit/admin/commit/?id=b9fb6ca397
Cheers