On Jul 31, 2009, Kevin Hilton wrote: > I tried building fwknop-c for cygwin but kept getting this error > during the make process: > > fwknop.c: In function `resolve_ip_http': > fwknop.c:453: error: storage size of 'hints' isn't known > fwknop.c:473: error: invalid application of `sizeof' to incomplete type > `addrinf > o' > fwknop.c:486: error: dereferencing pointer to incomplete type > fwknop.c:487: error: dereferencing pointer to incomplete type > fwknop.c:487: error: dereferencing pointer to incomplete type > fwknop.c:488: error: dereferencing pointer to incomplete type > fwknop.c:492: error: dereferencing pointer to incomplete type > fwknop.c:492: error: dereferencing pointer to incomplete type > make[2]: *** [fwknop-fwknop.o] Error 1 > make[2]: Leaving directory `/cygdrive/c/temp/fwknop/fwknop-c-0.62/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/cygdrive/c/temp/fwknop/fwknop-c-0.62' > make: *** [all] Error 2
It looks like Cygwin does not have getaddrinfo(): http://www.cygwin.com/ml/cygwin/2006-02/msg00561.html But there is apparently a work around by installing getaddrinfo() via the following: http://www.sra.co.jp/people/m-kasahr/getaddrinfo/ The above link for getaddrinfo() is referenced in other threads as well, so it is probably the right solution to install it (although I have not tried this). Thanks, --Mike > Thanks > > -- > Kevin Hilton > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Fwknop-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fwknop-discuss ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fwknop-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fwknop-discuss
