Re: CVS broken?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: CVS broken?
Дата
Msg-id 200010101306.JAA17963@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: CVS broken?  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Список pgsql-hackers
> > -Wmissing-prototypes -Wmissing-declarations -o pg_dump pg_dump.o common.o
> > pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o
> > pg_backup_null.o pg_backup_tar.o  -L../../..
> > /src/interfaces/libpq -lpq -lz -lcrypt -lnsl -ldl -lm -lreadline -lncurses
> > -lz
> > ../../../src/interfaces/libpq/libpq.so: undefined reference to
> > `FailedAssertion'
> > ../../../src/interfaces/libpq/libpq.so: undefined reference to
> > `assert_enabled'
> > ../../../src/interfaces/libpq/libpq.so: undefined reference to
> > `ExceptionalCondition'
> >
> > Does anyone else have this problem?
> >
> 
> I have already encountered the problem.
> -DFRONTEND isn't set in the above command line.
> 
> For example the following line
>     CFLAGS+= -DFRONTEND -I$(srcdir)
> in makefiles doesn't work currently.
> 
> I found the recent change in Makefile.global.in.
> ifeq ($(GCC), yes)
>      override CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
> endif

OK, I have removed 'override' from CFLAGS, and committed.  Seems like it
came in with:

date: 2000/10/08 21:13:27;  author: petere;  state: Exp;  lines: +165 -137
Append "/postgresql" to (certain) installation subdirectories when
installing into a shared location.  Also Makefile.global organizational
cleanup.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: ALTER TABLE DROP COLUMN
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: Suggested change in include/utils/elog.h