Re: Regarding installation of FDW on Windows

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: Regarding installation of FDW on Windows
Дата
Msg-id 3FB6183B-B19F-4F1B-8589-BB3F3D9D5373@gmail.com
обсуждение исходный текст
Ответ на Re: Regarding installation of FDW on Windows  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Regarding installation of FDW on Windows  (Dave Page <dpage@pgadmin.org>)
Список pgsql-hackers

Sent from my iPad

On 13-Jul-2012, at 2:23 PM, Dave Page <dpage@pgadmin.org> wrote:

> On Fri, Jul 13, 2012 at 9:46 AM, Atri Sharma <atri.jiit@gmail.com> wrote:
>>
>> Hi Dave,
>>
>> I am sorry,I am not too sure about EDB.Cannot I cross compile even for
>> EnterpriseDB version?
>
> I doubt it. The EDB builds are compiled with VC++ 2008 (for 9.0/9.1).
> If you cross-compile with GCC, you'll be using a different version of
> the runtime library.
>
>> I am not too good with windows.I downloaded PostgreSQL 9.1 for windows
>> from PostgreSQL website.
>>
>> What should I be doing?
>
> You'll need to get a copy of VC++ 2008 (the express version is a free
> download), and create a VC++ project file to compile your FDW. I'd
> suggest you actually try building PostgreSQL first, as that will cause
> a number of project files to be generated which you could use as a
> reference.
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company


Hi Dave,

Thanks for the advice.i shall build PostgreSQL from sources in windows,then,try to get vc++ installed and configured"?

Atri

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Regarding installation of FDW on Windows
Следующее
От: Markus Wanner
Дата:
Сообщение: Re: BlockNumber initialized to InvalidBuffer?