On Tue, Apr 08, 2008 at 01:46:08PM +0530, Bhupendra Singh <[EMAIL PROTECTED]> wrote: > modules/swftext.c: In function `swf_ReadFont': > modules/swftext.c:1331: error: `O_BINARY' undeclared (first use in this > function
Try adding the following line to config.h: #define O_BINARY 0 Greetings Matthias
