Re: Build v8.1.4 with VC++ 2005

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Merlin Moncure" <mmoncure(at)gmail(dot)com>, "Xiaofeng Zhao" <xf10036(at)hotmail(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Build v8.1.4 with VC++ 2005
Date: 2006-09-15 08:59:03
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA356A9@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> 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.
>>
>> Can v8.1.4 be build using VC++ 2005? If so, what is the
>build procedure and
>> if any patches is required.
>
>there is a patch in the queue which has a decent chance of making it
>into 8.2. from the stock 8.1 sources it is impossible.

It's been applied, so it'll be in 8.2.

Currently it's broken though, because of some changes during commit.
I'll post a patch to fix this soon.

//Magnus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2006-09-15 09:01:19 Re: Fixed length data types issue
Previous Message Mario Weilguni 2006-09-15 08:21:02 Re: lower() not working correctly...?