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

Reply via email to