Re: compile errors in new PL/Pler - Mailing list pgsql-hackers

From Abhijit Menon-Sen
Subject Re: compile errors in new PL/Pler
Date
Msg-id 20040702183356.A32492@lustre.dyn.wiw.org
Whole thread Raw
In response to Re: compile errors in new PL/Pler  ("Andrew Dunstan" <andrew@dunslane.net>)
List pgsql-hackers
At 2004-07-02 08:55:56 -0400, andrew@dunslane.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


pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: [Re] Re: PREPARE and transactions
Next
From: Tom Lane
Date:
Subject: Re: compile errors in new PL/Pler