gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6715 - in doodle: . src/doodle


From: gnunet
Subject: [GNUnet-SVN] r6715 - in doodle: . src/doodle
Date: Tue, 15 Apr 2008 23:25:45 -0600 (MDT)

Author: grothoff
Date: 2008-04-15 23:25:45 -0600 (Tue, 15 Apr 2008)
New Revision: 6715

Modified:
   doodle/AUTHORS
   doodle/PLATFORMS
   doodle/src/doodle/getopt.c
   doodle/src/doodle/index.c
Log:
From: 
Alan Post <address@hidden>
  To: 
  address@hidden
    Date: 
    Today 04:30:58 pm
       
       Hello,

       My name is Alan Post.

       I'm compiling doodle version 0.6.7 on OpenBSD 4.1.  I've installed
       libextractor 0.5.20a, told configure how to find it, and run gnu
       make.  It's churning away at my home directory now.

       Pending further testing, here are the source code changes I made to
       compile doodle:

       diff -urN --exclude=.svn --exclude=RCS --exclude=CVS
       doodle-0.6.7.orig/src/doodle/getopt.c
       doodle-0.6.7/src/doodle/getopt.c
       --- doodle-0.6.7.orig/src/doodle/getopt.c       Sat Mar 11 14:32:46
       2006
       +++ doodle-0.6.7/src/doodle/getopt.c    Tue Apr 15 16:17:12 2008
       @@ -32,6 +32,7 @@
        
         #include "config.h"
          #include "gettext.h"
          +#include "helper1.h"
           
            #if !defined (__STDC__) || !__STDC__
             /* This is a separate conditional since some stdc systems
             diff -urN --exclude=.svn --exclude=RCS --exclude=CVS
             doodle-0.6.7.orig/src/doodle/index.c 
doodle-0.6.7/src/doodle/index.c
             --- doodle-0.6.7.orig/src/doodle/index.c        Fri Jan 19 23:02:57
             2007
             +++ doodle-0.6.7/src/doodle/index.c     Tue Apr 15 15:50:26 2008
             @@ -36,6 +36,7 @@
              #include <sys/types.h>
               #include <sys/wait.h>
                #include <unistd.h>
                +#include <signal.h>
                 
                  #define DEBUG_IPC 0
                   

                   I'm not the least bit certain about that first one.  
getopt.c was
                   using _("foo"), but it wasn't found by the linker.  adding 
helper1.h
                   fixed the problem, but I'm not sure if you want to use a 
lower-level
                   header instead.  For the second patch, you just missed 
including
                   signal.h, though SIGTERM is used in the file.

                   Thank you!

                   -Alan
                   -- 
                   A: Because it messes up the order in which people normally 
read text.
                   Q: Why is top-posting such a bad thing?
                   A: Top-posting.
                   Q: What is the most annoying thing on usenet and in e-mail?


Modified: doodle/AUTHORS
===================================================================
--- doodle/AUTHORS      2008-04-15 05:21:43 UTC (rev 6714)
+++ doodle/AUTHORS      2008-04-16 05:25:45 UTC (rev 6715)
@@ -4,6 +4,7 @@
 Code contributions also came from:
 Robert Sander <address@hidden>
 Voker Weiss <address@hidden>
+Alan Post <address@hidden>
 
 Doodle uses 
 - libextractor (http://gnunet.org/libextractor/, GPL)

Modified: doodle/PLATFORMS
===================================================================
--- doodle/PLATFORMS    2008-04-15 05:21:43 UTC (rev 6714)
+++ doodle/PLATFORMS    2008-04-16 05:25:45 UTC (rev 6715)
@@ -9,7 +9,7 @@
 - unknown 
 
 OpenBSD/NetBSD:
-- unknown
+- may work
 
 Linux (non x86):
 - unknown

Modified: doodle/src/doodle/getopt.c
===================================================================
--- doodle/src/doodle/getopt.c  2008-04-15 05:21:43 UTC (rev 6714)
+++ doodle/src/doodle/getopt.c  2008-04-16 05:25:45 UTC (rev 6715)
@@ -85,6 +85,7 @@
 #endif
 
 #include "gettext.h"
+#include "helper1.h"
 
 /* This version of `getopt' appears to the caller like standard Unix `getopt'
    but it behaves differently for the user, since it allows the user

Modified: doodle/src/doodle/index.c
===================================================================
--- doodle/src/doodle/index.c   2008-04-15 05:21:43 UTC (rev 6714)
+++ doodle/src/doodle/index.c   2008-04-16 05:25:45 UTC (rev 6715)
@@ -36,6 +36,7 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <unistd.h>
+#include <signal.h>
 
 #define DEBUG_IPC 0
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]