2013/6/25 Thiago Macieira <[email protected]>

> 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
> [email protected]
> 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
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to