Re: Compiling for FreeBSD, Clang refuses to compile a test

2015-12-07 Thread Michal Jarzabek
Hi Willem, If you look at line 411 and 412 you will have variables k and m defined. They are not changed anywhere(I think), so the sizes must be big enough. As Xinze mentioned just add const in front of it: const int k = 12 const int m = 4 and it should fix the compile error. buffer::ptr enc[k +

Re: make check, src/test/ceph-disk.sh fails on Mint

2015-05-16 Thread Michal Jarzabek
; > David > > > On 5/16/15 8:49 AM, Michal Jarzabek wrote: >> >> ceph_detect_init.exc.UnsupportedPlatform: Platform is not supported.: > > -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to major