Re: [HACKERS] Build v8.1.4 with VC++ 2005

2006-09-15 Thread X Z
Sweet!  I'll try it as soon as it's available.Xiaofeng Zhaohttp://www.xzing.orgerrare humanum est> Subject: Re: [HACKERS] Build v8.1.4 with VC++ 2005> Date: Fri, 15 Sep 2006 10:59:03 +0200> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]> CC: pgs

Re: [HACKERS] Build v8.1.4 with VC++ 2005

2006-09-15 Thread Magnus Hagander
>> I tried to build postgresql from src using vc++ 2005 but was >not able to go >> far before hitting errors related to inline function in the >"wchar.c" file. >> >> The source file I downloaded is "postgresql-8.1.4.tar.gz". >I tried to build >> it by runing "nmake -f win32.mak" in the "src" d

Re: [HACKERS] Build v8.1.4 with VC++ 2005

2006-09-08 Thread Merlin Moncure
On 9/8/06, Xiaofeng Zhao <[EMAIL PROTECTED]> wrote: I tried to build postgresql from src using vc++ 2005 but was not able to go far before hitting errors related to inline function in the "wchar.c" file. The source file I downloaded is "postgresql-8.1.4.tar.gz". I tried to build it by runing

[HACKERS] Build v8.1.4 with VC++ 2005

2006-09-08 Thread Xiaofeng Zhao
I tried to build postgresql from src using vc++ 2005 but was not able to go far before hitting errors related to inline function in the "wchar.c" file.   The source file I downloaded is "postgresql-8.1.4.tar.gz".  I tried to build it by runing "nmake -f win32.mak"  in the "src" directory.