Hello!

I'm trying to build plv8 2.0.0 
<http://%5Broot@ip-10-3-0-232%20plv8-2.0.0%5D#%20sudo%20make%20install%20LDFLAGS=-L/usr/local/llvm-lib/lib/x86_64-unknown-linux-gnu%20PG_CONFIG=/usr/pgsql-9.6/bin/pg_config%20g++%20-Wall%20-O2%20-std=c++11%20-fno-rtti%20%20-I.%20-I./%20-I/usr/pgsql-9.6/include/server%20-I/usr/pgsql-9.6/include/internal%20-D_GNU_SOURCE%20-I/usr/include/libxml2%20%20-I/usr/include%20-fPIC%20-c-o%20plv8.o%20plv8.cc%20plv8.cc:9:10:%20fatal%20error:%20libplatform/libplatform.h:%20No%20such%20file%20or%20directory%20%20%23include%20%22libplatform/libplatform.h%22>.
 
When I do "make install", its give me below error:

[rplv8-2.0.0]# sudo make install 
LDFLAGS=-L/usr/local/llvm-lib/lib/x86_64-unknown-linux-gnu 
PG_CONFIG=/usr/pgsql-9.6/bin/pg_config

g++ -Wall -O2 -std=c++11 -fno-rtti  -I. -I./ 
-I/usr/pgsql-9.6/include/server -I/usr/pgsql-9.6/include/internal 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include -fPIC -c-o plv8.o 
plv8.cc

*plv8.cc:9:10: fatal error: libplatform/libplatform.h: No such file or 
directory* #include "libplatform/libplatform.h"

I tried to search "libplatform.h" and its there:
--
 # find / -name "libplatform.h"
/root/plv8-2.0.0/build/v8-git-mirror-5.4.500.43/include/libplatform/libplatform.h
--
Please advise what I'm missing? I'm not v8 or plv8 expert. Instead we're 
using Postgres 9.6 with plv8 extension in our web application.  

Thanks!
Hasan

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/2dac81ab-b9ae-430d-a046-4780fdef206fn%40googlegroups.com.

Reply via email to