Re: [Cegcc-devel] Loosing the fight (but not the war), AKA: The dreaded missing errno.

2007-02-15 Thread Pedro Alves
Nuno Lucas escreveu: > On 2/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > [...] >> 4) Map errno to [Get|Set]LastError() with preprocessor macros. >> #define errno GetLastError() >> #define __set_errno(X) SetLastError((DWORD)X) >> #define ENOMEM ERROR_OUTOFMEMORY >

Re: [Cegcc-devel] How to build cegcc?

2007-02-15 Thread Pedro Alves
[EMAIL PROTECTED] escreveu: > Pedro Alves <[EMAIL PROTECTED]> schrijft: >> [EMAIL PROTECTED] escreveu: >>> Aldo Calpini <[EMAIL PROTECTED]> schrijft: [EMAIL PROTECTED] wrote: > My build crashes here: > > [...] > > [..] >>> same here. >>> i have added some more tools

Re: [Cegcc-devel] Cygwin binaries

2007-02-15 Thread Danny Backx
I've uploaded your files to SourceForge so they can be downloaded from their site and their mirrors. Danny On Thu, 2007-02-15 at 16:39 +0100, Aldo Calpini wrote: > [EMAIL PROTECTED] wrote: > > (minor, miniscule nit: perhaps the file names could have the timestamp on > > them too (eg:20080

Re: [Cegcc-devel] Loosing the fight (but not the war), AKA: The dreaded missing errno.

2007-02-15 Thread Danny Backx
On Thu, 2007-02-15 at 11:25 +, Nuno Lucas wrote: > On 2/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > [...] > > 4) Map errno to [Get|Set]LastError() with preprocessor macros. > > #define errno GetLastError() > > #define __set_errno(X) SetLastError((DWORD)X) > > #

Re: [Cegcc-devel] How to build cegcc?

2007-02-15 Thread janrinze
Pedro Alves <[EMAIL PROTECTED]> schrijft: > [EMAIL PROTECTED] escreveu: > > Aldo Calpini <[EMAIL PROTECTED]> schrijft: > >> [EMAIL PROTECTED] wrote: > >>> My build crashes here: > >>> > >>> [...] > >>> [..] > > same here. > > i have added some more tools and libraries to my cygwin setup

Re: [Cegcc-devel] Cygwin binaries

2007-02-15 Thread Aldo Calpini
[EMAIL PROTECTED] wrote: > (minor, miniscule nit: perhaps the file names could have the timestamp on > them too (eg:20080231)? An svn revision isn't going to be meaningful to a lot > of people :) ) thanks, applied :-) cheers, Aldo

Re: [Cegcc-devel] Cygwin binaries

2007-02-15 Thread pedro_alves
Quoting Aldo Calpini <[EMAIL PROTECTED]>: > hello again, > > having lobbied for them, I decided to make the cygwin binaries I built > available for others. > > take a look at: http://dada.perl.it/cegcc/ > > the page should be self-explanatory enough. I hope there are no > problems with a) the b

Re: [Cegcc-devel] Cygwin binaries

2007-02-15 Thread pedro_alves
Quoting Aldo Calpini <[EMAIL PROTECTED]>: > hello again, > > having lobbied for them, I decided to make the cygwin binaries I built > available for others. > > take a look at: http://dada.perl.it/cegcc/ > > the page should be self-explanatory enough. I hope there are no > problems with a) the b

[Cegcc-devel] Cygwin binaries

2007-02-15 Thread Aldo Calpini
hello again, having lobbied for them, I decided to make the cygwin binaries I built available for others. take a look at: http://dada.perl.it/cegcc/ the page should be self-explanatory enough. I hope there are no problems with a) the build itself, b) the fact that I'm distributing it, and c) wha

Re: [Cegcc-devel] Loosing the fight (but not the war), AKA: The dreaded missing errno.

2007-02-15 Thread Nuno Lucas
On 2/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: [...] > 4) Map errno to [Get|Set]LastError() with preprocessor macros. > #define errno GetLastError() > #define __set_errno(X) SetLastError((DWORD)X) > #define ENOMEM ERROR_OUTOFMEMORY > (...) [...] > Conclusio

Re: [Cegcc-devel] Loosing the fight (but not the war), AKA: The dreaded missing errno.

2007-02-15 Thread janrinze
Hi Pedro, et al.. [EMAIL PROTECTED] schrijft: > Hi guys, > > Hi have for the past week been trying to build the VLC player with > mingw32ce. This has been serving me to get a feeling for what is > needed/lacking in mingw32ce. I have successfully ported/built a bunch > of stuff, like zlib

[Cegcc-devel] Loosing the fight (but not the war), AKA: The dreaded missing errno.

2007-02-15 Thread pedro_alves
Hi guys, Hi have for the past week been trying to build the VLC player with mingw32ce. This has been serving me to get a feeling for what is needed/lacking in mingw32ce. I have successfully ported/built a bunch of stuff, like zlib, libogg, libmad, libbidi, and freetype. I have built ffmpeg also

[Cegcc-devel] Loosing the fight (but not the war), AKA: The dreaded missing errno.

2007-02-15 Thread pedro_alves
Hi guys, Hi have for the past week been trying to build the VLC player with mingw32ce. This has been serving me to get a feeling for what is needed/lacking in mingw32ce. I have successfully ported/built a bunch of stuff, like zlib, libogg, libmad, libbidi, and freetype. I have built ffmpeg also