X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=0.0 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,TW_CG,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <20100719170741.GA25807@ednor.casa.cgf.cx>
References: <AANLkTim0sc0lEQDsnWbOj7GQr8R1nkB8LcAj8FOat1LS@mail.gmail.com>	<4C448319.3010806@gmail.com>	<AANLkTikTnpM12Y5x0wqTs_0NaX98g4BuP4i-qAdLXTI2@mail.gmail.com>	<AANLkTim-N0hvHo2fCAAknD7GRdYkZOOWYTzUddMUdMzs@mail.gmail.com>	<20100719170741.GA25807@ednor.casa.cgf.cx>
Date: Mon, 19 Jul 2010 13:12:04 -0400
Message-ID: <AANLkTilUaUKI8lEFl_g9phGvw5Jlxjpatq3QrVyX1Cdm@mail.gmail.com>
Subject: Re: configure error: cannot find install-sh or install.sh in ../.. 	"../../winsup/cygwin"/../..
From: Ryan McLeod <r.mcleod20@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
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

Can't say im trying to... I ran configure on winsup with some options:
/home/rmcleod/cygwin/winsu/configure \
--prefix=3D/myprefix/xelerance/cross/win2k --target=3Di686-pc-cygwin
--without-headers  --with-newlib \
--disable-shared  --enable-languages=3Dc,c++

 then did make and those c errors came back.

I'm not a programmer, so not to sure what to do from here.

Thanks, Ryan

On Mon, Jul 19, 2010 at 1:07 PM, Christopher Faylor
<cgf-use-the-mailinglist-please@cygwin.com> wrote:
> 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. =A0You
> shouldn't be using winsock2.h in a cygwin program.
>
> cgf
>
> --
> Problem reports: =A0 =A0 =A0 http://cygwin.com/problems.html
> FAQ: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 http://cygwin.com/faq/
> Documentation: =A0 =A0 =A0 =A0 http://cygwin.com/docs.html
> Unsubscribe info: =A0 =A0 =A0http://cygwin.com/ml/#unsubscribe-simple
>
>

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

