> On 10 Sep 2018, at 11:22, Rafia Sabih <rafia.sa...@enterprisedb.com> wrote: > > Hi all, > > After pulling the the latest commit -- > e3d77ea6b4e425093db23be492f236896dd7b501, I am getting following error on > compiling, > cp: cannot stat ‘./dynloader.h’: No such file or directory > > Things were working fine till ac27c74def5d8544530b13d5901308a342f072ac > atleast. > > Anybody having a clue about that…
I ran into the same thing this morning. I think you have a leftover build artefact in src/include/dynloader.h from a build prior to it’s removal. Try to remove the file and make install again. cheers ./daniel