Re: [perl #38023] [TODO] build - support pkgconfig

2006-01-10 Thread jerry gay
On 1/9/06, Joshua Hoblitt <[EMAIL PROTECTED]> wrote: > As a side note, Parrot::Configure::Step is only partially tested and I'm > rather nervous about messing with it until it has better test coverage. > i'll work on this now. ~jerry

Re: [perl #38023] [TODO] build - support pkgconfig

2006-01-10 Thread Nick Glencross
On 1/10/06, Joshua Hoblitt <[EMAIL PROTECTED]> wrote: > On Tue, Jan 10, 2006 at 01:06:29AM +, Nick Glencross wrote: > > Joshua Hoblitt (via RT) wrote: > > > > >Parrot should support pkgconfig by installing a pc data file. It should > > >probably be named parrot.pc. > > > > > Ok, I can do this.

Re: [perl #38023] [TODO] build - support pkgconfig

2006-01-10 Thread Joshua Hoblitt
I've add simple install support for pkgconfig as r11035. It's currently hardcoded as being under libdir as this is what every automake installed package I know of does. If there's ever compelling reason to install it someplace else we can add a separate 'pkgconfigdir' option for it. Cheers, -J

Re: [perl #38023] [TODO] build - support pkgconfig

2006-01-09 Thread Joshua Hoblitt
On Tue, Jan 10, 2006 at 01:06:29AM +, Nick Glencross wrote: > Joshua Hoblitt (via RT) wrote: > > >Parrot should support pkgconfig by installing a pc data file. It should > >probably be named parrot.pc. > > > Ok, I can do this. I've had an initial stab at it, and one thing that > I've had to

Re: [perl #38023] [TODO] build - support pkgconfig

2006-01-09 Thread Nick Glencross
Joshua Hoblitt (via RT) wrote: Parrot should support pkgconfig by installing a pc data file. It should probably be named parrot.pc. Ok, I can do this. I've had an initial stab at it, and one thing that I've had to do is provide a quoting mechanism into the configuration file substitution bec

[perl #38023] [TODO] build - support pkgconfig

2005-12-26 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #38023] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38023 > Parrot should support pkgconfig by installing a pc data file. It should probably be