I pushed this to stable.  Thanks for the report.

On Tue, Mar 24, 2009 at 12:40:37AM -0300, Michel Boaventura wrote:
     2009/3/19 Michel Boaventura <[email protected]>:
     > You are right Ben. Three files are missing the "#include <config.h>". 
They are:
     >
     > src/ui/gui/psppire-marshal.c
     > src/ui/gui/psppire-acr.c
     > lib/gtk-contrib/gtkxpaned.c
     >
     > Putting the "#include <config.h>" on its top solves the problem.
     >
     
     Seems like the stable branch also has this problem. But the only file
     missing the config.h is src/ui/gui/psppire-acr.c
     This patch seems to fix it:
     
     diff --git a/src/ui/gui/psppire-acr.c b/src/ui/gui/psppire-acr.c
     index b85229d..3242de7 100644
     --- a/src/ui/gui/psppire-acr.c
     +++ b/src/ui/gui/psppire-acr.c
     @@ -33,7 +33,7 @@
        +-----------------------------+
     
      */
     -
     +#include <config.h>
      #include <gtk/gtk.h>
     
      #include "psppire-acr.h"
     
     
     _______________________________________________
     pspp-dev mailing list
     [email protected]
     http://lists.gnu.org/mailman/listinfo/pspp-dev

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature

_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to