Skip Menu |

This queue is for tickets about the Devel-PL_origargv CPAN distribution.

Report information
The Basics
Id: 86838
Status: resolved
Priority: 0/
Queue: Devel-PL_origargv

People
Owner: perl [...] toby.ink
Requestors: sisyphus [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.002
  • 0.001
Fixed in: (no value)



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
Thanks; I'll sort this out ASAP.
Fixed in 0.003.