in reply to Re^4: Name conflict between MinGW C++ standard library header and Perl development header
in thread Name conflict between MinGW C++ standard library header and Perl development header
and that the error should disappear once the #undef is commented in. (Though your experience suggests that that the inclusion of #undef write into the code will make no difference.)use Inline C => Config => BUILD_NOISY =>1, INC => '-ID:/mydoc/projects/GenoEye-0.4.5-Source/src'; use Inline C => <<'EOC'; /* #undef write */ #include <genoeye/Common.h> EOC
|
|---|