From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Failure in building Emacs 23.0.50 on Cygwin Date: Fri, 31 Aug 2007 17:35:58 -0700 Message-ID: <200709010035.l810Zwni021513@oogie-boogie.ics.uci.edu> References: <20070901091956.1876@blackhawk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188607028 24070 80.91.229.12 (1 Sep 2007 00:37:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 Sep 2007 00:37:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: "d.henman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 01 02:37:07 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IRGyy-0004S4-Ng for ged-emacs-devel@m.gmane.org; Sat, 01 Sep 2007 02:37:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRGyx-0006Mn-Vh for ged-emacs-devel@m.gmane.org; Fri, 31 Aug 2007 20:37:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IRGyv-0006LI-CZ for emacs-devel@gnu.org; Fri, 31 Aug 2007 20:36:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRGyt-0006Kx-5Y for emacs-devel@gnu.org; Fri, 31 Aug 2007 20:36:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRGys-0006Ku-Vg for emacs-devel@gnu.org; Fri, 31 Aug 2007 20:36:55 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IRGys-0006rt-Ez for emacs-devel@gnu.org; Fri, 31 Aug 2007 20:36:54 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l810Zwni021513; Fri, 31 Aug 2007 17:35:58 -0700 (PDT) In-Reply-To: <20070901091956.1876@blackhawk> (d. henman's message of "Sat\, 01 Sep 2007 09\:19\:56 +0900") Original-Lines: 20 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77518 Archived-At: "d.henman" writes: > I confirm that I too, encounter the same problem reported by Angelo on cygwin > > > term.o: In function `dissociate_if_controlling_tty': > > /tmp/emacs/src/term.c:3146: undefined reference to `_croak' > > > I believe, the problem is that "croak" is not being properly defined in the > "sysdep.c" file. It is only manifested when trying to compile term.c which refers to croak. > > How should one define "croak" in sysdep.c for "i686-pc-cygwin" to test this? > Ref: config.log:Target: i686-pc-cygwin IMO the question should be asked the other way: how do you avoid references to "croak". Adjust preprocessor code in dissociate_if_controlling_tty so that croak is not used. Whether that is enough to make cygwin work, I don't know.