From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Klimov Newsgroups: gmane.emacs.devel Subject: Re: preprocessing Makefile Date: Mon, 23 Jul 2007 16:54:27 +0300 (IDT) Message-ID: References: <873azkzp71.fsf@ambire.localdomain> <878x9au2g3.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1185198881 8994 80.91.229.12 (23 Jul 2007 13:54:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Jul 2007 13:54:41 +0000 (UTC) Cc: Thien-Thi Nguyen To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 23 15:54:39 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 1ICyMt-0006Ng-9X for ged-emacs-devel@m.gmane.org; Mon, 23 Jul 2007 15:54:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICyMs-0000d9-G5 for ged-emacs-devel@m.gmane.org; Mon, 23 Jul 2007 09:54:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ICyMp-0000cr-Dd for emacs-devel@gnu.org; Mon, 23 Jul 2007 09:54:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ICyMo-0000cR-9T for emacs-devel@gnu.org; Mon, 23 Jul 2007 09:54:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICyMo-0000cM-3B for emacs-devel@gnu.org; Mon, 23 Jul 2007 09:54:30 -0400 Original-Received: from www.eitan.edu ([199.203.54.24] helo=eitan.edu) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ICyMn-0002Qi-BY for emacs-devel@gnu.org; Mon, 23 Jul 2007 09:54:29 -0400 Original-Received: (qmail 15494 invoked from network); 23 Jul 2007 13:54:27 -0000 Original-Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 23 Jul 2007 13:54:27 -0000 In-Reply-To: X-detected-kernel: Solaris 9 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:75370 Archived-At: On Mon, 23 Jul 2007, Alexander Klimov wrote: > I suspect that all this problems relate to GTK: I used .../soft-linux > as prefix for emacs for a long time and the only recent change was > that I installed new GTK into that directory. If I run configure with > --with-x-toolkit=lucid, the c-compilation runs smoothly, and I am > stuck while the autoloads are generated: > > Generating autoloads for progmodes/ps-mode.el...done > Generating autoloads for ps-mule.el... > End of file during parsing > make[2]: *** [autoloads] Error 255 > make[2]: Leaving directory `.../emacs-cvs/lisp' I removed lisp and re-update it from cvs, now I can bootstrap emacs with `lucid', `no', and `motif' toolkits, but not with gtk. Btw, motif compiled, but if I try to select something from font menu, emacs crashes with the following message: X protocol error: BadAccess (attempt to access private resource denied) on protocol request 33 -- Regards, ASK