You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Martin Hauner <ha...@web.de> on 2004/06/18 21:49:58 UTC

Re: [PATCH?] APR_ICONV_PATH was: Problems building trunk on Win32

> [APR_ICONV_PATH and Win32]

Hi,

maybe this patch would be a way to go...

It makes iconv_getpath() look at the exe/ddl location first
for the charset libraries on Win32.

If it doesn't find an iconv folder there, it tries to use
APR_ICONV_PATH like before.

This way I can make sure that my program uses "my" iconv
libs if i think this is necessary without manipulation
of APR_ICONV_PATH. Or i can use those in APR_ICONV_PATH
by not providing private iconv libs.

-- 
Martin