Re: Native client on MacOS and Windows?

2019-11-27 Thread Damien Diederen
Hi Máté, Deepak, > Also we had a recent discussion with Damien (@ztzg) and it turned out that > the SASL is also not supported by the C-client on windows. The Cyrus SASL > official page (https://www.cyrusimap.org/sasl/sasl/windows.html) says: > "Note, that Cyrus SASL on Windows is still

Re: Native client on MacOS and Windows?

2019-11-26 Thread Mate Szalay-Beko
I compiled and tested manually the C-client on windows recently (in relation to adding SSL support). As far as I can tell, the unit tests are not working on windows at the moment, however it shouldn't be a big deal to make them work. But some scripts definitely will need to be re-implemented for

Re: Native client on MacOS and Windows?

2019-11-25 Thread deepak
Hi Enrico, I am able to build the native client on Windows, but it seems like there are not tests configured in the VC project? Could you please point me to the jenkins job you're referring to? I'd be curious to see how it's setup. In any case, the official support matrix

Re: Native client on MacOS and Windows?

2019-11-22 Thread Enrico Olivelli
Il sab 23 nov 2019, 04:42 deepak ha scritto: > Hi Andor, > > MacOS support would be great from a developer convenience perspective - > this would enable us to implement our application (that interacts with > ZooKeeper) in a test-driven way. From a software development perspective, > it would be

Re: Native client on MacOS and Windows?

2019-11-22 Thread deepak
Hi Andor, MacOS support would be great from a developer convenience perspective - this would enable us to implement our application (that interacts with ZooKeeper) in a test-driven way. From a software development perspective, it would be great if we are able to run all the ZooKeeper native

Re: Native client on MacOS and Windows?

2019-11-22 Thread Andor Molnar
Hi deepak, I’m trying to refresh my memory about this. I think I’ve given up building on MacOS, because when we call the linker at the end of the compilation, we call it with a parameter which is not supported in OSX’s standard toolchain. (Xcode) Which means I’ve managed to get around with the

Native client on MacOS and Windows?

2019-11-05 Thread deepak
Hi All, I see that from the support matrix that the native client is not supported on Windows and MacOS. I am curious to know if anyone has had success in getting it to work on these platforms? On MacOS,