This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure error: cannot find install-sh or install.sh in ../.. "../../winsup/cygwin"/../..


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]