John Spray wrote:
> As in subject line.
It does not compile with concept checks turned on. I'll apply the attached
patch shortly.
Georg
Index: src/frontends/gtk/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/gtk/ChangeLog,v
retrieving revision 1.89
diff -u -p -r1.89 ChangeLog
--- src/frontends/gtk/ChangeLog 21 Nov 2004 13:14:39 -0000 1.89
+++ src/frontends/gtk/ChangeLog 22 Nov 2004 14:01:49 -0000
@@ -1,3 +1,7 @@
+2004-11-22 Georg Baum <[EMAIL PROTECTED]>
+
+ * GSendto.C: Disable concept checks (see below)
+
2004-11-21 John Spray <[EMAIL PROTECTED]>
* The Sendto Dialog:
Index: src/frontends/gtk/GSendto.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/gtk/GSendto.C,v
retrieving revision 1.1
diff -u -p -r1.1 GSendto.C
--- src/frontends/gtk/GSendto.C 21 Nov 2004 13:13:41 -0000 1.1
+++ src/frontends/gtk/GSendto.C 22 Nov 2004 14:01:50 -0000
@@ -10,6 +10,11 @@
#include <config.h>
+// Too hard to make concept checks work with this file
+#ifdef _GLIBCPP_CONCEPT_CHECKS
+#undef _GLIBCPP_CONCEPT_CHECKS
+#endif
+
#include "GSendto.h"
#include "ControlSendto.h"
#include "ghelpers.h"