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!