Re: C-functions using SPI Missing Magic Block Error - Mailing list pgsql-general

From Joe Conway
Subject Re: C-functions using SPI Missing Magic Block Error
Date
Msg-id 4C2E09C5.1090404@joeconway.com
Whole thread Raw
In response to Re: C-functions using SPI Missing Magic Block Error  (Saitenheini@web.de)
Responses Re: C-functions using SPI Missing Magic Block Error  (Saitenheini@web.de)
List pgsql-general
On 07/02/2010 08:36 AM, Saitenheini@web.de wrote:
> Thanks, I've already tried that. I doesn't make any difference. Still the same error.
>
> in  Visual C++  I can't even compile it, although I set all links and compiler directories like it was told in this
post:
> http://www.postgresql.org/docs/8.2/interactive/xfunc-c.html
>
> I don't have more ideas.
> What could I do?

Building extensions on Windows is a royal pain (at least for me it is).
I would suggest either:

a) switch to Linux (I know, probably not a helpful suggestion)

 -or-

b) possibly try adding your function to an existing contrib, e.g.
   tablefunc, and see if you can compile that

The build infrastructure on Windows with VC++ is difficult to work with.
In order to get PL/R to compile with VC++ I had to hack the provided
perl build scripts. That could be a third option for you, but (b) is
probably far easier for you.

Joe



Attachment

pgsql-general by date:

Previous
From: Saitenheini@web.de
Date:
Subject: Re: C-functions using SPI Missing Magic Block Error
Next
From: Saitenheini@web.de
Date:
Subject: Re: C-functions using SPI Missing Magic Block Error