Hi, i'd like to compile cvs 1.12.13 for doing some testing, but it doesn't compile :-(
Does somebody have a clue, what the following may mean and how i could work around it? make[3]: Entering directory `/tmp/install/cvs-1.12.13/lib' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -MT getaddrinfo.o -MD -MP -MF ".deps/getaddrinfo.Tpo" -c -o getaddrinfo.o getaddrinfo.c; \ then mv -f ".deps/getaddrinfo.Tpo" ".deps/getaddrinfo.Po"; else rm -f ".deps/getaddrinfo.Tpo"; exit 1; fi getaddrinfo.c: In function `getaddrinfo': getaddrinfo.c:112: error: invalid application of `sizeof' to incomplete type `sockaddr_in' getaddrinfo.c:148: warning: initialization from incompatible pointer type getaddrinfo.c:151: error: dereferencing pointer to incomplete type getaddrinfo.c:153: error: dereferencing pointer to incomplete type getaddrinfo.c:156: error: dereferencing pointer to incomplete type make[3]: *** [getaddrinfo.o] Error 1 make[3]: Leaving directory `/tmp/install/cvs-1.12.13/lib' make[2]: *** [all] Error 2 make[2]: Leaving directory `/tmp/install/cvs-1.12.13/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/install/cvs-1.12.13' make: *** [all] Error 2 Greetings Sven -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/