Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it no longer builds #14

Open
boussou opened this issue Nov 20, 2016 · 3 comments
Open

it no longer builds #14

boussou opened this issue Nov 20, 2016 · 3 comments

Comments

@boussou
Copy link

boussou commented Nov 20, 2016

Hi, you should mention this project is dead (if it is the case)

the cpp driver can't be compiled, as "--branch deprecated" doesn't exists.

Too bad, I needed a way to access my cassandra cluster from PHP 5.3 ;-)

@boussou
Copy link
Author

boussou commented Nov 20, 2016

addition: I tried with 1.0 version

I passed the .configure stage with ncbi/cassandra-cpp-driver https://github.com/ncbi/cassandra-cpp-driver
but make fails.

That for the record.

@aparkhomenko
Copy link
Owner

Hi @boussou

If you steel need you can find deprecated branch in my forked repo: https://github.com/aparkhomenko/cpp-driver/tree/deprecated

@jfoliveira
Copy link

@aparkhomenko tried using your fork:

git clone https://github.com/aparkhomenko/cpp-driver/ --branch deprecated --single-branch cpp-driver
cd cpp-driver
cmake . && make && make install

But the following error is triggered:

-- PROJECT version: 2.9.0
-- Could NOT find libuv, try to set the path to the libuv root folder in the system variable LIBUV_ROOT_DIR (missing: LIBUV_LIBRARY LIBUV_INCLUDE_DIR) 
CMake Error at cmake/modules/CppDriver.cmake:39 (file):
  file STRINGS file "/root/cpp-driver/LIBUV_INCLUDE_DIR-NOTFOUND/uv.h" cannot
  be read.
...
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Configuring incomplete, errors occurred!

What are the steps to find/set LIBUV_INCLUDE_DIR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants