Re: CVS HEAD compile failure
От
Andrew Dunstan
Тема
Re: CVS HEAD compile failure
Дата
Msg-id
3FD4E732.4080108@dunslane.net
Ответ на
Re: CVS HEAD compile failure (Tom Lane)
Список
Дерево обсуждения
CVS HEAD compile failure Bruce Momjian <pgman@candle.pha.pa.us>
Re: CVS HEAD compile failure Tom Lane <tgl@sss.pgh.pa.us>
Re: CVS HEAD compile failure Bruce Momjian <pgman@candle.pha.pa.us>
Re: CVS HEAD compile failure Tom Lane <tgl@sss.pgh.pa.us>
Re: CVS HEAD compile failure Andrew Dunstan <andrew@dunslane.net>
Re: CVS HEAD compile failure Greg Stark <gsstark@mit.edu>
Re: CVS HEAD compile failure Tom Lane <tgl@sss.pgh.pa.us>
Re: CVS HEAD compile failure Andrew Dunstan <andrew@dunslane.net>
Re: CVS HEAD compile failure Bruce Momjian <pgman@candle.pha.pa.us>
Re: CVS HEAD compile failure Tom Lane <tgl@sss.pgh.pa.us>
Re: CVS HEAD compile failure Andrew Dunstan <andrew@dunslane.net>
Re: CVS HEAD compile failure Tom Lane <tgl@sss.pgh.pa.us>
Re: CVS HEAD compile failure Kurt Roeckx <Q@ping.be>
Re: CVS HEAD compile failure Tom Lane <tgl@sss.pgh.pa.us>
Re: CVS HEAD compile failure Jan Wieck <JanWieck@Yahoo.com>
Re: CVS HEAD compile failure Tom Lane <tgl@sss.pgh.pa.us>
Re: CVS HEAD compile failure Andrew Dunstan <andrew@dunslane.net>
Re: CVS HEAD compile failure Jan Wieck <JanWieck@Yahoo.com>
Re: CVS HEAD compile failure Andrew Dunstan <andrew@dunslane.net>
Re: CVS HEAD compile failure Mark Adler <madler@alumni.caltech.edu>
Re: CVS HEAD compile failure Andrew Dunstan <andrew@dunslane.net>
Re: CVS HEAD compile failure Tom Lane <tgl@sss.pgh.pa.us>
Tom Lane wrote: >Kurt Roeckx writes: > > >>I can compile current cvs with gcc 2.95.3, openssl 0.9.7b and >>zlib 1.2.1. >> >> > >"current CVS" meaning "since I fixed the include order" ? > The little code snippet I posted earlier should do to test out compilers, if people want to. Looking around the web I see that we aren't the first people to trip over this. In fact the issue has been known for years - I saw a reference to it all the way back to 1999. Another project solved it by adjusting the namespace pollution instead of changing the include order, thus: +#define free_func zlib_free_func#include +#undef free_func Anyway, I hope it's fixed :-) cheers andrew
В списке pgsql-hackers по дате отправления