From: | Michael Meskes <meskes(at)postgresql(dot)org> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | meskes(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: MSVC build scripts status |
Date: | 2007-09-26 12:04:21 |
Message-ID: | 20070926120421.GA644@feivel.credativ.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Sep 26, 2007 at 01:15:21PM +0200, Magnus Hagander wrote:
> > 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".
> 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.
Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2007-09-26 12:12:55 | Re: MSVC build scripts status |
Previous Message | Gregory Stark | 2007-09-26 11:58:57 | Re: Regression test message |