error: #error "__WORDSIZE is not defined" #error "__WORDSIZE is not defined"
-
I will use a Qt Creator v5.8.0 & I build my project , that time this error is will show.
How to remove it.
-
I will use a Qt Creator v5.8.0 & I build my project , that time this error is will show.
How to remove it.
@nadimnadaf
What version of Qt are you using? -
QT 5.8.0
-
I will use a Qt Creator v5.8.0 & I build my project , that time this error is will show.
How to remove it.
@nadimnadaf include nested to deeply is the problem here
make sure you have no circle includes and all your classes have proper include guards
-
-
@nadimnadaf
This does not help us. How/where is your own code doing any#include
s? We are looking for some kind of "circular include"s somewhere. -
I cant able to find. Any way to find out this.
-
@JonB
Newly created project also same error throw. (Not Modified, Just Create and Build). -
@JonB
Newly created project also same error throw. (Not Modified, Just Create and Build).@nadimnadaf
A "new project" is hardly going to includebrowser.cpp
orQtWebKit
....First thing: I believe both the errors you show come only from the Code Model you are using in Creator. Do you get these errors if you compile your code?
Second would probably be: how did you install Qt? I see references to
/opt/fslc-framebuffer
and toarmv7...gnueabi
, where is that coming from? Are you doing some kind of cross-compilation? Do you have the correct compiler kit toolchain selected?