[Development] Qt 5.1 compile problem

Tomasz Olszak olszak.tomasz at gmail.com
Tue Jun 25 17:04:48 CEST 2013


2013/6/25 Thiago Macieira <thiago.macieira at intel.com>

> On terça-feira, 25 de junho de 2013 13.21.33, Tomasz Olszak wrote:
> > .obj/release-shared/qnativesocketengine_unix.o: In function
> > `QNativeSocketEnginePrivate::nativeSelect(int, bool) const':
> > qnativesocketengine_unix.cpp:(.text+0x2744): undefined reference to
> > `qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*)'
>
> I haven't rebuilt for MIPS in a couple of months, but I don't remember
> having
> this problem. My guess is that you have a polluted build: your QtNetwork
> 5.1
> is linking to the installed QtCore 5.0.
>
> qt_safe_select is in QtCore (qcore_unix.cpp). In Qt 5.1, I changed the last
> parameter from timeval to timespec.
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
>
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
>
Right. Rootfs got messed up and I end up linking to old 5.0 libraries.
Thanks!
-- 
regards / pozdrawiam, Tomasz Olszak
Qt for Tizen | http://qt-project.org/wiki/Tizen
Qt Certified Developer | http://qt-project.org
http://linkedin.com/in/tolszak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20130625/94166cea/attachment.html>


More information about the Development mailing list