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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
