Re: [Cegcc-devel] windres compilation doesn't check for iconv

2009-06-07 Thread Eric House
Dave Korn wrote > Eric House wrote: > > Danny wrote: > >> Could you apply this patch to src/binutils/configure.ac : > >> [...] > >> +AC_CHECK_HEADERS(iconv.h) > >> [...] > >> and then run > >>autoreconf > >> in the src/binutils directory. > > > > eeho...@debian:~/src/cegcc-0.55/src/binutils$

Re: [Cegcc-devel] windres compilation doesn't check for iconv

2009-06-07 Thread Dave Korn
Eric House wrote: > Danny wrote: >> Could you apply this patch to src/binutils/configure.ac : >> [...] >> +AC_CHECK_HEADERS(iconv.h) >> [...] >> and then run >> autoreconf >> in the src/binutils directory. > > eeho...@debian:~/src/cegcc-0.55/src/binutils$ autoreconf > configure.ac:26: error:

Re: [Cegcc-devel] windres compilation doesn't check for iconv

2009-06-06 Thread Eric House
Danny wrote: > Could you apply this patch to src/binutils/configure.ac : > [...] > +AC_CHECK_HEADERS(iconv.h) > [...] > and then run > autoreconf > in the src/binutils directory. eeho...@debian:~/src/cegcc-0.55/src/binutils$ autoreconf configure.ac:26: error: Please use exactly Autoconf 2.59

Re: [Cegcc-devel] windres compilation doesn't check for iconv

2009-05-22 Thread Danny Backx
> > > > I haven't checked whether the precompiled cegcc tarball on sourceforge > > > has the same problem (mishandled utf-8 .rc files) but suspect that it > > > does. The problem seems to be that configuring binutils doesn't check > > > for iconv

Re: [Cegcc-devel] windres compilation doesn't check for iconv

2009-05-22 Thread Eric House
> Date: Thu, 21 May 2009 11:15:41 +0200 > From: Danny Backx > Subject: Re: [Cegcc-devel] windres compilation doesn't check for iconv > Could you apply this patch to src/binutils/configure.ac : > > pavilion: {343} svn diff configure.a

Re: [Cegcc-devel] windres compilation doesn't check for iconv

2009-05-21 Thread Danny Backx
Eric, Could you apply this patch to src/binutils/configure.ac : pavilion: {343} svn diff configure.ac Index: configure.ac === --- configure.ac(revision 1225) +++ configure.ac(working copy) @@ -1187,6 +1187,8 @@ ACX_P

[Cegcc-devel] windres compilation doesn't check for iconv

2009-05-20 Thread Eric House
I've finally figured out why arm-mingw32ce-windres doesn't handle utf8-encoded .rc files correctly but don't know what to do about it. It has to do with how autoconf works for binutils. The problem is in wind_MultiByteToWideChar(), in src/binutils/binutils/winduni.c. That function has three condi