Closed gottlike closed 7 years ago
Ah, nevermind.. I didn't have cmake installed. But it might be a good idea to not let the gem installation process fail silently, so I'll leave the ticket open for now.
Agreed! It is annoying. The build always returns success, will think about it, otherwise happy to accept pull requests
Hey, but it's very like https://github.com/acaprojects/couchbase-orm/issues/2 ! I installed cmake though. And still the same. Do we have to add cmake in PATH or something (I'm on macbook pro) ? I personnaly used the .dmg
I used cmake UI to explicitely build the lib, everything went all right, I have some files in the build folder now, but still nothing in the final /lib folder.
Try installing using gem install libcouchbase --verbose
You should see the error. I'll resolve this soon!
Great ! Indeed :
cmake ../ \ "-DCMAKE_BUILD_TYPE=RelWithDebInfo" \ "-DCMAKE_INSTALL_PREFIX=/usr/local" \ "-DLIBUV_ROOT=/Users/alexcentar/.rvm/gems/ruby-2.2.6/gems/libuv-3.1.7/ext/libuv" \ "-GUnix Makefiles" \ Can't exec "cmake": No such file or directory at ./cmake/configure line 337. Couldn't invoke cmake at ./cmake/configure line 339. make: *** No targets specified and no makefile found. Stop .
I'll investigate further tomorrow
I just tried using the gem, but it fails on require:
System: Debian VM
I installed the gem according to the readme (
gem install libcouchbase
).