Actions
Bug #1234
closed'fd_set' type not declared
Start date:
01/21/2016
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
arm, mips, x86
Host OS:
Toolchain:
clang-3.7, gcc-4.9
Android version:
4.4 (android-19)
CrystaX NDK Version:
Description
When compiling with CrystaX 10.3.1, I got the following error that didn't exist with 10.2 (didn't try with 10.3.0):
In file included from jni/cryptopp/network.cpp:5:0: jni/cryptopp/wait.h:184:2: error: 'fd_set' does not name a type fd_set m_readfds, m_writefds;
I've tried with armeabi, x86, and mips ABIs. I suspect the same applied for others.
Files
Actions