Hi all, I'm just getting ready to re-release Math::Geometry::Planar::GPC::Polygon, which uses Inline::C to create an OO binding to Alan Murta's "General Polygon Clipping" library.
I notice the only failing test was on a Win32 machine: http://testers.cpan.org/show/Math-Geometry-Planar-GPC-Polygon.html It seems to be choking on the vararg macro that I was using for debugging. Is this feature not available on less-than-perfect systems? Any suggestions? Maybe books / manuals about portable C programming? --Eric