error: unable to find string literal operator "" SLASHES

smallB picture smallB · Apr 26, 2012 · Viewed 8.3k times · Source

I'm trying to build qtCreator 2.3 with gcc 4.7 and I'm getting following error:

error: unable to find string literal operator ""

I'm using mingw32-make -lto as qtCreator source dir. Any thoughts?

Answer

Component 10 picture Component 10 · Apr 26, 2012

Just Googled this and saw the following comment on this page

The subject error occurs because in the new c++11 a space between string concatenation is mandatory

It may be related to what you're seeing.