Re: compile errors in new PL/Pler

From: Abhijit Menon-Sen <ams(at)oryx(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: compile errors in new PL/Pler
Date: 2004-07-02 13:03:56
Message-ID: 20040702183356.A32492@lustre.dyn.wiw.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 2004-07-02 08:55:56 -0400, andrew(at)dunslane(dot)net wrote:
>
> In the meantime, does this solve your problem?:
>
> #ifndef eval_pv
> #define eval_pv perl_eval_pv
> #endif

The right way to do this is to #include "ppport.h" from Devel::PPPort.

-- ams

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-07-02 13:16:07 Re: compile errors in new PL/Pler
Previous Message Andrew Dunstan 2004-07-02 12:55:56 Re: compile errors in new PL/Pler