From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Symbol's function definition is void: x-register-dnd-atom Date: Sun, 25 Jul 2010 13:05:41 +0200 Message-ID: <4C4C1A85.9090804@swipnet.se> References: <87sk38xo29.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1280055958 356 80.91.229.12 (25 Jul 2010 11:05:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 25 Jul 2010 11:05:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?ISO-8859-1?Q?=D3scar_Fuentes?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 25 13:05:56 2010 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.69) (envelope-from ) id 1Ocz1n-0000s1-RQ for ged-emacs-devel@m.gmane.org; Sun, 25 Jul 2010 13:05:56 +0200 Original-Received: from localhost ([127.0.0.1]:50360 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ocz1n-0003St-9c for ged-emacs-devel@m.gmane.org; Sun, 25 Jul 2010 07:05:55 -0400 Original-Received: from [140.186.70.92] (port=42567 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ocz1g-0003So-Pw for emacs-devel@gnu.org; Sun, 25 Jul 2010 07:05:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ocz1f-0001HP-C7 for emacs-devel@gnu.org; Sun, 25 Jul 2010 07:05:48 -0400 Original-Received: from smtprelay-h22.telenor.se ([195.54.99.197]:43927) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ocz1f-0001Gr-5j for emacs-devel@gnu.org; Sun, 25 Jul 2010 07:05:47 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id 72EC7E93E5 for ; Sun, 25 Jul 2010 13:05:43 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnY4AP62S0xV4S0jPGdsb2JhbACHZpd1DAEBAQE1Lb1jhTYE X-IronPort-AV: E=Sophos;i="4.55,257,1278280800"; d="scan'208";a="110302961" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb1.telenor.se with ESMTP; 25 Jul 2010 13:05:43 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 6BB897FA05A; Sun, 25 Jul 2010 13:05:42 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1 In-Reply-To: <87sk38xo29.fsf@telefonica.net> X-detected-operating-system: by eggs.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:127758 Archived-At: =D3scar Fuentes skrev 2010-07-25 05.01: > On a custom Emacs build (made to avoid dumping) invoking the executable > ends with that message after loading a bunch of files: > > <... lots elided ...> > Loading tooltip... > Loading tooltip...done > Finding pointers to doc strings... > Finding pointers to doc strings...done > Symbol's function definition is void: x-register-dnd-atom > > x-register-dnd-atom is defined in xselect.c, which is included in the > build. It is configured with USE_X_TOOLKIT USE_LUCID > > Any hints about why the message appears? It seems as syms_of_xselect has not been run. > > Any other suggestion about how to make a functional Emacs binary withou= t > dumping would be useful too. (The build already sets CANNOT_DUMP) > > Running the executable with -nw fails too: > > $ src/qemacs -Q -nw > emacs: Cannot open terminfo database file > > On a normal build temacs starts fine in terminal mode. Did you link with any termcap/terminfo/ncurses library? Jan D.