Re: [HACKERS] DEC OSF1 Compilation problems

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] DEC OSF1 Compilation problems
Дата
Msg-id 199902050338.WAA25631@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] DEC OSF1 Compilation problems  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Ответы Re: [HACKERS] DEC OSF1 Compilation problems  (Michael Meskes <Michael_Meskes@topmail.de>)
Список pgsql-hackers
> > >2. gram.y did not compile by yacc (on FreeBSD too)
> > ># woland(dms)~/postgresql-6.4.2/src/backend/parser>yacc -d gram.y
> > ># yacc: f - maximum table size exceeded
> > >fixed by using bison
> > I had always used bison. I will add this to the DU FAQ.
> 
> This should not be required in principle, but it is easy with cvs to
> accidentally get the time tags on gram.y and gram.c out of sync, so that
> a "cvs checkout" causes Make to think gram.c needs to be rebuilt. I
> think that v6.4.2 ended up with the times out of sync, as have other
> releases in the past.
> 
> The other large parser, for ecpg, should probably ship both .y and .c
> files, but does not yet, so perhaps bison needs to be used anyway. We
> should fix this in an upcoming release.
> 
> To fix the cvs checkout problem, we might consider having a canned
> routine which updates these time tags after a cvs checkout and before
> the tar file is constructed...

Is there some way to do this fixup in the makefile?

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@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 по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] DEC OSF1 Compilation problems
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Adding some const keywords to external interfaces