Re: [Cegcc-devel] mingwdll build fails for me

2009-02-08 Thread Danny Backx
Never mind, I still have other issues in my 4.4 build. Danny On Sun, 2009-02-08 at 19:41 +0100, Danny Backx wrote: > Looking good in the standard build, thanks. > I'm running the build in a gcc-4.4 environment also, will keep you > posted. > > Danny > > On Sun, 2009-02-08 at 16:53

Re: [Cegcc-devel] mingwdll build fails for me

2009-02-08 Thread Danny Backx
Looking good in the standard build, thanks. I'm running the build in a gcc-4.4 environment also, will keep you posted. Danny On Sun, 2009-02-08 at 16:53 +, Pedro Alves wrote: > I've checked in a fix to mingw/ Please try it out. > -- Danny Backx ; danny.backx - at - scarlet.be ; htt

Re: [Cegcc-devel] mingwdll build fails for me

2009-02-08 Thread Pedro Alves
I've checked in a fix to mingw/ Please try it out. -- Pedro Alves -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and co

Re: [Cegcc-devel] mingwdll build fails for me

2009-02-08 Thread Pedro Alves
On Sunday 08 February 2009 11:12:19, Danny Backx wrote: > Pedro, > > There appears to be something spooky in mingw/mingwex/stdio/pformat.c . > It builds but the DLL creation fails. "spooky" :-) I'm on to it. The stdio routines changed a lot upstream, due to the introduction of c99 printf-like r

[Cegcc-devel] mingwdll build fails for me

2009-02-08 Thread Danny Backx
Pedro, There appears to be something spooky in mingw/mingwex/stdio/pformat.c . It builds but the DLL creation fails. Danny BUILDING DLL libraries -- for i in libgcc libstdc++ libsupc++; do \ cd $i ; \ make all || exit 1; \