Re: [ecpug] PLV8JS (Javascript en Postgres)

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Milton Labanda <1000ton(dot)lab(at)gmail(dot)com>
Cc: Edwin Quijada <listas_quijada(at)hotmail(dot)com>, ovnicraft <ovnicraft(at)gmail(dot)com>, ecpug <ecpug(at)postgresql(dot)org>, Ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: [ecpug] PLV8JS (Javascript en Postgres)
Date: 2012-09-22 02:29:45
Message-ID: 1348280943-sup-8596@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: ecpug pgsql-es-ayuda

Excerpts from Milton Labanda's message of vie sep 21 18:53:48 -0300 2012:
> No incluye el 9,2 por defecto Ovnicraft.
> Segun code.google dice que se necestia la *version 3.6.2 de V8*
> y yo tengo el paquete *libv8-3.1.8.22 en Ubuntu 11*, pienso que ese puede
> ser el problema, (voy a instalarlo del svn) ya que al hacer el make se
> presentan estos problemas:
>
> *make: d8: No se encontró el programa*
> *g++ -DPLV8_VERSION='""' -g -O2 -fPIC -fPIC -Wall -Wpointer-arith
> -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv
> -fexcess-precision=standard -g -fpic -I. -I.
> -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
> -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -I
> ../v8/include -fPIC -c -o plv8.o plv8.cc*
> *cc1plus: lo sentimos, sin implementar: -fexcess-precision=standard para C++
> *
> *make: *** [plv8.o] Error 1*

Hmm, parece que plv8 esta tratando de compilar con g++ usando los CFLAGS
para gcc, seguramente provistos por pg_config ..

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse ecpug by date

  From Date Subject
Next Message Jaime Casanova 2012-09-22 03:11:13 Re: [ecpug] PLV8JS (Javascript en Postgres)
Previous Message Milton Labanda 2012-09-21 22:34:20 Re: [ecpug] PLV8JS (Javascript en Postgres)

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2012-09-22 03:11:13 Re: [ecpug] PLV8JS (Javascript en Postgres)
Previous Message Lazáro Rubén García Martínez 2012-09-22 02:06:55 RE: INsert con select condicionado