Skip Menu |

This queue is for tickets about the PersistentPerl CPAN distribution.

Report information
The Basics
Id: 6887
Status: open
Priority: 0/
Queue: PersistentPerl

People
Owner: Nobody in particular
Requestors: vivek [...] khera.org
Cc:
AdminCc:

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



Subject: PersistentPerl compile error on MacOS X
When compiling PersistentPerl on MacOS X (with gcc 3.3), the loader reports multiple definitions for the my_perl variable. The fix is to declare it as "extern" in the perperl_perl.h file.
Here is a patch to do this. I'd love to see this and the 2 patches for rt 16419 applied to source and published. Applying those allows it to build flawlessly! I'd be happy to be co maintainer and do this for you Mr. Horrocks.
--- src/perperl_perl.h.orig 2007-12-14 23:43:09.000000000 -0600 +++ src/perperl_perl.h 2007-12-14 23:43:27.000000000 -0600 @@ -21,4 +21,4 @@ void perperl_perl_run(slotnum_t _gslotnum, slotnum_t _bslotnum); int perperl_perl_fork(void); -PerlInterpreter *my_perl; +extern PerlInterpreter *my_perl;
On Sat Dec 15 00:47:56 2007, DMUEY wrote: Show quoted text
> > I'd be happy to be co maintainer and do this for you Mr. Horrocks. >
Hi Are you still happy to maintain this module? Dan
On Thu Jun 10 18:52:14 2010, DHORNE wrote: Show quoted text
> On Sat Dec 15 00:47:56 2007, DMUEY wrote: >
> > > > I'd be happy to be co maintainer and do this for you Mr. Horrocks. > >
> > Hi > > Are you still happy to maintain this module? > > Dan
Yes, in fact there is some interest from my employer as well which would contribute to the possibility of success :)