From: | Igor Korot <ikorot01(at)gmail(dot)com> |
---|---|
To: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Problem building libpq |
Date: | 2018-08-02 01:08:19 |
Message-ID: | CA+FnnTxO62oBH12F=mkZaZKDyq3P=g3ryKZn-4GeZ5N9mp4xww@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I recently updated my compiler going from MSVC 2010 to MSVC 2017.
Now I'm trying to re-build the libpq with it.
[code]
NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community>cd c:\Users\Igor
c:\Users\Igor>nmake
Microsoft (R) Program Maintenance Utility Version 14.14.26433.0
Copyright (C) Microsoft Corporation. All rights reserved.
NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.
c:\Users\Igor>cd OneDrive\Documents\dbhandler_app\libpg
c:\Users\Igor\OneDrive\Documents\dbhandler_app\libpg>nmake /f win32.mak DEBUG=1
Microsoft (R) Program Maintenance Utility Version 14.14.26433.0
Copyright (C) Microsoft Corporation. All rights reserved.
cd include
NMAKE : fatal error U1077: 'cd' : return code '0x1'
Stop.
[/code]
What am I missing?
Thank you.
From | Date | Subject | |
---|---|---|---|
Next Message | Abhinav Mehta | 2018-08-02 05:00:33 | Re: Pg_rewind cannot load history wal |
Previous Message | Richard Schmidt | 2018-08-01 21:09:30 | Pg_rewind cannot load history wal |