Re: need more help compiling from CVS



Le dim, jui 29, 2001, à 02:48:11 -0700, Andrew S . Halper a écrit:

OK, thanks.  More progress.  I upgraded to the Rawhide gettext 0.10.38-4 RPM
(couldn't find a Red Hat binary), which has these macros in the proper place. 
Now I'm getting an error in app/:

This looks like the big bad NLS bug which others have been experiencing.
Let's fix it !

What is your glibc version (including devel version if there can be a
mismatch with your packaging system) ? FWIW, I've got version 2.2.3 (which
tends to disable gettext and provide its own).

/home/ashalper/dia/app/preferences.c:282: undefined reference to `dcgettext__'
preferences.o: In function `prefs_boolean_toggle':


What's the revision number?  I've got 1.8 at the head:

1.9 at the head here. But there's no surprise: the anonymous CVS can take up
to 24 hours to sync on the read/write CVS.

muscat%cvs diff -r 1.8 -r 1.9 objects/SADT/annotation.c
Index: objects/SADT/annotation.c
===================================================================
RCS file: /cvs/gnome/dia/objects/SADT/annotation.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- objects/SADT/annotation.c   2001/07/26 19:26:10     1.8
+++ objects/SADT/annotation.c   2001/07/29 19:16:43     1.9
@@ -29,6 +29,7 @@
 #include <gtk/gtk.h>
 #include <math.h>
 #include <string.h>
+#include <stdlib.h>
 
 #include "intl.h"
 #include "object.h"

        -- Cyrille

-- 
Grumpf.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]