Re: cannot to compile PL/V8 on Fedora 20

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: cannot to compile PL/V8 on Fedora 20
Дата
Msg-id CAB7nPqRuWYgnCa9ncOceVUjViSgO7epucnqKFiGJtfj2aKxhvw@mail.gmail.com
обсуждение исходный текст
Ответ на cannot to compile PL/V8 on Fedora 20  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: cannot to compile PL/V8 on Fedora 20
Список pgsql-hackers
On Mon, May 12, 2014 at 8:10 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> g++ -Wall -O2  -I. -I./ -I/usr/local/pgsql/include/server
> -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -I/usr/include/libxml2
> -fPIC -c -o plv8.o plv8.cc
> plv8.cc:50:56: error: declaration of 'Datum
> plv8_call_handler(FunctionCallInfo) throw ()' has a different exception
> specifier
>  Datum plv8_call_handler(PG_FUNCTION_ARGS) throw();
> Some ideas how to fix it?
It seems that you are compiling on the outdated branch staticlink. On
either master or r1.4 it will work properly on Fedora 20, at least it
works for me.
-- 
Michael



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Archive recovery won't be completed on some situation.
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: cannot to compile PL/V8 on Fedora 20