X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Mon, 19 Jul 2010 13:07:42 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: configure error: cannot find install-sh or install.sh in ../.. "../../winsup/cygwin"/../.. Message-ID: <20100719170741.GA25807@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4C448319 DOT 3010806 AT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Mon, Jul 19, 2010 at 01:04:53PM -0400, Ryan McLeod wrote: >Problems love me, > >getting some make issues now when i run make in the build directory. > >/usr/include/sys/select.h:78: error: conflicting types for 'fd_set' >/home/rmcleod/cygwin/winsup/w32api/lib/../include/winsock2.h:64 note: >previous declaration of 'fd_set' was here >/usr/include/sys/select.h:109: error: conflicting types for 'select' >/home/rmcleod/cygwin/winsup/w32api/lib/../include/winsock2.h632: note: >previous declaration of 'select' was here > >I am doing this process on Ubuntu, as i believe thats how im supposed >to cross compile something for cygwin; do it from linux. Something is mixing windows header files with cygwin header files. You shouldn't be using winsock2.h in a cygwin program. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple