Re: MSVC build scripts status

From: "Magnus Hagander" <magnus(at)hagander(dot)net>
To: meskes(at)postgresql(dot)org
Cc: meskes(at)postgresql(dot)org, tgl(at)sss(dot)pgh(dot)pa(dot)us, andrew(at)dunslane(dot)net, pgsql-hackers(at)postgresql(dot)org
Subject: Re: MSVC build scripts status
Date: 2007-09-26 12:12:55
Message-ID: 20070926121216.2D065DCC79C@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > > This might be too simple but are you sure ecpg is called with option
> > > "-c" when compiling array_of_struct.pgc? It is listed that way in the
> > > Makefile, however lacking this option should generate exactly the file
> > > you sent.
> >
> > Well, bingo. With that, ti passes that check. Oops. Will commit fix for
> > that.
> >
> > But it's not done yet, I now get a different problem :-)
> >
> > define.c
> > define.pgc(13): error C2059: syntax error : '['
>
> Not really, it looks like you're using "-c" on this file too. This one,
> however, is supposed to be compiled without "-c".

Indeed I am, I changed all of the invocations. on my cell now so can't read the code - how do I determine which files need it?

>
> > diff of the .c file is:
> > 17c17
> > < #line 1 "./../regression.h"
> > ---
> > > #line 1 "regression.h"
>
> Wonder where this comes from. It should look the same for each source
> file.
>

Probably the same kind of issue, even though it worked before. will investigate when the other stuff works.

/Magnus

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message hubert depesz lubaczewski 2007-09-26 12:24:09 Re: stored procedure stats in collector
Previous Message Michael Meskes 2007-09-26 12:04:21 Re: MSVC build scripts status