Hi,

I am trying to build the qtwebkit module.
I manged to build qt using gmake j -4
I then ran "gmake module-qtwebkit", as the previous command by itself does not seem to attempt to build the webkit module.
I then get the following compiler error:

In file included from ./wtf/FastAllocBase.h:91:0,
from ./wtf/HashSet.h:24,
from wtf/ArrayBuffer.h:29,
from wtf/ArrayBuffer.cpp:27:
./wtf/Assertions.h:139:1: error: ‘WTF_EXPORT_PRIVATE’ does not name a type
./wtf/Assertions.h:140:1: error: ‘WTF_EXPORT_PRIVATE’ does not name a type

I've seen a few other post on other website forums with the same problem, but no responses :-(

Any suggestions welcome.