Can't compile node.js driver Couchnode on Windows
I can't compile node.js driver Couchnode on Windows 7. I use node-gyp for compile node.js extension and have latest compiled libcouchbase.
I try # npm install couchbase
and have errors
Creating library D:\Projects\Serverside\node_modules\couchnode\build\Release\couchbase_impl.lib and object D:\Projects\Serverside\node_modules\couchnode\build\Release\couchbase_impl.exp
notify.obj : error LNK2001: unresolved external symbol __imp_lcb_get_cookie [D:\Projects\Serverside\node_modules\couchnode\build\couchbase_impl.vcxproj]
notify.obj : error LNK2001: unresolved external symbol __imp_lcb_set_store_callback [D:\Projects\Serverside\node_modules\couchnode\build\couchbase_impl.vcxproj]
notify.obj : error LNK2001: unresolved external symbol __imp_lcb_set_touch_callback [D:\Projects\Serverside\node_modules\couchnode\build\couchbase_impl.vcxproj]
...
Anybody compiled extension for node.js couchbase on Windows?
Hello,
Sorry for the late answer, I have created a blog post explaining how to use Couhbase and Node on Windows:
http://tugdualgrall.blogspot.com/2013/01/getting-started-with-couchbase-...
I am not building it from source just using libcouchbase and npm.
Let me know if this helps, or if you need more information.
Regards
Tug
@tgrall
Tug
@tgrall