[Development] Qt 5.1 compile problem
Thiago Macieira
thiago.macieira at intel.com
Tue Jun 25 16:53:08 CEST 2013
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20130625/ed4fcc59/attachment.sig>
More information about the Development
mailing list