Author Topic: ERROR in 'UniqueString.h:L22' => 'return UniqueString(sNew);'  (Read 4480 times)

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 563
  • L'ami de l'homme.The friend of man.
    • LETARTARE
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,
CB-13670, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-4.1.5
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-14.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3, gcc-13.3.0,
=> !! The messages are translated by 'Deepl'

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: ERROR in 'UniqueString.h:L22' => 'return UniqueString(sNew);'
« Reply #1 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).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 563
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: ERROR in 'UniqueString.h:L22' => 'return UniqueString(sNew);'
« Reply #2 on: May 07, 2018, 11:14:52 am »
@ofuscated
thank you very much, I will test TDM-492 at first.
CB-13670, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-4.1.5
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-14.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3, gcc-13.3.0,
=> !! The messages are translated by 'Deepl'

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: ERROR in 'UniqueString.h:L22' => 'return UniqueString(sNew);'
« Reply #3 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).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]