Re: src/tools/msvc usage instructions

From: Jeremy Drake <pgsql(at)jdrake(dot)com>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: src/tools/msvc usage instructions
Date: 2006-10-03 06:22:39
Message-ID: Pine.BSO.4.64.0610022319320.7684@resin.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 3 Oct 2006, Magnus Hagander wrote:

> > > Looks like the gendef script is failing. Check the contents of
> > > release\postgres\postgres.def - it should have thousands of
> > symbols,
> > > but I'm willing to bet it's empty...
> >
> > It contains one word: "EXPORTS". I assume this means it is
> > empty. What should I do about it? Is there something I can
> > check to see why this is failing?
>
> Yup.
>
> Delete the DEF file and run the gendef command manually (see the project
> file for commandline, IIRC there are no parameters, but just to be
> sure). I'm wondering if you're seeing the samre problem as Joachim
> Wieland (off-list conversation) where the output from dumpbin.exe goes
> to the console instead of the pipe in the perl program...

I was just checking this, I read the gendef script, and saw it would
short-circut if postgres.def existed, so I deleted the file and ran a
build in visual studio again and it printed all kinds of dumpbin output
into the visual stuio output window, which I remember it did before.
Since you have seen this before, what was the fix (or was there one)?

--
It's raisins that make Post Raisin Bran so raisiny ...

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-10-03 06:38:44 Re: src/tools/msvc usage instructions
Previous Message Magnus Hagander 2006-10-03 06:17:38 Re: src/tools/msvc usage instructions