[webkit-help] Linking error with Qt port on Linux in Debug mode

Osztrogonac Csaba oszi at inf.u-szeged.hu
Wed Dec 16 22:59:47 PST 2009


Hi Benoit,

The "register" keyword means, that you suggest the compiler should
put this parameter into a CPU register instead of stack, because
it is faster. But it is only a suggestion and not a direction.
I think it can't cause any problem.

Have you succeded in building debug QtWebKit meanwhile?

Ooops, I just realize now, that you use Qt-4.5.3. I suggest you should
update to the lateset Qt release (Qt-4.6.0), because with older version
you might have building and other problems.

br,
Ossy

> I have a question. What does "register" mean on the parameters of a
> non-inlined function? Could it be that it is an impossible thing,
> hence preventing the compiler from compiling the function non-inlined
> into the library?
> 
> Cheers,
> Benoit


More information about the webkit-help mailing list