Need help with nmake /f win32.mak

From: Phil Rivard <rivardp(at)shaw(dot)ca>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Need help with nmake /f win32.mak
Date: 2003-12-30 07:48:47
Message-ID: 001401c3cea9$5ef97ef0$804d9044@RIVARDFAMILY
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I can't get "nmake /f win32.mak" to execute properly. I'm running under Windows 2000 Professional with Microsoft Visual Studio.NET (2002).

I am getting the following output when I run the command in the interfaces\libpq directory.

Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.

Building the Win32 static library...

if not exist ".\Release/" mkdir ".\Release"
Parse Error 9

cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm57.tmp
Bad command or file name
cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm58.tmp
Bad command or file name
cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm59.tmp
Bad command or file name
cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm5A.tmp
Bad command or file name
cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm5B.tmp
Bad command or file name
cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm5C.tmp
Bad command or file name
cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm5D.tmp
Bad command or file name
cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm5E.tmp
Bad command or file name
cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm5F.tmp
Bad command or file name
cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm60.tmp
Bad command or file name
cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm61.tmp
Bad command or file name
link.exe -lib @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm62.tmp
Bad command or file name
cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm63.tmp
Bad command or file name
rc.exe /l 0x409 /fo".\Release\libpq.res" libpq.rc
Bad command or file name
link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm64.tmp
Bad command or file name

Any help which can be provided would be appreciated!

Phil

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Magnus Hagander 2003-12-30 09:43:55 Re: Need help with nmake /f win32.mak
Previous Message Oliver Elphick 2003-12-30 01:11:30 Re: trouble with pgaccess