From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: How to make Emacs use image support libraries? Date: Thu, 10 Mar 2005 12:58:48 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110458208 32332 80.91.229.2 (10 Mar 2005 12:36:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2005 12:36:48 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 10 13:36:48 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D9Mu5-00067v-Gr for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Mar 2005 13:36:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9N8x-0003tH-Ej for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Mar 2005 07:51:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D9Mbi-0002Rv-F9 for help-gnu-emacs@gnu.org; Thu, 10 Mar 2005 07:17:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D9Mbc-0002QM-GR for help-gnu-emacs@gnu.org; Thu, 10 Mar 2005 07:17:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9Mba-0002Oh-TB for help-gnu-emacs@gnu.org; Thu, 10 Mar 2005 07:17:31 -0500 Original-Received: from [217.72.192.209] (helo=smtp05.web.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D9MJX-0004iY-4g for help-gnu-emacs@gnu.org; Thu, 10 Mar 2005 06:58:51 -0500 Original-Received: from [84.245.189.194] (helo=[192.168.2.100]) by smtp05.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.103 #192) id 1D9MJW-00023l-00; Thu, 10 Mar 2005 12:58:50 +0100 In-Reply-To: Original-To: "Rodolfo Medina" X-Mailer: Apple Mail (2.619.2) X-Sender: Peter_Dyballa@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24725 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24725 Am 10.03.2005 um 11:13 schrieb Rodolfo Medina: > $ ../../config/imake/imake -I../../config/cf -DTOPDIR=../.. > -DCURRENTDIR=lib/Xaw3d > , but got the following error message: > bash: ../../config/imake/imake: No such file or directory That's quite obvious: in this situation it is assumed that there is a special development environment set up with the programme imake in ../../config/imake. And you need to substitute '../../config/cf' with the *real* location of the cf files in your system, maybe /usr/X11R6/lib/X11/config? Just try imake -I/usr/X11R6/lib/X11/config -DTOPDIR=../.. -DCURRENTDIR=lib/Xaw3d with your location of the imake/xmkmf configuration files *.cf! -- Greetings Pete One doesn't expect governments to obey the law because of some higher moral development. One expects them to obey the law because they know that if they don't, those who aren't shot will be hanged. --Michael Shirley