delorie.com/archives/browse.cgi | search |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |