Well it builds now with mini-patch 1, and the patch below.
There are some minor problems with the BC for FormCitation but this
is expected still right Angus ?
I haven't checked the KDE frontend, but that's not important anyway
looks good !
thanks
john
Index: src/frontends/controllers/ViewBase.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/Attic/ViewBase.h,v
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.3 ViewBase.h
--- src/frontends/controllers/ViewBase.h 2001/03/02 13:17:51 1.1.2.3
+++ src/frontends/controllers/ViewBase.h 2001/03/02 14:37:53
@@ -14,10 +14,6 @@
#ifndef VIEWBASE_H
#define VIEWBASE_H
-#ifdef __GNUG__
-#pragma interface
-#endif
-
#include <boost/utility.hpp>
#include "ControlBase.h"
Index: src/frontends/xforms/FormBase.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/FormBase.C,v
retrieving revision 1.17.8.3
diff -u -p -r1.17.8.3 FormBase.C
--- src/frontends/xforms/FormBase.C 2001/02/27 12:44:01 1.17.8.3
+++ src/frontends/xforms/FormBase.C 2001/03/02 14:37:53
@@ -24,7 +24,7 @@ extern "C" int C_FormBaseWMHideCB(FL_FOR
FormBase::FormBase(ControlBase & c, string const & t)
- : ViewBC<xformsBC>(c), title(t), minw_(0), minh_(0)
+ : ViewBC<xformsBC>(c), minw_(0), minh_(0), title(t)
{}