Need help with nmake /f win32.mak

Поиск
Список
Период
Сортировка
От Phil Rivard
Тема Need help with nmake /f win32.mak
Дата
Msg-id 001401c3cea9$5ef97ef0$804d9044@RIVARDFAMILY
обсуждение исходный текст
Ответы Re: Need help with nmake /f win32.mak
Список 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
 

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: trouble with pgaccess
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Need help with nmake /f win32.mak