Google 网上论坛不再支持新的 Usenet 帖子或订阅项。历史内容仍可供查看。

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

已查看 0 次
跳至第一个未读帖子

Jerry Gay

未读,
2006年1月17日 15:44:562006/1/17
收件人 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

未读,
2006年1月18日 05:53:302006/1/18
收件人 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 个新帖子