Re: Possible dependency issue in makefile

2021-08-05 Thread Filip Janus
Thanks, for Your advice Tom. I tried writing to temp file followed by mv, but it didn't bring the desired effect. I am going to follow Your minimal approach and I'll build src/port, src/common, src/interfaces/libpq, then src/interfaces/ecpg, in series. Regards, -Filip- st 4. 8. 2021 v 15:46

Re: Possible dependency issue in makefile

2021-08-04 Thread Tom Lane
Filip Janus writes: > I am building libecpg 13.1 but 13.3 behaves in the same manner and my build > fails with: > ... > Complete build log: log It looks like you're just running configure and then trying to do this: /usr/bin/make -O -j40 V=1

Possible dependency issue in makefile

2021-08-04 Thread Filip Janus
Hi all, I am building libecpg 13.1 but 13.3 behaves in the same manner and my build fails with: path.c: In function 'get_html_path': path.c:787:38: error: 'HTMLDIR' undeclared (first use in this function) 787 | make_relative_path(ret_path, HTMLDIR, PGBINDIR, my_exec_path); |