Build error in cvs head

Поиск
Список
Период
Сортировка
От Manfred Koizar
Тема Build error in cvs head
Дата
Msg-id k3mr8v045rmhg799dlsfpure5e4d895g2t@4ax.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Ed L."
Дата:
Сообщение: Re: more contrib: log rotator
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: [PERFORM] OSS database needed for testing