If you must use HTML mail, please don't set the font size to  
'unreadably small'.  Point size six might be fine for you, but for  
humans reading it's very difficult.

On 21 Feb 2009, at 12:50, Donatas Petrauskas wrote:

> It seems oniguruma.h is #import'ed twice in
> Etoile/Frameworks/OgreKit/Source/OGRegularExpression.m -- once  
> explicitly
> and once with <OgreKit/OGRegularExpression.h>. I've removed #import
> <oniguruma.h> from OGRegularExpression.m
> and defined HAVE_STDARG_H in OGRegularExpression.h.

That is what #import is for.  It is like #include, but automatically  
prevents multiple-inclusion.

> Why HAVE_STDARG_H isn't defined?

Where is HAVE_STDARG_H needed?  Your error is on line 22 of  
OGRegularExpression.m, which is:

#import "OGRegularExpressionPrivate.h"

This header does not reference HAVE_STDARG_H, and neither do any other  
OgerKit headers (or other files for that matter).  This macro is also  
not found in the copy of oniguruma.h I have installed, from version  
5.9.1.

David

_______________________________________________
Etoile-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-discuss

Répondre à