kiss-o-matic Posted March 24, 2012 Share Posted March 24, 2012 Hi This is my first time trying to install a library w/ pecl. Just typing "pecl install v8js" did not work, as it's still apparently in beta. So, I changed it to install the beta. It compiles for a bit, then I get the following error. /tmp/v8js/v8js_convert.cc: In function 'v8::Handle<v8::Value> php_v8js_php_callback(const v8::Arguments&)': /tmp/v8js/v8js_convert.cc:44: error: 'tsrm_ls' was not declared in this scope /tmp/v8js/v8js_convert.cc: In function 'int v8js_to_zval(v8::Handle<v8::Value>, zval*, int, void***)': /tmp/v8js/v8js_convert.cc:572: error: cannot convert 'void***' to 'zval*' for argument '1' to 'int _array_init(zval*, uint)' make: *** [v8js_convert.lo] Error 1 Possible I'm missing some other type of prerequisite? Link to comment https://forums.phpfreaks.com/topic/259607-pear-getting-an-error-installing-v8js/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.