Re: Datastax C++ driver on Windows x64

2014-03-06 Thread Robert Coli
On Wed, Mar 5, 2014 at 5:07 PM, Green, John M (HP Education) < john.gr...@hp.com> wrote: > Just to clarify, do recommend not running Cassandra on Windows or not > using the client C++ driver from Windows?The former doesn't seem like > much of a limitation but the latter certainly does. > Do

Re: Datastax C++ driver on Windows x64

2014-03-05 Thread Edward Capriolo
or not > using the client C++ driver from Windows?The former doesn't seem like > much of a limitation but the latter certainly does. > > > > *From:* Robert Coli [mailto:rc...@eventbrite.com] > *Sent:* Wednesday, March 05, 2014 5:02 PM > *To:* user@cassandra.apache.org

RE: Datastax C++ driver on Windows x64

2014-03-05 Thread Green, John M (HP Education)
user@cassandra.apache.org Subject: Re: Datastax C++ driver on Windows x64 On Wed, Mar 5, 2014 at 1:24 PM, Green, John M (HP Education) mailto:john.gr...@hp.com>> wrote: # add_subdirectory(extra/ccm_bridge) <-- Doesn't work on windows! If CCM doesn't work on Windows, and

Re: Datastax C++ driver on Windows x64

2014-03-05 Thread Robert Coli
On Wed, Mar 5, 2014 at 1:24 PM, Green, John M (HP Education) < john.gr...@hp.com> wrote: > # add_subdirectory(extra/ccm_bridge) <-- Doesn't work on windows! > If CCM doesn't work on Windows, and Cassandra's dtests have CCM as a dependency, doesn't this mean that Cassandra for Windows is

RE: Datastax C++ driver on Windows x64

2014-03-05 Thread Green, John M (HP Education)
e.org Subject: Re: Datastax C++ driver on Windows x64 On 03/05/2014 11:34 AM, Green, John M (HP Education) wrote: > Yes, I have openssl, boost, and zlib. It's just been this nastiness of the > cmm_bridge which you've just confirmed I don't need (thank goodness!). I

RE: Datastax C++ driver on Windows x64

2014-03-05 Thread Green, John M (HP Education)
che.org Subject: Re: Datastax C++ driver on Windows x64 On 03/05/2014 11:20 AM, Michael Shuler wrote: > CCM won't run on windows, so don't bother. Unless you wish to get it > working on windows - I'm sure that patch would be gladly accepted :) > Just build the driver in bin

Re: Datastax C++ driver on Windows x64

2014-03-05 Thread Michael Shuler
: Wednesday, March 05, 2014 9:23 AM To: user@cassandra.apache.org Subject: Re: Datastax C++ driver on Windows x64 On 03/05/2014 11:20 AM, Michael Shuler wrote: CCM won't run on windows, so don't bother. Unless you wish to get it working on windows - I'm sure that patch would be gl

Re: Datastax C++ driver on Windows x64

2014-03-05 Thread Michael Shuler
On 03/05/2014 11:20 AM, Michael Shuler wrote: CCM won't run on windows, so don't bother. Unless you wish to get it working on windows - I'm sure that patch would be gladly accepted :) Just build the driver in bin/ as below, instead of trying the whole project. Oh, looking at the log on cassci

Re: Datastax C++ driver on Windows x64

2014-03-05 Thread Michael Shuler
memory of anyone who's blazed this trail before. John -Original Message- From: Green, John M (HP Education) Sent: Tuesday, March 04, 2014 3:02 PM To: user@cassandra.apache.org Subject: RE: Datastax C++ driver on Windows x64 Thanks Michael.This is the "ray of hope"

RE: Datastax C++ driver on Windows x64

2014-03-05 Thread Green, John M (HP Education)
ry of anyone who's blazed this trail before. John -Original Message- From: Green, John M (HP Education) Sent: Tuesday, March 04, 2014 3:02 PM To: user@cassandra.apache.org Subject: RE: Datastax C++ driver on Windows x64 Thanks Michael.This is the "ray of hope" I desper

Re: Datastax C++ driver on Windows x64

2014-03-04 Thread Check Peck
t; let you know how it goes. > > -Original Message- > From: Michael Shuler [mailto:mshu...@pbandjelly.org] On Behalf Of Michael > Shuler > Sent: Tuesday, March 04, 2014 2:58 PM > To: user@cassandra.apache.org > Subject: Re: Datastax C++ driver on Windows x64 > > On 0

RE: Datastax C++ driver on Windows x64

2014-03-04 Thread Green, John M (HP Education)
org Subject: Re: Datastax C++ driver on Windows x64 On 03/04/2014 04:30 PM, Michael Shuler wrote: > On 03/04/2014 04:22 PM, Michael Shuler wrote: >> On 03/04/2014 04:12 PM, Dwight Smith wrote: >>> Second that question >>> >>> *From:*Green, John M (HP Education) [mail

Re: Datastax C++ driver on Windows x64

2014-03-04 Thread Michael Shuler
*Subject:* Datastax C++ driver on Windows x64 Has anyone successfully built the Datastax C++ driver for a Windows 64-bit platform? While I’ve made some progress I’m still not there and wondering if I should give-up and use a local socket to another process (e.g., JVM or .NET runtime) instead

Re: Datastax C++ driver on Windows x64

2014-03-04 Thread Michael Shuler
On 03/04/2014 04:12 PM, Dwight Smith wrote: Second that question *From:*Green, John M (HP Education) [mailto:john.gr...@hp.com] *Sent:* Tuesday, March 04, 2014 2:03 PM *To:* user@cassandra.apache.org *Subject:* Datastax C++ driver on Windows x64 Has anyone successfully built the Datastax C

Re: Datastax C++ driver on Windows x64

2014-03-04 Thread Michael Shuler
On 03/04/2014 04:22 PM, Michael Shuler wrote: On 03/04/2014 04:12 PM, Dwight Smith wrote: Second that question *From:*Green, John M (HP Education) [mailto:john.gr...@hp.com] *Sent:* Tuesday, March 04, 2014 2:03 PM *To:* user@cassandra.apache.org *Subject:* Datastax C++ driver on Windows x64

RE: Datastax C++ driver on Windows x64

2014-03-04 Thread Dwight Smith
Second that question From: Green, John M (HP Education) [mailto:john.gr...@hp.com] Sent: Tuesday, March 04, 2014 2:03 PM To: user@cassandra.apache.org Subject: Datastax C++ driver on Windows x64 Has anyone successfully built the Datastax C++ driver for a Windows 64-bit platform? While I&#x

Datastax C++ driver on Windows x64

2014-03-04 Thread Green, John M (HP Education)
Has anyone successfully built the Datastax C++ driver for a Windows 64-bit platform? While I've made some progress I'm still not there and wondering if I should give-up and use a local socket to another process (e.g., JVM or .NET runtime) instead.I'd prefer to use C++ because that's what th