Re: src/tools/msvc usage instructions - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: src/tools/msvc usage instructions
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FC11@algol.sollentuna.se
Whole thread Raw
In response to Re: src/tools/msvc usage instructions  (Jeremy Drake <pgsql@jdrake.com>)
Responses Re: src/tools/msvc usage instructions  (Jeremy Drake <pgsql@jdrake.com>)
List pgsql-hackers
> > No fix yet :-( Haven't had the time to dig into it properly, but I
> > think we can now safely say it's not a local issue in
> Joachims build
> > env :-)
> >
> > If you just run a dumpbin command (the same way) manually with a
> > ">foo", does it redirect it properly then? Or is dumpbin for some
> > reason not writing on stdout?
> >
> > It runs perfectly on two completely separate build envs I have here
> > :-O
>
> Here's another interesting tidbit for you: if I run the
> gendef.pl script by hand from the visual studio command
> prompt thing (the one I can't compile from), it works fine.

Funky.
Can you try having it run the dumpbin command into a tempfile, and then
open-and-read that tempfile, to see if that makes a difference?
(Assuming you know enough perl to do that, of course)

//Magnus


pgsql-hackers by date:

Previous
From: Jeremy Drake
Date:
Subject: Re: src/tools/msvc usage instructions
Next
From: Jeremy Drake
Date:
Subject: Re: src/tools/msvc usage instructions