Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error: unable to find string literal operator "" SLASHES

Tags:

c++

qt

gcc4

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?

like image 753
smallB Avatar asked Apr 26 '12 08:04

smallB


1 Answers

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.

like image 103
Component 10 Avatar answered Nov 09 '22 06:11

Component 10