News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

ERROR in 'UniqueString.h:L22' => 'return UniqueString(sNew);'

Started by LETARTARE, May 06, 2018, 10:47:33 AM

Previous topic - Next topic

LETARTARE

hello,
I have long compiled the svn versions with the following configuration
QuoteVISTA 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-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

oBFusCATed

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!]

LETARTARE

@ofuscated
thank you very much, I will test TDM-492 at first.
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

oBFusCATed

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!]