X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: =?ISO-8859-15?Q?Sven_K=F6hler?= Subject: compiling cvs 1.12.13 Date: Wed, 08 Mar 2006 03:35:32 +0100 Lines: 32 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 1.5 (Windows/20051201) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/