[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: building 0.89 and CVS
- From: Cyrille Chepelov <chepelov calixo net>
- To: dia-list gnome org
- Subject: Re: building 0.89 and CVS
- Date: Mon, 3 Sep 2001 13:32:35 +0200
Le lun, sep 03, 2001, à 12:06:31 +0100, Nicholas Piper a écrit:
> On Mon, 03 Sep 2001, Cyrille Chepelov wrote:
>
> > Le lun, sep 03, 2001, à 10:49:44 +0100, Nicholas Piper a écrit:
>
>
>
> > > 0.89-test
>
> > > ../lib/libdia.a(sheet.o): In function `load_register_sheet':
> > > /tmp/dia-0.89/lib/sheet.c:233: undefined reference to `xmlFree'
> >
> > try adding #include <xmlmemory.h> at the beginning of lib/sheet.c.
>
> No change. #include <libxml/xmlmemory.h> is already there; and I can't
> see any other xmlmemory.h anywhere btw.
try to remove the libxml/ prefix, then.
> > > app_procs.c:288: parse error before `10808'
> > ^^^ What is this ???
>
> On that line in CVS snapshot is;
> LIBXML_TEST_VERSION;
D'oh ! Yet emacs CC-mode tried to warn me yesterday.
Too many nested #ifdefs, I think...
Here's a patch which should take care of the problem (it's also in the CVS
tree)
-- Cyrille
--
Grumpf.
? objects/EML/instantiation.loT
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/dia/ChangeLog,v
retrieving revision 1.702
diff -u -r1.702 ChangeLog
--- ChangeLog 2001/09/02 21:17:00 1.702
+++ ChangeLog 2001/09/03 11:29:08
@@ -1,3 +1,8 @@
+2001-09-03 Cyrille Chepelov <chepelov calixo net>
+
+ * app/app_procs.c: removed a spurious } which caused a compilation
+ error in the (!HAVE_GNOME && HAVE_POPT_H) case
+
2001-09-02 Cyrille Chepelov <chepelov calixo net>
* app/interface.c: (create_zoom_widget): connected one more signal
Index: app/app_procs.c
===================================================================
RCS file: /cvs/gnome/dia/app/app_procs.c,v
retrieving revision 1.71
diff -u -r1.71 app_procs.c
--- app/app_procs.c 2001/09/02 21:17:01 1.71
+++ app/app_procs.c 2001/09/03 11:29:09
@@ -277,7 +277,6 @@
argv[0]);
exit(1);
}
- }
}
#endif
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]