Re: Rendezvous/Bonjour broken in 8.1 beta - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Rendezvous/Bonjour broken in 8.1 beta
Date
Msg-id 432032EA.8020700@dunslane.net
Whole thread Raw
In response to Rendezvous/Bonjour broken in 8.1 beta  (<pmagnoli@systemevolution.it>)
List 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 by date:

Previous
From:
Date:
Subject: Rendezvous/Bonjour broken in 8.1 beta
Next
From:
Date:
Subject: Re: Rendezvous/Bonjour broken in 8.1 beta