all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Rodolfo Medina" <romeomedina@libero.it>
Subject: Re: How to make Emacs use image support libraries?
Date: Fri, 11 Mar 2005 11:47:05 +0100	[thread overview]
Message-ID: <MBBBJFILCHONLINKEBBKIEDOCMAA.romeomedina@libero.it> (raw)
In-Reply-To: <MBBBJFILCHONLINKEBBKMECJCMAA.romeomedina@libero.it>

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

  parent reply	other threads:[~2005-03-11 10:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-07 15:29 How to make Emacs use image support libraries? romeomedina
2005-03-07 16:16 ` Peter Dyballa
2005-03-08 11:18 ` How to make Emacs use image support libraries? [solved] Rodolfo Medina
2005-03-08 13:49   ` How to make Emacs use image support libraries? Rodolfo Medina
2005-03-08 20:32     ` Peter Dyballa
2005-03-10 10:13   ` Rodolfo Medina
2005-03-10 11:58     ` Peter Dyballa
2005-03-11 10:47     ` Rodolfo Medina [this message]
     [not found] <mailman.2895.1110210915.32256.help-gnu-emacs@gnu.org>
2005-03-07 22:38 ` Jason Rumney
     [not found] <mailman.3255.1110453456.32256.help-gnu-emacs@gnu.org>
2005-03-10 13:49 ` Stefan Monnier
     [not found] <mailman.3434.1110541250.32256.help-gnu-emacs@gnu.org>
2005-03-11 18:00 ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MBBBJFILCHONLINKEBBKIEDOCMAA.romeomedina@libero.it \
    --to=romeomedina@libero.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.