in reply to Re^8: Perl XS binding to a struct with an array of chars*
in thread Perl XS binding to a struct with an array of chars*
The main CPAN Inline::C page lists ... as dependencies
There's a module missing from that list. Win32::Mutex, which is part of the Win32::IPC distro, is also a dependency (on Windows only, of course).
This bug in Inline::C is not normally an issue on Strawberry Perl because that dependency usually gets picked up anyway.
But you can't be certain if/when/how it will manifest itself and, if it bites, then you just have to cpanm -i Win32::IPC.
Cheers,
Rob