From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: andrew.maguire@ps.ge.com Newsgroups: gmane.emacs.devel Subject: RE: make-frame-on-display returns BadAtom error Date: Wed, 7 Aug 2002 08:39:33 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1028723910 2135 127.0.0.1 (7 Aug 2002 12:38:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 7 Aug 2002 12:38:30 +0000 (UTC) Cc: rms@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 17cQ56-0000YK-00 for ; Wed, 07 Aug 2002 14:38:28 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17cQQh-00065E-00 for ; Wed, 07 Aug 2002 15:00:47 +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 17cQ5l-0007pM-00; Wed, 07 Aug 2002 08:39:09 -0400 Original-Received: from ext-ch1gw-1.online-age.net ([216.34.191.35]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17cQ5b-0007mO-00; Wed, 07 Aug 2002 08:38:59 -0400 Original-Received: from int-ch1gw-2.online-age.net (int-ch1gw-2 [3.159.232.66]) by ext-ch1gw-1.online-age.net (8.12.3/8.9.1/990426-RLH) with ESMTP id g77CcxEn016499; Wed, 7 Aug 2002 08:38:59 -0400 (EDT) Original-Received: from nyschx06psge.ps.ge.com (localhost [127.0.0.1]) by int-ch1gw-2.online-age.net (8.12.3/8.12.3/990426-RLH) with ESMTP id g77CcreA005242; Wed, 7 Aug 2002 08:38:53 -0400 (EDT) Original-Received: by nyschx06psge.ps.ge.com with Internet Mail Service (5.5.2653.19) id ; Wed, 7 Aug 2002 08:41:41 -0400 Original-To: emacs-devel@gnu.org X-Mailer: Internet Mail Service (5.5.2653.19) 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:6332 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6332 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. I have just tried out Solaris 9 and I have the smae problems as with Solaris 8. > If you build Emacs on Solaris 8, does it work ok on Solaris 8? > Thanks, Andrew