You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Michael Penick <mi...@datastax.com> on 2018/12/04 13:39:21 UTC

Re: Cassandra C++ driver for C++98

We don't have access to that compiler. If you could try it for us that
would be greatly appreciated. Pull requests on GitHub are more than welcome.

Mike

On Tue, Nov 20, 2018 at 2:48 PM Amit Plaha <am...@gmail.com> wrote:

> Thanks for the response, Michael!
>
> I could build the driver on UNIX using gcc/g++ but is it possible to build
> the driver using Sunpro CC compiler? I'm running in to issues. What it
> looks like is that some parts of the code are only buildable on GCC. Please
> let me know whether Sunpro CC compiler can be used instead.
>
> On Tue, Oct 30, 2018 at 1:36 PM Michael Penick <
> michael.penick@datastax.com> wrote:
>
>> Pretty much any version including the most current.
>>
>> On Mon, Oct 29, 2018 at 4:29 PM, Amit Plaha <am...@gmail.com> wrote:
>>
>>> Hi Mike,
>>>
>>> Thanks for the response. Can you let me know which version of the driver
>>> can build with C++98?
>>>
>>> Regards,
>>> Amit
>>>
>>> On Fri, Oct 26, 2018 at 8:53 AM Michael Penick <
>>> michael.penick@datastax.com> wrote:
>>>
>>>> Those changes where for testing code only.
>>>>
>>>>
>>>> https://github.com/datastax/cpp-driver/commit/ffc9bbd8747b43ad5dcef749fe4c63ff245fcf74
>>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_datastax_cpp-2Ddriver_commit_ffc9bbd8747b43ad5dcef749fe4c63ff245fcf74&d=DwMFaQ&c=adz96Xi0w1RHqtPMowiL2g&r=Rf6Q4KBOgazA7AqLjbPEhmTMX0gM5i3vnlC-YCIo38g&m=VLYyTidTfJcRM60qPF8JzkkvYNPudtxB58JEkBng7gE&s=ewCN_RC6BdQC-XDidU_NHQDuW8rAQB1VmdDHDu7p6xk&e=>
>>>>
>>>> The driver has compiled with fine w/ C++98 for some time now. The
>>>> encoding/decoding doesn't make any assumptions about endianess so it should
>>>> work fine on big-endian system, but it's not officially supported (YMMV).
>>>>
>>>> Mike
>>>>
>>>>
>>>>
>>>>
>>>> On Thu, Oct 25, 2018 at 3:17 PM, Amit Plaha <am...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> Is there any Cassandra C++ driver that works with C++98 and is also
>>>>> compatible with UNIX big-endian?
>>>>>
>>>>> I found this issue: https://datastax-oss.atlassian.net/browse/CPP-692
>>>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__datastax-2Doss.atlassian.net_browse_CPP-2D692&d=DwMFaQ&c=adz96Xi0w1RHqtPMowiL2g&r=Rf6Q4KBOgazA7AqLjbPEhmTMX0gM5i3vnlC-YCIo38g&m=-C70e3hEmqWaO_mTFedaqZcyqoMl3udanlzKi2ODb6Y&s=NfS4I8apjEctlRKZVdpd4Hq_AtnDaEjy6JmPjjTp3sA&e=>
>>>>> which seems to have been resolved, but not sure if this is exactly what I'm
>>>>> looking for. Does this make the DSE driver compatible with C++98?
>>>>>
>>>>> Any pointers will be appreciated. Thanks!
>>>>>
>>>>> Regards,
>>>>> Amit
>>>>>
>>>>
>>>>
>>