Re: JNA C library errors on OSX

2011-04-26 Thread John Lennard
Thanks for that. If it is a known issue I will leave it be as everything is working fine without it. Have no intention of deploying on OSX, was more that seeing the error puzzled me some what. Cheers John On 26/04/2011, at 2:05 AM, Jonathan Ellis wrote: > Pretty sure this is b/c OS X doesn

Re: JNA C library errors on OSX

2011-04-25 Thread Jonathan Ellis
Pretty sure this is b/c OS X doesn't support posix_fadvise. Since you shouldn't be running OS X as a server OS in production anyway, I wouldn't worry much. Cassandra will still work fine for development w/o native methods. On Mon, Apr 25, 2011 at 7:52 AM, John Lennard wrote: > Hi, > > I am curre