Using the same options i've used to compile 5.1 and 5.1.1 successfully, I keep hitting the following compile time error:<br><br>libtool: link: ranlib .libs/protocols.a<br>libtool: link: ( cd ".libs" && rm -f "<a href="http://protocols.la">protocols.la</a>" && ln -s "../<a href="http://protocols.la">protocols.la</a>" "<a href="http://protocols.la">protocols.la</a>" )<br>
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DPREFIX='"/usr"' -DCONFIGFILE='"/etc/collectd.conf"' -DLOCALSTATEDIR='"/usr/var"' -DPKGLOCALSTATEDIR='"/usr/var/lib/collectd"' -DPIDFILE='"/usr/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib64/collectd"' -DPKGDATADIR='"/usr/share/collectd"'  -Wall -Werror  -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' -MT redis_la-redis.lo -MD -MP -MF .deps/redis_la-redis.Tpo -c -o redis_la-redis.lo `test -f 'redis.c' || echo './'`redis.c<br>
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/etc/collectd.conf\" -DLOCALSTATEDIR=\"/usr/var\" -DPKGLOCALSTATEDIR=\"/usr/var/lib/collectd\" -DPIDFILE=\"/usr/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib64/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -Werror "-DLT_LAZY_OR_NOW=RTLD_LAZY|RTLD_GLOBAL" -MT redis_la-redis.lo -MD -MP -MF .deps/redis_la-redis.Tpo -c redis.c  -fPIC -DPIC -o .libs/redis_la-redis.o<br>
cc1: warnings being treated as errors<br>redis.c: In function 'redis_init':<br>redis.c:232: error: missing braces around initializer<br>redis.c:232: error: (near initialization for 'rn.passwd')<br>redis.c:232: error: overflow in implicit constant conversion<br>
redis.c:233: error: overflow in implicit constant conversion<br>redis.c:233: error: initialization makes integer from pointer without a cast<br>make[3]: *** [redis_la-redis.lo] Error 1<br><br><br>using redis.c from 5.1.1 or 5.1.0 I'm able to compile 5.2.0 successfully, so I'm assuming something has changed. Has anyone seen this issue or have any suggestions?<br>
<br>Thanks,<br><br>-J<br>