apr-iconv (error: invalid lvalue in increment)

2006-03-30 Thread Jean-frederic Clere
Hi, I am trying to compile trunk and I have a problem in apr-iconv the corrections are like the patch below. The memcpy is a bit paranoid, any comments? Cheers Jean-frederic +++ [EMAIL PROTECTED]:~/apr-iconv$ svn diff . Index: ces/ucs2-internal.c

Re: apr-iconv (error: invalid lvalue in increment)

2006-03-30 Thread William A. Rowe, Jr.
This is very similar to the recent patches on httpd/trunk/modules/arch/win32 in the mod_isapi module. Now trying to build on gcc4 and Sunstudio 11 cc, I'n finding more and more issues with LHS cast expressions not resolving as a valid lhs target of the assignment operator. It's silly, but needs