help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make Emacs use image support libraries?


From: Rodolfo Medina
Subject: Re: How to make Emacs use image support libraries?
Date: Fri, 11 Mar 2005 11:47:05 +0100

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]