Re: A quick warning on the win32 build scripts

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: A quick warning on the win32 build scripts
Date: 2010-10-05 14:29:26
Message-ID: 23730.1286288966@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> writes:
> The cause turns out to be the automatic .DEF file generation. It skips
> DEF file generation if a DEF file already exists, even if the
> object/sources are newer than the existing DEF file.

Um, so can't we fix that? It seems like a rather basic expectation of a
build process that it will rebuild dependent files when needed.

> This makes me even more in favour of applying the patch proposed a while
> ago, to add explicit API exports to all the contrib modules.

This seems to me to be similar to proposing that we all write assembly
language because somebody's build system can't be trusted to regenerate
.o files when .c files are changed.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Sabino Mullane 2010-10-05 14:32:11 Re: queriing the version of libpq
Previous Message Robert Haas 2010-10-05 14:27:30 Re: patch: SQL/MED(FDW) DDL