Got around to trying some of this again. I commented out some #include <winsock2.h>, but eventually one file didnt like it and had a bunch of unknown variables. I was reading through the emails and I did want to specify that at this point I'm just trying to compile and install winsup from the CVS cygwin server. I havent gotten to openswan yet. Not sure if that helps to look for the root of the issue.
Ryan On Mon, Jul 19, 2010 at 1:25 PM, Christopher Faylor <cgf-use-the-mailinglist-ple...@cygwin.com> wrote: > On Mon, Jul 19, 2010 at 01:12:04PM -0400, Ryan McLeod wrote: >>Can't say im trying to... I ran configure on winsup with some options: >>/home/rmcleod/cygwin/winsu/configure \ >>--prefix=/myprefix/xelerance/cross/win2k --target=i686-pc-cygwin >>--without-headers --with-newlib \ >>--disable-shared --enable-languages=c,c++ >> >> then did make and those c errors came back. >> >>I'm not a programmer,... > > Then you may be in trouble. You'll probably need to make some source > code changes to fix this. Someone has made a bad decision about cygwin, > apparently thinking that it was like Windows rather than like UNIX. > > As a very simple change you could just delete any calls to winsock2.h > to see if that fixes things but I suspect that it won't. You could also > check to see if WIN32 or _WIN32 is being defined anywhere. It shouldn't > be for Cygwin. > > 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 > > -- 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