Re: JIT compiling with LLVM v10.0 - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: JIT compiling with LLVM v10.0
Date
Msg-id CAEepm=1GvmOeRx1qrfE0u=Z58+aqKFthr6Kp8XqXU6o+aKs37Q@mail.gmail.com
Whole thread Raw
In response to Re: JIT compiling with LLVM v10.0  (Dmitry Dolgov <9erthalion6@gmail.com>)
Responses Re: JIT compiling with LLVM v10.0  (Dmitry Dolgov <9erthalion6@gmail.com>)
List pgsql-hackers
On Fri, Feb 9, 2018 at 3:14 AM, Dmitry Dolgov <9erthalion6@gmail.com> wrote:
>     $ ./configure --prefix=/build/postgres-jit/ --with-llvm
> --enable-debug --enable-depend --enable-cassert

>     /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This
> file requires compiler and library support for the ISO C++ 2011
> standard. This support must be enabled with the -std=c++11 or
> -std=gnu++11 compiler options.

Did you try passing CXXFLAGS="-std=c++11" to configure?

-- 
Thomas Munro
http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Fix a typo in walsender.c
Next
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] Vacuum: allow usage of more than 1GB of work mem