Re: cannot to compile PL/V8 on Fedora 20

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: cannot to compile PL/V8 on Fedora 20
Дата
Msg-id CAFj8pRDJEEqMhzwRWSsDSV0_zLeX6ZhKe3RvwLFwvuwwOtmhaQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: cannot to compile PL/V8 on Fedora 20  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
<div dir="ltr"><br /><div class="gmail_extra"><br /><br /><div class="gmail_quote">2014-05-12 18:36 GMT+02:00 Peter
Eisentraut<span dir="ltr"><<a href="mailto:peter_e@gmx.net" target="_blank">peter_e@gmx.net</a>></span>:<br
/><blockquoteclass="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div
class="HOEnZb"><divclass="h5">On 5/12/14, 11:05 AM, Pavel Stehule wrote:<br /> > After returning back before this
commitI cannot compile PL/V8 still but<br /> > with more solvable bug<br /> ><br /> >  g++ -Wall -O2  -I. -I./
-I/usr/local/pgsql/include/server<br/> > -I/usr/local/pgsql/include/internal -D_GNU_SOURCE<br /> >
-I/usr/include/libxml2 -fPIC -c -o plv8.o plv8.cc<br /> > g++ -Wall -O2  -I. -I./
-I/usr/local/pgsql/include/server<br/> > -I/usr/local/pgsql/include/internal -D_GNU_SOURCE<br /> >
-I/usr/include/libxml2 -fPIC -c -o plv8_type.o plv8_type.cc<br /> > g++ -Wall -O2  -I. -I./
-I/usr/local/pgsql/include/server<br/> > -I/usr/local/pgsql/include/internal -D_GNU_SOURCE<br /> >
-I/usr/include/libxml2 -fPIC -c -o plv8_func.o plv8_func.cc<br /> > plv8_func.cc: In function
‘v8::Handle<v8::Value>plv8_Prepare(const<br /> > v8::Arguments&)’:<br /> > plv8_func.cc:521:47: error:
toofew arguments to function ‘void<br /> > parseTypeString(const char*, Oid*, int32*, bool)’<br /> >  
 parseTypeString(typestr,&types[i], &typemod);<br /> >                                                ^<br
/>> In file included from plv8_func.cc:22:0:<br /> > /usr/local/pgsql/include/server/parser/parse_type.h:50:13:
note:<br/> > declared here<br /> >  extern void parseTypeString(const char *str, Oid *typeid_p, int32<br /> >
*typmod_p,bool missing_ok);<br /> >              ^<br /> > make: *** [plv8_func.o] Error 1<br /> ><br /> >
sothe main issue is really this commit<br /><br /></div></div>You need plv8 master branch (unreleased), which fixes all
theseissues.<br />  No released version of plv8 works with 9.4 at the moment.<br /></blockquote></div><br /></div><div
class="gmail_extra">ok,I'll check it<br /><br /></div><div class="gmail_extra">Thank you<br /><br />Pavel<br
/></div><divclass="gmail_extra"><br /></div></div> 

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: cannot to compile PL/V8 on Fedora 20
Следующее
От: Tom Lane
Дата:
Сообщение: Re: cannot to compile PL/V8 on Fedora 20