I'm trying to compile Poco-1.5.1 with MinGW (gcc 4.7.0) under Windows 7.
It have the std::copysign issues at Foundation\include\Poco\FPEnvironment_DUMMY.h, but it is easy to solve commenting "std::" at copySignImpl methods.
My next problem comes with file "Foundation\src\EventLogChannel.cpp", that is trying to include "pocomsg.h", that doesn't exist.
I have read that pocomsg.h is generated from pocomsg.mc script. MC is a Message Compiler from Microsoft, and it is not present in my MinGW system. So should I include manually pocomsg.h as say this post?
poco Lib dosnt compile in vs express 9
Is there a better way to solve this?
Thanks.