in reply to Re^2: 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

Is the idea of loading the genoeye headers *before* loading the perl headers likely to be helpful ?
It certainly breaks the conventional way of doing things (and I don't think I've ever tried it), but it's probably the safest solution ...... if it works.

Cheers,
Rob
  • Comment on Re^3: Name conflict between MinGW C++ standard library header and Perl development header

Replies are listed 'Best First'.
Re^4: Name conflict between MinGW C++ standard library header and Perl development header
by llancet (Friar) on Nov 11, 2014 at 10:37 UTC
    Death and dirty hack are unavoidable:)