This is the mail archive of the cygwin@sourceware.cygnus.com 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]

in6_addr vs in_addr6 botch [Re: Problem with 1.1.1]


"Tom Weichmann" <tomcw@localnet.com> 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@sourceware.cygnus.com


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