I've just returned from a few days in Andalucia to find masses and masses of
LyX mail in my in tray. Such a busy project! Anyway, having read it all, I note
that Lars says that #pragma definitions should come before #include s. Here
then is a small patch to src/insets/insetcite.C (I can't see the point of the
#include config.h, but maybe it should be replaced rather than deleted.)
Angus
Index: src/insets/insetcite.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insetcite.C,v
retrieving revision 1.6
diff -u -r1.6 insetcite.C
--- src/insets/insetcite.C 2000/07/07 07:46:37 1.6
+++ src/insets/insetcite.C 2000/07/10 10:50:49
@@ -8,8 +8,6 @@
*
* ====================================================== */
-#include <config.h>
-
#ifdef __GNUG__
#pragma implementation
#endif