Re: error with d28016d16e9a (change to jsonencode.cc)
Benjamin Abbott via Octave-maintainers <[email protected]> Thu, 1 Oct 2020 14:22:58 -0700
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
> On Oct 1, 2020, at 10:43 AM, Carlo De Falco <[email protected]> wrote: > > >> Il giorno 1 ott 2020, alle ore 17:26, Benjamin Abbott via Octave-maintainers <[email protected] <mailto:[email protected]>> ha scritto: >> >> I’m seeing a build problem on the default branch when building on macOS (10.15.6) using Homebrew for dependencies and Apple’s clang version 12.0.0 (clang-1200.0.32.2). > > does it work if you try building with CXXFLAGS="-std=c++14 "? > > c. Hi Carlo, Your suggestion worked for me. Ben