Re: [HACKERS] compile from git repository

2011-08-30 Thread Andrew Dunstan
On 08/30/2011 09:50 PM, 权宗亮 wrote: > Thank you everyone. > > Now, there is still one error: > > Build started: Project: postgres, Configuration: Release|Win32 > Running flex on src\backend\parser\scan.l > VCBUILD : cygwin warning : > MS-DOS style path detected: src\backend\parser\scan.l > Preferr

Re: [HACKERS] compile from git repository

2011-08-30 Thread 权宗亮
Thank you everyone. Now, there is still one error: Build started: Project: postgres, Configuration: Release|Win32 Running flex on src\backend\parser\scan.l VCBUILD : cygwin warning : MS-DOS style path detected: src\backend\parser\scan.l Preferred POSIX equivalent is: src/backend/parse

Re: [HACKERS] compile from git repository

2011-08-30 Thread Andrew Dunstan
On 08/30/2011 10:43 AM, Magnus Hagander wrote: On Tue, Aug 30, 2011 at 16:30, Tom Lane wrote: Andrew Dunstan writes: On 08/30/2011 07:11 AM, 权宗亮 wrote: I try to compile from git repository and get some errors. Windows 7 x86 VC Express 2008 perl v5.8.9 flex 2.5.4a-1 bison 2.4.1 Your versi

Re: [HACKERS] compile from git repository

2011-08-30 Thread Magnus Hagander
On Tue, Aug 30, 2011 at 16:30, Tom Lane wrote: > Andrew Dunstan writes: >> On 08/30/2011 07:11 AM, 权宗亮 wrote: >>> I try to compile from git repository and get some errors. >>> >>> Windows 7 x86 >>> VC Express 2008 >>> perl v5.8.9 >>> flex 2.5.4a-1 >>> bison 2.4.1 > >> Your version of flex is too

Re: [HACKERS] compile from git repository

2011-08-30 Thread Tom Lane
Andrew Dunstan writes: > On 08/30/2011 07:11 AM, 权宗亮 wrote: >> I try to compile from git repository and get some errors. >> >> Windows 7 x86 >> VC Express 2008 >> perl v5.8.9 >> flex 2.5.4a-1 >> bison 2.4.1 > Your version of flex is too old. Hmm ... had the OP been using configure, he'd h

Re: [HACKERS] compile from git repository

2011-08-30 Thread Andrew Dunstan
On 08/30/2011 07:11 AM, 权宗亮 wrote: Hi, hackers I try to compile from git repository and get some errors. Windows 7 x86 VC Express 2008 perl v5.8.9 flex 2.5.4a-1 bison 2.4.1 Your version of flex is too old. You can try the one at

[HACKERS] compile from git repository

2011-08-30 Thread 权宗亮
Hi, hackers I try to compile from git repository and get some errors. Windows 7 x86 VC Express 2008 perl v5.8.9 flex 2.5.4a-1 bison 2.4.1 git clone git://git.postgresql.org/git/postgresql.git git checkout REL9_0_4 cd ...\src\tools\msvc build.bat Build started: Project: postgres, Configurati