Package: guile-simplesql
Version: 2.3.2-1
Severity: serious
Tags: patch

When building 'guile-simplesql' on unstable,
I get the following error:

 cc -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -MT simplesql-postgresql.lo -MD 
-MP -MF .deps/simplesql-postgresql.Tpo -c simplesql-postgresql.c  -fPIC -DPIC 
-o .libs/simplesql-postgresql.o
simplesql-postgresql.c:26:33: error: postgresql/libpq-fe.h: No such file or 
directory
simplesql-postgresql.c:34: error: syntax error before '*' token

With the attached patch 'guile-simplesql' can be compiled.

Regards
Andreas Jochens

diff -urN ../tmp-orig/guile-simplesql-2.3.2/simplesql-postgresql.c 
./simplesql-postgresql.c
--- ../tmp-orig/guile-simplesql-2.3.2/simplesql-postgresql.c    2004-10-01 
20:48:21.000000000 +0000
+++ ./simplesql-postgresql.c    2005-08-08 11:41:28.000000000 +0000
@@ -23,7 +23,7 @@
 #include "guile-simplesql.h"
 
 #include <libguile.h>
-#include <postgresql/libpq-fe.h>
+#include <postgresql/8.0/libpq-fe.h>
 #include <string.h>
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to