kokizzu / plv8js

Automatically exported from code.google.com/p/plv8js
Other
0 stars 0 forks source link

Latest plv8js doesn't build with latest v8 trunk #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I'm running on mingw, but I think the issue is really incompatibility with
plv8 and v8 trunk.  Perhaps a non-issue since v8 trunk is technically not 
stable yet
I was able to build and test fine with the recommended v8 3.14.5

1. building with v8 (http://v8.googlecode.com/svn/trunk) r13185 December 10th
2. compile plv8 1.3.0 tagged version

What is the expected output? 
It compiles

What do you see instead?
plv8.o:plv8.cc:(.text+0x106f): undefined reference to 
`v8::Object::SlowGetInternalField(int)'

What version of the product are you using? On what operating system?
postgresql 9.2, mingw64-w32, windows 7

Original issue reported on code.google.com by reg...@arrival3d.com on 11 Dec 2012 at 3:22

GoogleCodeExporter commented 9 years ago
Hm, looks bizarre (not tried yet myself).  Are you sure the include file is 
sync with the library?

Original comment by umi.tan...@gmail.com on 12 Dec 2012 at 7:35

GoogleCodeExporter commented 9 years ago
Actually you are probably right.  I do see the old libraries in my lib folder 
that I guess did not get replaced by the new.

I'll verify and close this out if that is the case.  Sorry for the false alarm. 

Original comment by reg...@arrival3d.com on 12 Dec 2012 at 8:15

GoogleCodeExporter commented 9 years ago
No problem.  I did it a couple of times myself :)

Original comment by umi.tan...@gmail.com on 12 Dec 2012 at 8:16

GoogleCodeExporter commented 9 years ago
confirmed user error :).  You can close this out.

Original comment by reg...@arrival3d.com on 12 Dec 2012 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by umi.tan...@gmail.com on 12 Dec 2012 at 8:22