Build error in cvs head - Mailing list pgsql-hackers

From Manfred Koizar
Subject Build error in cvs head
Date
Msg-id k3mr8v045rmhg799dlsfpure5e4d895g2t@4ax.com
Whole thread Raw
List pgsql-hackers
My build failed in interfaces/ecpg/compatlib because the Makefile
references pgtypeslib instead of compatlib.  I was wondering why
nobody else got that problem.  Maybe because they have an old version
of informix.c lying around in pgtypeslib?  Anyway, this patch should
fix that problem.

Servus
 Manfred
diff -ruN ../base/src/interfaces/ecpg/compatlib/Makefile src/interfaces/ecpg/compatlib/Makefile
--- ../base/src/interfaces/ecpg/compatlib/Makefile    2003-04-04 15:45:51.000000000 +0200
+++ src/interfaces/ecpg/compatlib/Makefile    2003-04-04 17:41:43.000000000 +0200
@@ -8,7 +8,7 @@
 #
 #-------------------------------------------------------------------------

-subdir = src/interfaces/ecpg/pgtypeslib
+subdir = src/interfaces/ecpg/compatlib
 top_builddir = ../../../..
 include $(top_builddir)/src/Makefile.global


pgsql-hackers by date:

Previous
From: "Ed L."
Date:
Subject: Re: more contrib: log rotator
Next
From: "Merlin Moncure"
Date:
Subject: Re: [PERFORM] OSS database needed for testing