From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: make-frame-on-display returns BadAtom error Date: Thu, 8 Aug 2002 01:00:47 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200208080700.g7870lA04045@wijiji.santafe.edu> References: Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1028790026 5019 127.0.0.1 (8 Aug 2002 07:00:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 8 Aug 2002 07:00:26 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17chHV-0001Iq-00 for ; Thu, 08 Aug 2002 09:00:25 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17chdU-0006Bz-00 for ; Thu, 08 Aug 2002 09:23:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17chI8-00061d-00; Thu, 08 Aug 2002 03:01:04 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17chHs-0005wN-00; Thu, 08 Aug 2002 03:00:48 -0400 Original-Received: from wijiji.santafe.edu (wijiji [192.12.12.5]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g78713513534; Thu, 8 Aug 2002 01:01:03 -0600 (MDT) Original-Received: (from rms@localhost) by wijiji.santafe.edu (8.11.6+Sun/8.9.3) id g7870lA04045; Thu, 8 Aug 2002 01:00:47 -0600 (MDT) X-Authentication-Warning: wijiji.santafe.edu: rms set sender to rms@wijiji using -f Original-To: andrew.maguire@ps.ge.com Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6355 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6355 I have just tried building emacs on Solaris 8 (we are using gcc 2.7.2.3) but I get the same problem. Note that if I try make-frame-on-display on a UNIX type machine I get a BadWindow error (code 3). I get a BadAtom error (code 18) when I try to connect to Exceed 6.1 on a Windows NT machine. It sounds like you are now saying that no Emacs executable you can construct works properly on Solaris 8, and the same for Solaris 9. Is this correct? If that is the case, I don't know how we can debug it. Only a Solaris and X wizard can debug it.