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: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] 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 _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs