Skip Menu |

This queue is for tickets about the B-Generate CPAN distribution.

Report information
The Basics
Id: 23028
Status: resolved
Priority: 0/
Queue: B-Generate

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

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



Subject: B::Generate 1.06_2
I just uploaded B::Generate 1.06_2 to CPAN. It has basic fixes so that it works when ithreads are compiled in. Don't mean to step on people's feet but without B::Generate a whole slew of cool modules don't work. I really have no intention or skillz to maintain this module. Most of it was questioning #p5p and farming the patch here. http://rt.cpan.org/Ticket/Display.html?id=4748 Hopefully this is enough to kick start development.
On Nov 11 23:37:46 2006, MSCHWERN wrote: Show quoted text
> I just uploaded B::Generate 1.06_2 to CPAN. It has basic fixes so that > it works when ithreads are compiled in.
Vanilla Perl (gcc): lib\B\Generate.o:Generate.c:(.text+0x174d): undefined reference to `Perl_pad_alloc' lib\B\Generate.o:Generate.c:(.text+0x2c1f): undefined reference to `Perl_fold_constants' ActiveState Perl (MSVC): lib\B\Generate.xs(1077) : error C2106: '=' : left operand must be l-value -- Alexandr Ciornii, http://chorny.net
From: MSCHWERN [...] cpan.org
On Mon May 28 06:51:53 2007, CHORNY wrote: Show quoted text
> On Nov 11 23:37:46 2006, MSCHWERN wrote:
> > I just uploaded B::Generate 1.06_2 to CPAN. It has basic fixes so that > > it works when ithreads are compiled in.
> > Vanilla Perl (gcc): > lib\B\Generate.o:Generate.c:(.text+0x174d): undefined reference to > `Perl_pad_alloc' > lib\B\Generate.o:Generate.c:(.text+0x2c1f): undefined reference to > `Perl_fold_constants' > > ActiveState Perl (MSVC): > lib\B\Generate.xs(1077) : error C2106: '=' : left operand must be l-value
I leave making it work on Windows as an exercise for Somebody Who Is Not Me. ;)
Resolved in 1.09
On Jul 05 11:25:55 2007, JJORE wrote: Show quoted text
> Resolved in 1.09
B::Generate 1.09, Vanilla Perl 5.8.8, gcc, dmake: lib\B\Generate.o:Generate.c:(.text+0x162d): undefined reference to `Perl_pad_alloc' lib\B\Generate.o:Generate.c:(.text+0x2aff): undefined reference to `Perl_fold_constants' -- Alexandr Ciornii, http://chorny.net
RT Cleanup Resolved in 1.09 -- Reini Urban