From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Symbol's function definition is void: x-register-dnd-atom Date: Sun, 25 Jul 2010 18:14:24 +0200 Message-ID: <4C4C62E0.8090208@swipnet.se> References: <87sk38xo29.fsf@telefonica.net> <4C4C1A85.9090804@swipnet.se> <87ocdvy3t5.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1280074675 19996 80.91.229.12 (25 Jul 2010 16:17:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 25 Jul 2010 16:17:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?UTF-8?B?w5NzY2FyIEZ1ZW50ZXM=?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 25 18:17:54 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 1Od3tc-0008N5-1b for ged-emacs-devel@m.gmane.org; Sun, 25 Jul 2010 18:17:54 +0200 Original-Received: from localhost ([127.0.0.1]:47095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Od3qK-000725-76 for ged-emacs-devel@m.gmane.org; Sun, 25 Jul 2010 12:14:24 -0400 Original-Received: from [140.186.70.92] (port=54147 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Od3qC-00070P-Vu for emacs-devel@gnu.org; Sun, 25 Jul 2010 12:14:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Od3q3-0002RI-SZ for emacs-devel@gnu.org; Sun, 25 Jul 2010 12:14:08 -0400 Original-Received: from smtprelay-b11.telenor.se ([62.127.194.20]:59477) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Od3q3-0002Qo-Ln for emacs-devel@gnu.org; Sun, 25 Jul 2010 12:14:07 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id CFAC5E9B40 for ; Sun, 25 Jul 2010 18:14:05 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aro8AKz/S0xV4S0jPGdsb2JhbACDFIRSl3cMAQEBATUtrjSQEYEmgx1zBA X-IronPort-AV: E=Sophos;i="4.55,258,1278280800"; d="scan'208";a="110395021" 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 18:14:05 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTPA id C2F3F7FA05A; Sun, 25 Jul 2010 18:14:04 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: <87ocdvy3t5.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:127764 Archived-At: =C3=93scar Fuentes skrev 2010-07-25 17:33: > Jan Dj=C3=A4rv writes: > >>> Any hints about why the message appears? >> >> It seems as syms_of_xselect has not been run. > > Right. After enabling HAVE_X11 it works. Thanks! > > BTW, it seems to me that there are quite a few broken > configurations. This is an instance: if HAVE_X11 is not defined, the > problem described on the subject arises. It is kind of assumed that some defines belong together, such as=20 USE_LUCID can't be used unless HAVE_X11 is defined, ditto for=20 USE_X_TOOLKIT. I guess you aren't running configure, if you where this=20 wouldn't happen (unless configure itself is messed up). > >>> $ 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? > > Yes, ncurses. termcap is symlinked to ncurses on this system. > You have to debug that I'm afraid. Jan D.