Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <200005162207.RAA11095@hp2.xraylith.wisc.edu> To: tomcw AT localnet DOT com cc: cygwin AT sourceware DOT cygnus DOT com Subject: in6_addr vs in_addr6 botch [Re: Problem with 1.1.1] In-reply-to: Your message of "Tue, 16 May 2000 18:04:03 PDT." <39218D93 DOT 25048 DOT 2D7484 AT localhost> Date: Tue, 16 May 2000 17:07:22 -0500 From: Mumit Khan "Tom Weichmann" writes: > I may have found a problem with the 1.1.1 release of cygwin. I am > preparing to build Window Maker which requires LibPropList. I > have built both of these using both B20.1, and 1.1.0 versions of > cygwin. I decided to redo my install of cygwin with the 1.1.1 > release. When trying to compile LibPropList I received the > following error: > > gcc -DPACKAGE=\"libPropList\" - DVERSION=\"0.10.1\" > DYYTEXT_POINTER=1 -DSTDC_HEA > DERS=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 - > DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H= > 1 -DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void - > DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOF > DAY=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 - > DHAVE_SELECT=1 -DHAVE_STRSTR=1 -I. -I. -DDA > EMON_PATH=\"/usr/local/bin/gsdd\" -g -O2 -c daemon.c -o > daemon.o > > In file included from /usr/lib/gcc-lib/i686-pc- > cygwin/2.95.2/../../../../i686-pc > -cygwin/include/netinet/in.h:4, > from daemon.c:10: > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../i686-pc- > cygwin/include/cygwin > /in.h:185: field `sin6_addr' has incomplete type > make: *** [daemon.lo] Error 1 Ah, this is one my screwups, sorry. Please replace the in_addr6 with in6_addr in line 185 of /usr/i686-pc-cygwin/include/cygwin/in.h file. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com