On Wednesday 13 August 2008, _doof wrote:
> i try to rebuild all dude on nv94 and i have a problem with
> FOSSdirmngr which is failed
> pkgbuild: "dirmngr.c", line 363: warning: implicit function
> declaration: setlocale
Somehow you are getting ENABLE_NLS defined, but the source code itself is
broken because it does not add an #include <locale.h>. If you do that:
Index: src/dirmngr.c
===================================================================
--- src/dirmngr.c (revision 2578)
+++ src/dirmngr.c (working copy)
@@ -39,6 +39,7 @@
#include <unistd.h>
#include <signal.h>
#include <pth.h>
+#include <locale.h>
#include <gcrypt.h>
#include <ksba.h>
(in Dude/DIRMNGR/1.0.1/) and then in SPECS make clean and rebuild, it should
be ok. If it is, let us know and that can be added to the patch collection.
--
These are your friends - Adem
GPG: FEA2 A3FE Adriaan de Groot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part.
URL:
<http://mail.opensolaris.org/pipermail/kde-discuss/attachments/20080818/1842144f/attachment.bin>