Re: Rendezvous/Bonjour broken in 8.1 beta

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Rendezvous/Bonjour broken in 8.1 beta
Дата
Msg-id 432032EA.8020700@dunslane.net
обсуждение исходный текст
Ответ на Rendezvous/Bonjour broken in 8.1 beta  (<pmagnoli@systemevolution.it>)
Список pgsql-hackers

pmagnoli@systemevolution.it wrote:

>Hi, I'm trying to compile Postgresql 8.1 beta on my own in mingw/windows.
>I tried to compile it with --with-bonjour 
>

I don't recall ever hearing that this has been done.

>but it is looking for the wrong
>file, it looks for "DNSServiceDiscovery.h" but Apple provides a file named
>"dns_sd.h" (Bonjour SDK for windows as of May 5 2005), after renaming it
>  
>

We should not be renaming other people's files - if necessary we should 
adjust our configure tests and #include directives. But I guess you did 
that just to make some progress.


>./configure went ok but make ended with errors:
>
>...
>In file included from postmaster.c:92:
>d:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/DNSServiceDiscovery/DNSServiceDiscovery.h:52:
>error: syntax error before "uint8_t"
>d:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/DNSServiceDiscovery/DNSServiceDiscovery.h:53:
>error: syntax error before "int8_t"
>d:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/DNSServiceDiscovery/DNSServiceDiscovery.h:54:
>error: syntax error before "uint16_t"
>d:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/DNSServiceDiscovery/DNSServiceDiscovery.h:55:
>error: syntax error before "int16_t"
>
>  
>

What's on lines 52 .. 55 of that file?

cheers

andrew


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

Предыдущее
От:
Дата:
Сообщение: Rendezvous/Bonjour broken in 8.1 beta
Следующее
От:
Дата:
Сообщение: Re: Rendezvous/Bonjour broken in 8.1 beta