On Mon, 27 Jul 2009, Danny Backx wrote:

> On Mon, 2009-07-27 at 21:31 +0300, Martin Storsjö wrote:
> > Currently, including errno.h when building with mingw32ce yields an error. 
> > Even though there isn't any errno variable available on Windows CE, the 
> > error codes defined in errno.h may still be of value. E.g. ffmpeg uses 
> > them extensively, even though their use of the actual errno variable is 
> > much more limited. Applying this patch eases compilation of ffmpeg quite a 
> > bit.
> 
> This is intentional, so I won't apply this patch.
> 
> The goal for arm-mingw32ce is to stay close to the native CE API, this
> patch would not fit that goal. The arm-cegcc compiler has the other
> goal, it may be better suited for compiling sources such as ffmpeg.

Ok, fair enough.

Generally, the posix-support needed by ffmpeg is quite small, e.g. on 
desktop windows it works just fine with mingw instead of cygwin, but it 
does use a bit of C99-standardised things missing on native CE, this plus 
some other functions.

Thanks anyway!

// Martin
------------------------------------------------------------------------------
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to