Re: Problematic dependency in plpython Makefile [Windows]

From: Craig Ringer <craig(at)2ndQuadrant(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problematic dependency in plpython Makefile [Windows]
Date: 2013-01-03 03:52:58
Message-ID: 50E5009A.9020805@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/03/2013 11:13 AM, Noah Misch wrote:
> On Windows, src/pl/plpython/Makefile has a rule whose target line expands to
> something like "python33.def: C:/Windows/system32/python33.dll". When doing a
> MinGW build with Cygwin's make-3.81, that line elicits an error:
Shouldn't you generally be using msys make from mingw?

I'm a bit puzzled as to why you'd be using cygwin make.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-01-03 04:04:43 Re: Proposal: Store "timestamptz" of database creation on "pg_database"
Previous Message Noah Misch 2013-01-03 03:13:58 Problematic dependency in plpython Makefile [Windows]