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 Date: Wed, 13 Oct 2004 15:52:59 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Tcl doesn't build out of src repository on cygwin Message-ID: <20041013135259.GG6702@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i On Oct 13 13:15, Dave Korn wrote: > > > Should it? I see loads of error messages caused by a bad table of static > initialisers in src/tcl/win/tclWin32Dll.c. It happens because DLLIMPORT is used a lot in w32api which is only conditionalized with __INSIDE_CYGWIN__. That's solved in w32api in CVS or in recent snapshots. Or (but that's ugly and not actually recommended, use at your own risk) use #define __INSIDE_CYGWIN__ at the beginning of the affected files (tclWin32Dll.c and tkWinX.c AFAIK) Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- 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/