Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <6.1.2.0.0.20041114082621.020fad40@imap.myrealbox.com> X-Sender: tprince AT imap DOT myrealbox DOT com Date: Sun, 14 Nov 2004 08:30:44 -0800 To: "Bernhard Janetzki" , From: Tim Prince Subject: Re: icecast In-Reply-To: <002701c4ca5b$9171de50$6364a8c0@bernhard> References: <002701c4ca5b$9171de50$6364a8c0 AT 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 AT gnu DOT 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/