Todd Cook <cookt@blackduck.com> writes:
> On 9/27/25, 5:07 AM, "David Rowley" <dgrowleyml@gmail.com <mailto:dgrowleyml@gmail.com>> wrote:
>> I think it's more likely you need to do "make clean" before building.
> Generally, when is that needed? I pulled and built master last Monday without any problems,
> didn't touch the tree, then pulled and built again on Friday and started getting the seg faults.
> I had expected an incremental build to work in that scenario.
If you use --enable-depend that should generally work, but without
it you'd better "make clean" any time *.h files change.
regards, tom lane