From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25267 invoked by alias); 24 May 2006 19:59:52 -0000 Received: (qmail 25256 invoked by uid 22791); 24 May 2006 19:59:52 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 24 May 2006 19:59:50 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.61) (envelope-from ) id 1FizWG-0001O4-5t for insight@sourceware.org; Wed, 24 May 2006 19:59:48 +0000 Message-ID: <4474BACD.B9558FE2@dessent.net> Date: Wed, 24 May 2006 19:59:00 -0000 From: Brian Dessent Reply-To: insight@sourceware.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: insight Subject: Re: Any cygwin savvy developers out there? Cygwin build problem References: <4474AC36.7050402@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00044.txt.bz2 Keith Seitz wrote: > I think there are a few of you out there. Anyone know what the following > errors might arise from? > [...] > make[3]: Leaving directory `/home/brgordon/insight-6.4/tcl/win' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/brgordon/insight-6.4/tcl' > make[1]: *** [all-tcl] Error 2 > make[1]: Leaving directory `/home/brgordon/insight-6.4' > make: *** [all] Error 2 It looks like the reporter is trying to build a release. This problem was fixed in CVS on however it had been mentioned in the mailing list for quite some time beforehand: . So I think the solution is just to tell the user to use a more recent version. Brian