Failure build for Windows on MXE (http://mxe.cc/).
It appears that MinGW does not have suport for poll() function.
According to the ChangeLog, the MinGW support has been dropped. However the code compile fine with Microsoft Visual Studio 2015.
Anyway if you want to contribute a patch to support MinGW, I will happy to review it.
According to the ChangeLog, the MinGW support has been dropped.
Too bad! JsonRpc-Cpp used in our cross-platform project for Linux, OS X and Windows.
However the code compile fine with Microsoft Visual Studio 2015.
No way. MSVC is a proprietary compiler, so we always give preference to GCC.
Log in to post a comment.
It appears that MinGW does not have suport for poll() function.
According to the ChangeLog, the MinGW support has been dropped. However the code compile fine with Microsoft Visual Studio 2015.
Anyway if you want to contribute a patch to support MinGW, I will happy to review it.
Too bad! JsonRpc-Cpp used in our cross-platform project for Linux, OS X and Windows.
No way. MSVC is a proprietary compiler, so we always give preference to GCC.