From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Undefined symbols: cfmakeraw and cfsetspeed Date: Fri, 20 Jun 2008 10:51:32 -0400 Message-ID: References: <485924D7.70407@alice.it> <485A84D6.2050105@alice.it> <485AE584.3090103@alice.it> <485B5D9B.6010808@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213973577 8515 80.91.229.12 (20 Jun 2008 14:52:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2008 14:52:57 +0000 (UTC) Cc: Daniel Engeler , kzeitler@alcatel-lucent.com, emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 16:53:40 2008 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 1K9hzY-0005cs-OF for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 16:53:32 +0200 Original-Received: from localhost ([127.0.0.1]:47793 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9hyj-0005fO-Tk for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 10:52:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9hxj-0004rN-J1 for emacs-devel@gnu.org; Fri, 20 Jun 2008 10:51:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9hxh-0004pj-Qa for emacs-devel@gnu.org; Fri, 20 Jun 2008 10:51:38 -0400 Original-Received: from [199.232.76.173] (port=33510 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9hxh-0004pZ-Ei for emacs-devel@gnu.org; Fri, 20 Jun 2008 10:51:37 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:31523) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9hxd-00051B-Ae; Fri, 20 Jun 2008 10:51:33 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ag0FAHdgW0jO+KWv/2dsb2JhbACBW64d X-IronPort-AV: E=Sophos;i="4.27,679,1204520400"; d="scan'208";a="23015648" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 20 Jun 2008 10:51:32 -0400 Original-Received: from pastel.home ([206.248.165.175]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id AUT87532; Fri, 20 Jun 2008 10:51:32 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6750A7F05; Fri, 20 Jun 2008 10:51:32 -0400 (EDT) In-Reply-To: <485B5D9B.6010808@alice.it> (Angelo Graziosi's message of "Fri, 20 Jun 2008 09:34:51 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:99535 Archived-At: >>> Do you mean this? >> >> Yes, that looks right. >> >>> I have regenerated 'configure' with autoconf, but it seems that >>> HAVE_CFMAKERAW is always 0 and build/src/config.h does not have it. >> >> I think you need to run `autoheader' to generate the config.in and >> config.h part. > After running 'autoheader', it seems that the macros > HAVE_CFMAKERAW/HAVE_CFSETSPEED have the right values: 0 on Cygwin, 1 on > GNU/Linux. > After reviewing the patches in previous post, perhaps you can apply them to > CVS-trunk. Installed (luckily this can be considered as a "tiny change" so it does not require you to assign copyright). Thank you for your help, Stefan