From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pmagnoli(at)systemevolution(dot)it |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Rendezvous/Bonjour broken in 8.1 beta |
Date: | 2005-09-08 12:47:38 |
Message-ID: | 432032EA.8020700@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
pmagnoli(at)systemevolution(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | pmagnoli | 2005-09-08 13:12:28 | Re: Rendezvous/Bonjour broken in 8.1 beta |
Previous Message | pmagnoli | 2005-09-08 11:22:01 | Rendezvous/Bonjour broken in 8.1 beta |