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



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to