Re: ACE version for C++ client (not grant)

2017-03-06 Thread Jacob Barrett
art of GEODE? It is a mandatory part for us. > > Thanks > Avital > > -Original Message- > From: Jacob Barrett [mailto:jbarr...@pivotal.io] > Sent: Monday, March 06, 2017 6:12 PM > To: dev@geode.apache.org > Subject: Re: ACE version for C++ client (not grant) > >

Re: ACE version for C++ client (not grant)

2017-03-06 Thread Anthony Baker
us. > > Thanks > Avital > > -Original Message- > From: Jacob Barrett [mailto:jbarr...@pivotal.io] > Sent: Monday, March 06, 2017 6:12 PM > To: dev@geode.apache.org > Subject: Re: ACE version for C++ client (not grant) > > There was no previous release of

Re: ACE version for C++ client (not grant)

2017-03-06 Thread Ernest Burghardt
ginal Message- > From: Jacob Barrett [mailto:jbarr...@pivotal.io] > Sent: Monday, March 06, 2017 6:00 PM > To: dev@geode.apache.org > Subject: Re: ACE version for C++ client (not grant) > > Geode is not compiling against ACE 6.3.3. It is currently compiling > against ACE 6.4.1.

RE: ACE version for C++ client (not grant)

2017-03-06 Thread Avital Amity
file > I can see it's 6.3.3... > Anyway I will check the flags there > > Thanks > Avital > > -Original Message- > From: Jacob Barrett [mailto:jbarr...@pivotal.io] > Sent: Monday, March 06, 2017 6:00 PM > To: dev@geode.apache.org > Subject: Re: ACE ve

Re: ACE version for C++ client (not grant)

2017-03-06 Thread Jacob Barrett
. > Anyway I will check the flags there > > Thanks > Avital > > -Original Message- > From: Jacob Barrett [mailto:jbarr...@pivotal.io] > Sent: Monday, March 06, 2017 6:00 PM > To: dev@geode.apache.org > Subject: Re: ACE version for C++ client (not grant) &g

RE: ACE version for C++ client (not grant)

2017-03-06 Thread Avital Amity
: Re: ACE version for C++ client (not grant) Geode is not compiling against ACE 6.3.3. It is currently compiling against ACE 6.4.1. The src/dependencies/ACE/CMakeLists.text project will show you all the flags used to compile the ACE library. The library is statically linked to Geode to produce

Re: ACE version for C++ client (not grant)

2017-03-06 Thread Jacob Barrett
, March 06, 2017 4:07 PM > To: dev@geode.apache.org > Subject: Re: ACE version for C++ client (not grant) > > The version used in Geode is compiled using the dependency CMake files. > See src/dependencies/ACE. > On Mon, Mar 6, 2017 at 5:22 AM Avital Amity <avital.am...@amdocs.com

RE: ACE version for C++ client (not grant)

2017-03-06 Thread Avital Amity
Yes, it is 6.3.3 - but is the product (ACE dll) part of the GEODE? How can I know its compilation flags? -Original Message- From: Jacob Barrett [mailto:jbarr...@pivotal.io] Sent: Monday, March 06, 2017 4:07 PM To: dev@geode.apache.org Subject: Re: ACE version for C++ client (not grant

Re: ACE version for C++ client (not grant)

2017-03-06 Thread Jacob Barrett
The version used in Geode is compiled using the dependency CMake files. See src/dependencies/ACE. On Mon, Mar 6, 2017 at 5:22 AM Avital Amity wrote: > Hi, > > We are currently using GEODE C++ client (not grant version) > I see it was compiled with ACE 6.3.3 - anyone