Re: [PATCHES] Compile error with MSVC

2007-07-08 Thread Alvaro Herrera
Magnus Hagander wrote: > > Anyway. I'm not sure it matters enough to change it on Unix... It's not > > like it hasn't worked well for many years ;-) > > I've applied this. I didn't include your changes to clean.bat, because > clean really should clean up everything ;-) This should fix building fo

Re: [PATCHES] Compile error with MSVC

2007-07-07 Thread Magnus Hagander
Magnus Hagander wrote: > Alvaro Herrera wrote: >> Magnus Hagander wrote: >>> Yoshiyuki Asaba wrote: >>>> Hi, >>>> >>>> From: Magnus Hagander <[EMAIL PROTECTED]> >>>> Subject: Re: [PATCHES] Compile error with MSVC >>

Re: [PATCHES] Compile error with MSVC

2007-07-06 Thread Magnus Hagander
Alvaro Herrera wrote: > Magnus Hagander wrote: >> Yoshiyuki Asaba wrote: >>> Hi, >>> >>> From: Magnus Hagander <[EMAIL PROTECTED]> >>> Subject: Re: [PATCHES] Compile error with MSVC >>> Date: Thu, 05 Jul 2007 07:03:11 +0200 >&

Re: [PATCHES] Compile error with MSVC

2007-07-06 Thread Alvaro Herrera
Magnus Hagander wrote: > Yoshiyuki Asaba wrote: > > Hi, > > > > From: Magnus Hagander <[EMAIL PROTECTED]> > > Subject: Re: [PATCHES] Compile error with MSVC > > Date: Thu, 05 Jul 2007 07:03:11 +0200 > > > >>> I tried to compile us

Re: [PATCHES] Compile error with MSVC

2007-07-06 Thread Magnus Hagander
Yoshiyuki Asaba wrote: > Hi, > > From: Magnus Hagander <[EMAIL PROTECTED]> > Subject: Re: [PATCHES] Compile error with MSVC > Date: Thu, 05 Jul 2007 07:03:11 +0200 > >>> I tried to compile using Visual C++ 2005. But I got the following >>> errors. &g

Re: [PATCHES] Compile error with MSVC

2007-07-05 Thread Yoshiyuki Asaba
Hi, From: Magnus Hagander <[EMAIL PROTECTED]> Subject: Re: [PATCHES] Compile error with MSVC Date: Thu, 05 Jul 2007 07:03:11 +0200 > > I tried to compile using Visual C++ 2005. But I got the following > > errors. > > > > .\src\backend\parser\keywords.c(22) : f

Re: [PATCHES] Compile error with MSVC

2007-07-05 Thread Magnus Hagander
Yoshiyuki Asaba wrote: > Hi, > > I tried to compile using Visual C++ 2005. But I got the following > errors. > > .\src\backend\parser\keywords.c(22) : fatal error C1083: 'parser/parse.h': > No such file or directory > > I saw src/tools/msvc/pgbison.bat. Why does it copy > src/backend/parser/pa

[PATCHES] Compile error with MSVC

2007-07-03 Thread Yoshiyuki Asaba
Hi, I tried to compile using Visual C++ 2005. But I got the following errors. .\src\backend\parser\keywords.c(22) : fatal error C1083: 'parser/parse.h': No such file or directory I saw src/tools/msvc/pgbison.bat. Why does it copy src/backend/parser/parser.h to src/include/parser directory?