On Monday 20 of May 2024 18:05:05 Darrell Anderson via tde-devels wrote:
On 5/20/24 8:43 AM, blu.256 wrote:
Try replacing nullptr with 0. Nullptr is a keyword for null pointer which traditionally was written as 0 before the more specific nullptr keyword appeared.
I resolved this problem by adding '-std=c++11'. ____________________________________________________
The current tde-cmake macros should ensure that C++11 is turned on automatically. Now tde-cmake is installed as a separate package. I suppose you have tde-cmake installed?
Cheers Slávek --