Re: list_head naming conflict gcc 4.2/perl/solaris

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: list_head naming conflict gcc 4.2/perl/solaris
Дата
Msg-id 1243889127.1319.62.camel@localhost
обсуждение исходный текст
Ответ на Re: list_head naming conflict gcc 4.2/perl/solaris  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: list_head naming conflict gcc 4.2/perl/solaris  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Список pgsql-hackers
Tom Lane píše v po 01. 06. 2009 v 16:09 -0400:
> Zdenek Kotala <Zdenek.Kotala@Sun.COM> writes:


> What is <sys/list.h>, and why is it being imported by the Perl headers?

It seems that problem is with Perl. It includes sys/mode.h. The new
change for gcc 4.2 is that mode.h includes vnode.h and it finally
sys/list.h which is generic list for kernel structures. 

> Can we do something like "#define list_head solaris_list_head" around 
> the problematic #include?  (Which one is that, anyway?)

I will try it. There is following hack:

CFLAGS="-D_SYS_VNODE_H" 

which disable vnode.h and breaks include chain.

I need to install fresh nightly build of Solaris to test it on live
system.
Thanks Zdenek



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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: User-facing aspects of serializable transactions
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Suggested TODO: allow ALTERing of typemods without heap/index rebuild