Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-Id: <6.1.2.0.0.20041114082621.020fad40@imap.myrealbox.com>
X-Sender: tprince@imap.myrealbox.com
Date: Sun, 14 Nov 2004 08:30:44 -0800
To: "Bernhard Janetzki" <mail@bjanetzki.de>, <cygwin@cygwin.com>
From: Tim Prince <tprince@computer.org>
Subject: Re: icecast
In-Reply-To: <002701c4ca5b$9171de50$6364a8c0@bernhard>
References: <002701c4ca5b$9171de50$6364a8c0@bernhard>
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"; format=flowed
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id iAEGV2f6022928

At 07:06 AM 11/14/2004, Bernhard Janetzki wrote:

>Hello,
>i want to compile icecast under cygwin.
>“./configure” works fine, but it produces this warning:
>
>…
>checking winsock2.h usability... no
>checking winsock2.h presence... yes
>configure: WARNING: winsock2.h: present but cannot be compiled
>configure: WARNING: winsock2.h: check for missing prerequisite headers?
>configure: WARNING: winsock2.h: proceeding with the preprocessor's
>result
>configure: WARNING:     ## ------------------------------------ ##
>configure: WARNING:     ## Report this to bug-autoconf@gnu.org. ##
>configure: WARNING:     ## ------------------------------------ ##
>checking for winsock2.h... yes
>…
>
>Make exit with this error:
>
>…
>In file included from sock.h:28,
>                  from sock.c:58:
>/usr/include/w32api/winsock2.h:95:2: warning: #warning "fd_set and
>associated ma
>cros have been defined in sys/types.      This may cause runtime
>problems with W
>32 sockets"
>In file included from sock.h:28,
>                  from sock.c:58:

Do you have autoconf installed?  I don't see the usual echo in the log 
where it should test for presence of autoconf and report whether it is working.
If autoconf is present, this configure script may be tripping up over the 
presence of unistd.h along with w32api.  It says they conflict.  I don't 
see how you could say it is working fine.


Tim Prince 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


