On Sun, Jan 25, 2009 at 06:05:55PM -0800, Bill Paul wrote: > > Building the Barry code from CVS on FreeBSD works *almost* out of the box, > but > there are two small nits, both related to iconv(3). > > 1) On FreeBSD, iconv(3) lives in /usr/local/include/iconv.h and > /usr/local/lib/libiconv.{a|so}.
> 2) The iconv.cc code calls iconv(3) as follows: > > iconv(cd, NULL, NULL, NULL, NULL); // reset cd's state > size_t status = iconv(cd, (char**)&in, &inbytesleft, &out, > &outbytesleft); I found the AM_ICONV automake macro, which in theory should take care of both of these build issues. It should already be installed as part of your gettext or iconv install. If you can run buildgen.sh and configure successfully, you're probably ok. Could you try the latest CVS/git and let me know if it's fixed for you? Thanks, - Chris ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel