Re: src/tools/msvc usage instructions

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jeremy Drake" <pgsql(at)jdrake(dot)com>
Cc: "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: src/tools/msvc usage instructions
Date: 2006-10-02 07:55:31
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA35752@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > Oh, I just got the email from Magnus which says do not use v2.1,
> but
> > 1.875, so I guess that's what I did wrong. Oops!
>
> Certainly not --- we work with both of those (I have 1.875 on one
> of my devel machines and 2.1 on two others). In fact, your diff
> says you have
> 2.1 on the failing machine and 2.2 on the working one, which got my
> attention because I didn't know there was a 2.2.
>
> Right at the moment I'm not seeing what's significant in your diff
> and what's just incidental to 2.1-vs-2.2 coding changes and
> Windows-vs-Linux \n vs \r\n newline discrepancies. I'm about outta
> steam for tonight...
> anyone else want to look closely?

Well, it *does* break with 2.1 on win32-native. Could be something
simple, could be that it's just generating msvc-incompatible code. I
didn't look into the details, I tried the older version and then it
worked :-) Never realliy had the time to look into the details of why it
was failing.

//Magnus

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Albe Laurenz 2006-10-02 08:32:43 Please build --with-ldap for Win32 beta1 binaries
Previous Message Zdenek Kotala 2006-10-02 07:53:45 Re: [PATCHES] Generic Monitoring Framework with DTrace patch