Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I have created a project in QtCreator in Windows and it was working fine, but I needed to move it to Linux and I'm getting the following error:
@ __gnu_debug has not been declared @
Should I provide any inclue path?
What were you doing when you got that error?
I was compiling.
I'm including some other project into my project and it contains a file debug.h. Changing its name to some other fixed the problem.
Thanx.