[rt.cpan.org #92144] can't find gcc-4 on cygwin (patch to fix)

2014-04-06 Thread Sisyphus via RT
Sun Apr 06 03:38:41 2014: Request 92144 was acted upon. Transaction: Correspondence added by SISYPHUS Queue: Inline Subject: can't find gcc-4 on cygwin (patch to fix) Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: plice...@cpan.org Status:

[rt.cpan.org #85336] Fails often when tested in parallel

2014-04-06 Thread Sisyphus via RT
Sun Apr 06 03:55:40 2014: Request 85336 was acted upon. Transaction: Correspondence added by SISYPHUS Queue: Inline Subject: Fails often when tested in parallel Broken in: 0.53 Severity: (no value) Owner: Nobody Requestors: a...@cpan.org, ken...@cpan.org Status:

Inline-0.54_01 released to CPAN.

2014-04-06 Thread sisyphus1
Hi, In preparing the release of 0.54, I missed a ticket (https://rt.cpan.org/Ticket/Display.html?id=92144) that should have been attended to. I've now released 0.54_01 which contains the fix for ticket 92144. In the meantime, I've also received some other patches - see rurban's post of Friday

question on implementing C function with binary string as input and output

2014-04-06 Thread Perf Tech
https://metacpan.org/pod/Inline::C-Cookbook has lots of good examples. But I can't find an example on implementing a C function which takes a perl string (may contain binary characters such as \x00 in the string) and return another perl string (with binary characters). In another word, the C

Re: question on implementing C function with binary string as input and output

2014-04-06 Thread sisyphus1
From: Perf Tech In another word, the C function should have the similar syntax as the following perl function. sub myRepeat { my $str = shift; return $str . $str; } I don't know (off the top of my head) how to concatenate binary strings in C, but the following demonstrates one way of

Re: question on implementing C function with binary string as input and output

2014-04-06 Thread sisyphus1
-Original Message- From: sisyph...@optusnet.com.au I don't know (off the top of my head) how to concatenate binary strings in C ... Thankfully, perl's API provides a simple solution: ## use warnings; use strict; use Devel::Peek; use Inline C = Config

Inline::Java timeout?

2014-04-06 Thread Bill Moseley
I'm just starting to research this issue and I'm not very familiar with Inline. Using Inline::Java in a mod_perl application on CentOS 6.2, Perl v5.10.1, and $Inline::Java::VERSION = '0.53'. At times I find Apache processes that are old (meaning the child process was started perhaps days ago)

0.54_01 - Missing prerequisites causing failures from CPAN-testers.

2014-04-06 Thread sisyphus1
Hi, This is a bit strange. In 0.54_01 top level Makefile.PL, I've replaced the old code that handled the conditional loading of {Test::Warn=$twv} into PREREQ_PM, with a cleaner rendition. (See attached patch.) In a nutshell, this new rendition is: ### my $twv = $]