At 04:03 PM 8/18/2005, Joe Orton wrote: >I'm just glad that gcc doesn't enable -Wsign-compare with -Wall ;)
Sorry, but on Win32 we do exactly that. We just don't toggle the equivalent of -Werror. w.r.t. apr-iconv, the current version works. It just does not coexist in parallel with earlier (0.9) apr-iconv's, nor with system iconv's, due to the use/abuse of the ICONV_PATH var. With no further comment on my apr_dso_pathname_get() proposal, I'll commit that addition this weekend, which will allow us to colocate an apriconv/ directory in the same parent directory as apriconv-n.so, for a solid default. Bill