Hi,
Poco does not compile out of the box under MinGW.
I'd like to fix this, and have already succeeded with Foundation, Util and XML
in Poco 1.3.2.
However, i don't understand the build system good enough to make appropriate
modifications. So i had to #include one .cpp from another to make it be compiled :-)
It seams that some files are excluded from compilation on some platforms.
Some others depend on the defines POCO_OS_FAMILY_WINDOWS and friends.
I think i'll try to add an #elif-defined-MinGW section in Platform.h tonight.
But, can anybody tell me how the mechanism to include/exclude certain files
works? (i did not find it in the Build System TechNote.)
Thanks





