From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: CVS checkout (2009-04-16) fails to link under Solaris 9 and AIX 5L Date: Mon, 20 Apr 2009 09:56:50 +0900 Message-ID: References: <87tz4n86nz.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1240189026 26306 80.91.229.12 (20 Apr 2009 00:57:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Apr 2009 00:57:06 +0000 (UTC) Cc: harald@maierh.de, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 20 02:58:25 2009 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 1Lvhq2-0000Q4-8P for ged-emacs-devel@m.gmane.org; Mon, 20 Apr 2009 02:58:23 +0200 Original-Received: from localhost ([127.0.0.1]:60209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lvhob-0005Bo-Tj for ged-emacs-devel@m.gmane.org; Sun, 19 Apr 2009 20:56:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvhoV-0005B6-5L for emacs-devel@gnu.org; Sun, 19 Apr 2009 20:56:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvhoQ-00057b-0M for emacs-devel@gnu.org; Sun, 19 Apr 2009 20:56:46 -0400 Original-Received: from [199.232.76.173] (port=39005 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvhoP-00057S-JN for emacs-devel@gnu.org; Sun, 19 Apr 2009 20:56:41 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:38977) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LvhoO-0002G8-Qu for emacs-devel@gnu.org; Sun, 19 Apr 2009 20:56:41 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n3K0uYnE016796; Mon, 20 Apr 2009 09:56:34 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n3K0uYVW026776; Mon, 20 Apr 2009 09:56:34 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n3K0uU42029063; Mon, 20 Apr 2009 09:56:30 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LvhoY-0007GC-3p; Mon, 20 Apr 2009 09:56:50 +0900 In-reply-to: <87tz4n86nz.fsf@cyd.mit.edu> (message from Chong Yidong on Fri, 17 Apr 2009 14:41:04 -0400) X-detected-operating-system: by monty-python.gnu.org: 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:110353 Archived-At: In article <87tz4n86nz.fsf@cyd.mit.edu>, Chong Yidong writes: > Harald Maier writes: > > The problem exists too unter GNU/Linux if emacs is build only with > > xfont.o. The symbols "Qja" and "Qko" are defined in "ftfont.c" and > > used in xfont.c and xftfont.c. If we can place the defintion in > > xfont.c and use in ftfont.c and xftfont.c "extern" references all > > works fine. Sorry for this problem. I think the definitions of Qja and Qko should be moved to font.c, not xfont.c. But.. > I've checked in a fix. Thanks for noticing this problem. Ah, you acually moved the definitions to font.c. Thank you for the fix. --- Kenichi Handa handa@m17n.org