[Qt-interest] Execution error

Thiago Macieira thiago.macieira at trolltech.com
Fri Apr 3 21:21:40 CEST 2009


Raja Sekharan wrote:
>Hi,
>
>Running the executable I see the following error:
>
>./flarecore: symbox lookup error: undefined symbol:
>_ZNK10QBoxLayout7stretchEi
>
>What could be the problem?

That's QBoxLayout::stretch(int) const

That's a new function in Qt 4.5.

So I guess you compiled your program with Qt 4.5, but you're running it 
with Qt 4.4.

Run "ldd ./flarecore" and you'll see which Qt library it's picking up.

-- 
Thiago Macieira - thiago.macieira (AT) nokia.com
  Senior Product Manager - Nokia, Qt Software
      Sandakerveien 116, NO-0402 Oslo, Norway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090403/c2ba96d8/attachment.bin 


More information about the Qt-interest-old mailing list