Subject: | Won't compile with (mingw port of) gcc. |
Hi,
The problem is that, with the MinGW port of gcc, both '_argc' and '_argv' have already been declared in stdlib.h.
At least that's the case with gcc-4.7.0, which is the version I use.
The (obvious) fix I employed was to rename them (to 'my_argc' and 'my_argv' respectively) in PL_origargv.pm's C code.
Cheers,
Rob