[Freeswitch-dev] Win32 Missing apr_iconv.h

David Brazier David.Brazier at 360crm.co.uk
Wed Oct 22 08:48:16 EDT 2008


Compiling on Win32 from SVN 10107, VS complained that it couldn't find apr_iconv.h, referenced from libs/apr-util/xlate/xlate.c:

#if APU_HAVE_APR_ICONV
#include <apr_iconv.h>
#endif

So I changed apu.h:

#define APU_HAVE_APR_ICONV     0 // was 1

And now it compiles OK.  But maybe that wasn't the right thing to do?

I notice apr_iconv.h was in SVN (libs/apr-iconv-1.1.1/include) and was deleted back in May.

David

360CRM Limited, registered address, Caledonia House, 89 Seaward Street, Glasgow, G41 1HJ, Registered in Scotland, company number SC261952.
This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of 360CRM Ltd.  This email does not form any part of a contract.  If you are not the intended recipient of this email and its attachments, you must take no action based upon them, nor must you copy or show them to anyone.  Please contact the sender if you believe you have received this email in error.



More information about the Freeswitch-dev mailing list