Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #38260] [BUG] Parrot::Config contains invalid info

0 views
Skip to first unread message

Jerry Gay

unread,
Jan 17, 2006, 3:44:56 PM1/17/06
to bugs-bi...@rt.perl.org
# New Ticket Created by jerry gay
# Please include the string: [perl #38260]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38260 >


attached is my lib/Parrot/Config.pm file generated from r11223, on
windows using msvc. inside you'll find a few things, like keys given
unix file path values,
'bin_dir' => '/usr/local/bin',

an invalid key,
'Parrot::Configure::Data=HASH(0x193a650)' => ' ',

and unexpanded values,
'libparrot' => '$(LIBPARROT_STATIC)',
'libparrot_ldflags' => '$(LIBPARROT_STATIC)',
'libparrot_shared' => 'libparrot$(SHARE_EXT)',


these should be fixed as appropriate.
~jerry

Joshua Hoblitt

unread,
Jan 18, 2006, 5:53:30 AM1/18/06
to perl6-i...@perl.org
On Tue, Jan 17, 2006 at 12:44:56PM -0800, jerry gay wrote:
> attached is my lib/Parrot/Config.pm file generated from r11223, on
> windows using msvc. inside you'll find a few things, like keys given
> unix file path values,
> 'bin_dir' => '/usr/local/bin',
>
> an invalid key,
> 'Parrot::Configure::Data=HASH(0x193a650)' => ' ',

I'll clean that up...

> and unexpanded values,
> 'libparrot' => '$(LIBPARROT_STATIC)',
> 'libparrot_ldflags' => '$(LIBPARROT_STATIC)',
> 'libparrot_shared' => 'libparrot$(SHARE_EXT)',

I believe those are only intended to be substituted into root.in and are
working as designed. The design could made a little cleaner thou...
any takers?

-J

--

0 new messages