Re: #include "executor/spi.h" throwing errors

From: "Harpreet Dhaliwal" <harpreet(dot)dhaliwal01(at)gmail(dot)com>
To: "Martijn van Oosterhout" <kleptog(at)svana(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: #include "executor/spi.h" throwing errors
Date: 2006-08-30 07:53:13
Message-ID: d86a77ef0608300053v3118ba9ex4b1a398a3313240c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Also,
Can you please email me ur directory structure, as in, absolute path
of a.cand absolute path of
spi.h.

Thanks,
~Harpreet

On 8/30/06, Harpreet Dhaliwal <harpreet(dot)dhaliwal01(at)gmail(dot)com> wrote:
>
> Also,
>
> a.c is at
> /usr/local/pgsql/hps
>
> and sp.h is at
>
> /usr/include/pgsql/server/executor
>
> Does that make a difference?
>
> Regards,
> ~harpreet
>
>
> On 8/30/06, Harpreet Dhaliwal <harpreet(dot)dhaliwal01(at)gmail(dot)com> wrote:
> >
> > Also,
> > Where should the directorires
> > executor, nodes, utils, access, catalog be?
> >
> > Over here, its searching it in /usr/include
> > However, these files are located at /usr/include/pgsql/server/
> >
> > When i copy these directories to /usr/include, it throws the error that
> > I posted in the form
> > of a file a minute ago.
> > If i don't copy these files to /usr/include and let them be where they
> > are i.e /usr/include/pgsql/server
> > then it says, file /executor/spi.h not found.
> >
> > don't know what is this mess all about.
> >
> > Thanks,
> >
> > ~Harpreet
> >
> > On 8/30/06, Harpreet Dhaliwal < harpreet(dot)dhaliwal01(at)gmail(dot)com> wrote:
> >
> > > Hi,
> > > Please find attached the error file.
> > > Thanks
> > > ~Harpreet
> > >
> > > On 8/30/06, Martijn van Oosterhout < kleptog(at)svana(dot)org > wrote:
> > >
> > > > On Wed, Aug 30, 2006 at 02:59:45AM -0400, Harpreet Dhaliwal wrote:
> > > > Can you please email me your spi.h.
> > > > Need to see the path of other header files that spi.h includes and
> > > compare
> > > > it with what i have.
> > >
> > > Perhaps you should post some of the actual errors you're getting?
> > >
> > > http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/executor/spi.h?rev=1.53;content-type=text%2Fplain
> > >
> > >
> > > That's that standard 8.1 version.
> > >
> > > Have a nice day,
> > > --
> > > Martijn van Oosterhout <kleptog(at)svana(dot)org > http://svana.org/kleptog/
> > >
> > > > From each according to his ability. To each according to his ability
> > > to litigate.
> > >
> > >
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v1.4.1 (GNU/Linux)
> > >
> > > iD8DBQFE9Tg+IB7bNG8LQkwRAkJZAJ41NKMEqk/UI/axBkRohYGXQzHrngCfYggr
> > > sK5+2Z5Frf91Z9rFf6Gfm0U=
> > > =Fyvk
> > > -----END PGP SIGNATURE-----
> > >
> > >
> > >
> > >
> > >
> >
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-08-30 08:01:18 Re: #include "executor/spi.h" throwing errors
Previous Message Harpreet Dhaliwal 2006-08-30 07:50:12 Re: PostgreSQL on system with root as only user