On Wed, Jan 21, 2026 at 4:00 PM Jelte Fennema-Nio <[email protected]> wrote: > Seems like the same error as Peter Smith. So I guess clang 15 doesn't > use C++11 by default. Did you try if my proposed patch solves it? > Another way of fixing your problem would have been: > CXX='/path/to/os-version/clang -std=gnu++11'
Oh, I didn't realize that it was the same problem. I've now tested your patch and I find that it makes the build work for me without needing to set CXX. IOW, yes, it does fix the problem. The worst part about this, IMHO, is that the error message was totally impenetrable. But I guess we can't do much about that. -- Robert Haas EDB: http://www.enterprisedb.com
