From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: csant Newsgroups: gmane.emacs.devel Subject: [multi-tty] Wrong type argument: framep, 0 Date: Mon, 14 May 2007 09:13:54 -0600 (MDT) Message-ID: Reply-To: csant NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1179167161 6497 80.91.229.12 (14 May 2007 18:26:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 May 2007 18:26:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 14 20:26:00 2007 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 1HnfF9-0000Wy-Hp for ged-emacs-devel@m.gmane.org; Mon, 14 May 2007 20:25:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnfMv-000282-Qp for ged-emacs-devel@m.gmane.org; Mon, 14 May 2007 14:34:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HncNB-0007dC-7G for emacs-devel@gnu.org; Mon, 14 May 2007 11:22:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HncN5-0007bX-IO for emacs-devel@gnu.org; Mon, 14 May 2007 11:22:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HncN5-0007bM-Au for emacs-devel@gnu.org; Mon, 14 May 2007 11:21:59 -0400 Original-Received: from csant.info ([69.36.171.12]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HncFI-0007Og-F6 for emacs-devel@gnu.org; Mon, 14 May 2007 11:13:56 -0400 Original-Received: from localhost (csant@localhost) by csant.info (8.12.11.20060308/8.12.11) with ESMTP id l4EFDsc5007672 for ; Mon, 14 May 2007 09:13:54 -0600 X-detected-kernel: Linux 2.4-2.6 X-Mailman-Approved-At: Mon, 14 May 2007 14:33:59 -0400 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:71056 Archived-At: Hi, just an ordinary emacs *user* here, jumping on the multi-tty branch now that it is available in CVS. On one machine everything went fine and smooth, but on the other one I end up with: $ ./src/emacs -Q Wrong type argument: framep, 0 and emacs will not start. When starting with $ ./src/emacs -Q -nw emacs starts and seems to be usable, but I get Wrong type argument: framep, 1 in minibuffer at startup. Emacsclient is however totally unsuable (even with -t flag): it will start and exit immediately. Configuration options are: Configured for `i686-pc-linux-gnu'. Where should the build process find the source code? /home/csant/src/public/apps/tools/emacs What operating system and machine description files should Emacs use? `s/gnu-linux.h' and `m/intel386.h' What compiler should emacs be built with? gcc -g -O2 -Wno-pointer-sign Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? LUCID Where do we find X Windows header files? /usr/X11R6/include Where do we find X Windows libraries? /usr/X11R6/lib Does Emacs use -lXaw3d? yes Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use -lungif? no Does Emacs use -lpng? yes Does Emacs use X toolkit scroll bars? yes Compiler is $ gcc --version gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux) If there is there any more info you'd need to make any sense out of this report, then please keep me CC'ed on the messages: I am not subscribing to the list, but am reading it in batches. Also, I hope the message is sent to the appropriate list - if not, please accept my apologies and tell me where I should address this message to. Kind regarards, /c