Georg Baum wrote:
Am Samstag, 14. Oktober 2006 02:35 schrieb Timothy Reaves:

Does this patch fix it?

Why not just "#undef check"?

You should complain to apple that they define a check() macro, that is calling for problems.

Yep.


BTW the Point class in coordcache.h should be in a lyx namespace.

Yep, CoordCacheBase and CoordCache also.

Abdel.
Index: coordcache.h
===================================================================
--- coordcache.h        (revision 15324)
+++ coordcache.h        (working copy)
@@ -11,6 +11,9 @@
 #ifndef COORDCACHE_H
 #define COORDCACHE_H
 
+// It seems that MacOSX define the check macro.
+#undef check
+
 class InsetBase;
 class LyXText;
 class MathArray;

Reply via email to