Re: [Cegcc-devel] PipeLib patch

2007-06-13 Thread Pedro Alves
Danny Backx wrote: > On Mon, 2007-06-11 at 20:46 +0100, Pedro Alves wrote: >> Danny Backx wrote: >> >> Attached is what I used. I realized we need a patch like this, >> because I used a MSVC generated project as a base for PipeLib, >> and I including stdio.h wasn't needed there. I looked at a few

Re: [Cegcc-devel] PipeLib patch

2007-06-12 Thread Danny Backx
Do you mean to do this both to src/mingw/include/std{io,lib}.h and to src/newlib/newlib/libc/include/std{io,lib}.h ? Danny On Mon, 2007-06-11 at 20:46 +0100, Pedro Alves wrote: > Danny Backx wrote: > > Pedro, > > > > I need the patches below to get your sources to compile on Linux. > >

Re: [Cegcc-devel] PipeLib patch

2007-06-11 Thread Pedro Alves
Danny Backx wrote: Pedro, I need the patches below to get your sources to compile on Linux. Permission to commit ? Ooops, local patch here. Thanks for trying it out. Attached is what I used. I realized we need a patch like this, because I used a MSVC generated project as a base for PipeLi

[Cegcc-devel] PipeLib patch

2007-06-11 Thread Danny Backx
Pedro, I need the patches below to get your sources to compile on Linux. Permission to commit ? Danny dannypc: {153} svn diff Index: PipeLib/PipeLib.cpp === --- PipeLib/PipeLib.cpp (revision 942) +++ PipeLib/PipeLib.cpp (wo