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: <419794D0.1070401@familiehaase.de>
Date: Sun, 14 Nov 2004 18:24:32 +0100
From: "Gerrit P. Haase" <gp@familiehaase.de>
Organization: Esse keine toten Tiere
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; de-AT; rv:1.7.3) Gecko/20040910
MIME-Version: 1.0
To: Bernhard Janetzki <mail@bjanetzki.de>
CC: cygwin@cygwin.com
Subject: Re: icecast
References: <002701c4ca5b$9171de50$6364a8c0@bernhard>
In-Reply-To: <002701c4ca5b$9171de50$6364a8c0@bernhard>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

Hi Bernie,


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

This is not an autoconf problem:

In file included from configure:19744:
/usr/include/w32api/winsock2.h:614: error: conflicting types for 
`gethostname'
/usr/include/sys/unistd.h:205: error: previous declaration of `gethostname'

Don't use winsock2.h when you compile a Cygwin application, comment the 
relevant parts in the source where winsock2.h is included and try to 
compile again.


Gerrit
-- 
=^..^=

--
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/

