search for: dmaintainer_mod

Displaying 1 result from an estimated 1 matches for "dmaintainer_mod".

Did you mean: dmaintainer_mode
2007 Sep 18
1
DO NOT REPLY [Bug 4981] New: iconv confusion
...AssignedTo: wayned@samba.org ReportedBy: joe07734@gmail.com QAContact: rsync-qa@samba.org cvs root doesn't build for me, and it appears to be on account of some confusion in configure and in the code regarding the iconv library. The make dies with: gcc -std=gnu99 -g -O2 -DMAINTAINER_MODE -DHAVE_CONFIG_H -Wall -W -I./popt -o mkrounding -I. ./mkrounding.c In file included from ./rsync.h:839, from ./mkrounding.c:20: ./proto.h:258: error: parse error before 'ic' proto.h:258 is: int iconvbufs(iconv_t ic, xbuf *in, xbuf *out, int flags); Apparently iconv_t i...