Skip to content

Build error on Clang: variable length array of non-POD element type #1

@mattc

Description

@mattc

When running "npm install node-clips" on Mac OS X Mavericks with the standard Apple command line developer tools:

../src/clips_environment.cc:215:20: error: variable length array of non-POD element type 'Local<v8::Value>'
   Local<Value> argv[argc];

Compiler: Apple LLVM version 5.0 (clang-500.2.79)

Looks similar to Sannis/node-mysql-libmysqlclient#127, except the array bounds in this context are already a const int.

Thanks for releasing this!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions