Re: JIT compiling with LLVM v10.0

Поиск
Список
Период
Сортировка
От Dmitry Dolgov
Тема Re: JIT compiling with LLVM v10.0
Дата
Msg-id CA+q6zcXCcjrs6Fqt_f9+NHoxRfFD8ev90Esame3QApy+P25EBw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: JIT compiling with LLVM v10.0  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
> On 8 February 2018 at 21:26, Thomas Munro <thomas.munro@enterprisedb.com> wrote:
> 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?

Yes, it solved the issue, thanks.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Transactions involving multiple postgres foreign servers
Следующее
От: Robert Haas
Дата:
Сообщение: Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly