Hi, 

I want to build hbpgsql lib on my debian etch.
I only need to install libpq-dev package and make 
a little patch to harbour/contrib/hbpgsql/Makefile
Can you apply it ?

Thank you.

--
Guy Roussin


http://www.teledetection.fr
--- Makefile.orig	2007-12-15 12:47:37.000000000 +0100
+++ Makefile	2007-12-15 12:36:09.000000000 +0100
@@ -21,5 +21,5 @@
 ifeq ($(HB_COMPILER),mingw32)
    CFLAGS := $(CFLAGS) -I/postgres/include
 else
-   CFLAGS := $(CFLAGS) -I/usr/local/pgsql/include -I/usr/local/pgsql/include/libpq -I/usr/include/pgsql
+   CFLAGS := $(CFLAGS) -I/usr/local/pgsql/include -I/usr/local/pgsql/include/libpq -I/usr/include/pgsql -I/usr/include/postgresql
 endif
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to