From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Rodolfo Medina" Newsgroups: gmane.emacs.help Subject: Re: How to make Emacs use image support libraries? Date: Fri, 11 Mar 2005 11:47:05 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110541389 14999 80.91.229.2 (11 Mar 2005 11:43:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2005 11:43:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 11 12:43:09 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D9iX6-0005RI-1F for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Mar 2005 12:42:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9im9-00040f-Vk for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Mar 2005 06:57:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D9iVL-00067Q-OY for help-gnu-emacs@gnu.org; Fri, 11 Mar 2005 06:40:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D9iV9-00066T-4Z for help-gnu-emacs@gnu.org; Fri, 11 Mar 2005 06:40:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9iDG-0005EE-O2 for help-gnu-emacs@gnu.org; Fri, 11 Mar 2005 06:21:52 -0500 Original-Received: from [193.70.192.147] (helo=smtp20.libero.it) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D9hda-0000Pn-U0 for help-gnu-emacs@gnu.org; Fri, 11 Mar 2005 05:44:59 -0500 Original-Received: from localhost (172.16.1.83) by smtp20.libero.it (7.0.027-DD01) id 41D02C9800FF6CE2 for help-gnu-emacs@gnu.org; Fri, 11 Mar 2005 11:44:57 +0100 Original-Received: from [151.26.59.41] (151.26.59.41) by smtp20.libero.it (7.0.027-DD01) id 41D02BD3040959D0 for help-gnu-emacs@gnu.org; Fri, 11 Mar 2005 11:44:57 +0100 Original-Received: from 127.0.0.1 (AVG SMTP 7.0.308 [266.7.1]); Fri, 11 Mar 2005 11:47:06 +0100 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Virus-Scanned: by amavisd-new at libero.it serv4 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:24765 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24765 Rodolfo Medina wrote: > From: > ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/ > I downloaded Xaw3d-1.5.tar.gz and put it into ~/tmp dir. There, > according with what is suggested in the README.XAW3D file present > in the distribution, I did: > $ gunzip -c Xaw3d-1.5.tar.gz | tar xpf - > $ cd xc/lib/Xaw3d > $ ../../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 Stefan Monnier wrote: > Try just `xmkmf'. I did so, and the output was: [rodolfo@localhost Xaw3d]$ xmkmf imake -DUseInstalled -I/usr/X11R6/lib/X11/config ; but then when I did '$ make includes' and then '$ make depend', as prescribed in the README.XAW3D file, I got the following error message: [rodolfo@localhost Xaw3d]$ make depend bison -y -d laygram.y /bin/sh: line 1: bison: command not found make: *** [laygram.c] Error 127 Peter Dyballa wrote: > 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! In the '/usr/X11R6/lib/X11/config' directory there are some *.cf files. I did so: $ imake -I/usr/X11R6/lib/X11/config -DTOPDIR=../.. -DCURRENTDIR=lib/Xaw3d , but all the same, at the '$ make depend' step I got the same above error message. Any suggestion? Thanks indeed, Rodolfo