Re: Unable to `make install` on MacOS in the latest master (68a13f28be)

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Chapman Flack <chap(at)anastigmatix(dot)net>
Cc: Andrew Alsup <bluesbreaker(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Unable to `make install` on MacOS in the latest master (68a13f28be)
Date: 2019-01-03 15:57:48
Message-ID: 871585FF-18B1-443C-9E05-98CA22255DA7@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 3 Jan 2019, at 16:54, Chapman Flack <chap(at)anastigmatix(dot)net> wrote:
>
> On 1/3/19 10:47 AM, Andrew Alsup wrote:
>> cp ./*.h '/usr/local/pgsql/include/server'/
>> cp: ./dynloader.h: No such file or directory
>
> Has dynloader.h somehow ended up as a symbolic link to a file
> no longer present?
>
> Perhaps influenced by commit 842cb9f ?

It is indeed related to that commit. You will need to do make distclean, or
remove dynloader.h manually.

cheers ./daniel

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-01-03 16:14:12 Re: Unable to `make install` on MacOS in the latest master (68a13f28be)
Previous Message Chapman Flack 2019-01-03 15:54:53 Re: Unable to `make install` on MacOS in the latest master (68a13f28be)