Code::Blocks Forums

User forums => Help => Topic started by: LETARTARE on May 06, 2018, 10:47:33 am

Title: ERROR in 'UniqueString.h:L22' => 'return UniqueString(sNew);'
Post by: LETARTARE on May 06, 2018, 10:47:33 am
hello,
I have long compiled the svn versions with the following configuration
Quote
VISTA Pro business pack 2 (6.0)
'MinGw32-TDM-471' and 'wx-2.8.12'
The latest version without error was svn11321.
The next version svn11322 brings the error in the title.

I'll mention that I will soon try using TDM-510, but I would like to understand why this error occurs.

Here are attached the different elements of the error,
Title: Re: ERROR in 'UniqueString.h:L22' => 'return UniqueString(sNew);'
Post by: oBFusCATed on May 06, 2018, 11:21:01 am
Your compiler doesn't fully support c++11. The minimal compiler version is GCC 4.8, I think (at least it should for on linux).
Title: Re: ERROR in 'UniqueString.h:L22' => 'return UniqueString(sNew);'
Post by: LETARTARE on May 07, 2018, 11:14:52 am
@ofuscated
thank you very much, I will test TDM-492 at first.
Title: Re: ERROR in 'UniqueString.h:L22' => 'return UniqueString(sNew);'
Post by: oBFusCATed on May 07, 2018, 11:24:50 am
My advise is to switch directly to  mingw64 7.x.x (for the 64bit version see the wxwidget announcement for the correct version you need to use).