On Monday 16 July 2001 10:51, Michael "A." Koziarski wrote:
> On 16 Jul 2001 08:39:34 +0200, Lars Gullik Bjønnes wrote:
> > Michael "A." Koziarski <[EMAIL PROTECTED]> writes:
> > 
> > | Hello All,
> > | 
> > | I'm back tinkering with the GNOME frontend in my spare time (new
> > | contract at work has finally been sorted so I'm able to sleep again)
> > | 
> > | I've started drawing up a few of the Dialogs in glade and fiddling in
> > | emacs to tie together the necessary signals / slots etc.  However the
> > | cvs tree doesn't compile at present and I can't see what the problem is
> > | (c++ is newish to me :)).  Could someone either
> > | 
> > | 1) fix it, or
> > | 2) point me in the right direction (preferred)
> > 
> > easier if you post the failures you get.
> 
> Apologies, I'm still getting used to evolution and I forgot to attach
> the log :)

;-)

The Copyright and Credits dialogs have been superceeded by the new Aboutlyx 
dialog. For the time being, I'd simply nuke them in gnome. At least you'll be 
able to get things compiling again.

Attached is a quick and dirty hack to do this. Not tested (because I can't!)

Angus
Index: src/frontends/gnome/Dialogs.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/gnome/Dialogs.C,v
retrieving revision 1.14
diff -u -p -r1.14 Dialogs.C
--- src/frontends/gnome/Dialogs.C	2001/05/12 20:13:52	1.14
+++ src/frontends/gnome/Dialogs.C	2001/07/16 10:01:29
@@ -24,8 +24,6 @@
 #include "ControlBibtex.h"
 #include "ControlCharacter.h"
 #include "ControlCitation.h"
-#include "ControlCopyright.h"
-#include "ControlCredits.h"
 #include "ControlError.h"
 #include "ControlInclude.h"
 #include "ControlLog.h"
@@ -35,8 +33,6 @@
 #include "GUI.h"
 
 #include "FormUrl.h"
-#include "FormCredits.h"
-#include "FormCopyright.h"
 #include "FormError.h"
 #include "FormTabularCreate.h"
 /*
@@ -74,8 +70,6 @@ SigC::Signal0<void> Dialogs::redrawGUI;
 Dialogs::Dialogs(LyXView * lv)
 {
 	add(new GUIUrl<FormUrl, gnomeBC>(*lv, *this));
-	add(new GUICredits<FormCredits, gnomeBC>(*lv, *this));
-	add(new GUICopyright<FormCopyright, gnomeBC>(*lv, *this));
 	add(new GUIError<FormError, gnomeBC>(*lv, *this));
 	add(new GUITabularCreate<FormTabularCreate, gnomeBC>(*lv, *this));
 
Index: src/frontends/gnome/Makefile.am
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/gnome/Makefile.am,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile.am
--- src/frontends/gnome/Makefile.am	2001/05/12 20:13:52	1.23
+++ src/frontends/gnome/Makefile.am	2001/07/16 10:01:32
@@ -79,12 +79,8 @@ libgnome_la_SOURCES = \
 	GnomeBase.h \
 	GUIRunTime.C \
 	FileDialog.C \
-	FormCopyright.C \
-	FormCopyright.h \
 	FormTabularCreate.C \
 	FormTabularCreate.h \
-	FormCredits.C \
-	FormCredits.h \
 	FormError.C \
 	FormError.h \
 	FormUrl.C \

Reply via email to