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. Or you could add the missing macros to the ffmpeg sources, with suitable #ifdefs. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info ------------------------------------------------------------------------------ _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel