clkao / plv8js-migrated

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

[PATCH] Fix clang-425.0.27 compilation #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile with "make CUSTOM_CC=c++" on Apple Xcode 4.6.1

$ c++ -v
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.3.0
Thread model: posix

What is the expected output? What do you see instead?

Expect successful compilation. Instead, see this error:

        plv8.cc:988:24: error: variable length array of non-POD element type 'Handle<v8::Value>
            Handle<v8::Value>       args[nargs];

What version of the product are you using? On what operating system?

plv8js HEAD.

Please provide any additional information below.

Original issue reported on code.google.com by audreyt....@gmail.com on 30 Mar 2013 at 9:18

Attachments:

GoogleCodeExporter commented 9 years ago
Applied.  Thanks for the patch.

Original comment by umi.tan...@gmail.com on 9 Apr 2013 at 7:28