Re: MSVC Build error

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: MSVC Build error
Date: 2008-01-27 21:00:02
Message-ID: 479CF0D2.5050605@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gevik Babakhani wrote:
> Hi,
>
> I get the following error when: build.bat DEBUG
>
> somehow dumpbin is not called.
>
> analyze.c
> Compiling resources...
> Generate DEF file
> Generating POSTGRES.DEF from directory Debug\postgres
> ...........Could not call dumpbin at src\tools\msvc\gendef.pl line
> 22.
> Project : error PRJ0019: A tool returned an error code from "Generate
> DEF file"
> Build log was saved at
> "file://i:\pgdev\pgsql\Debug\postgres\BuildLog.htm"
> postgres - 1 error(s), 0 warning(s)
> The command exited with code 1.
>
> Done executing task "VCBuild" -- FAILED.
> Done building target "postgres" in project "pgsql.sln" -- FAILED.
> Target "ValidateSolutionConfiguration" skipped. Previously built
> successfully.
> Target "postgres" skipped. Previously built unsuccessfully.
> Target "ValidateSolutionConfiguration" skipped. Previously built
> successfully.
> Target misc\libpgport:
> Task "VCBuild"

Do you have the dumpbin command available in the path?

//Magnus

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gevik Babakhani 2008-01-27 21:04:38 Re: MSVC Build error
Previous Message Jonah H. Harris 2008-01-27 20:54:59 Re: Proposed patch: synchronized_scanning GUC variable