Re: Imake.tmpl not found

2003-08-03 Thread Harold L Hunt II
Damien, Huh... this is interesting. Turns out that Cygwin's tar doesn't work the same as the tar version that is in the XFree86 souce tree in the utils module. I built their gnu-tar and used it to build the packages and it did include the /usr/X11R6/lib/X11/config directory in the prog

Re: Imake.tmpl not found

2003-08-03 Thread Damien Fisher
Hi Harold, Thanks for replying so quickly! I upgraded to XFree86-prog 4.3.0-2 and that fixed the problem. However, I am now getting this: mv -f Makefile Makefile.bak imake -DUseInstalled -I/usr/X11R6/lib/X11/config /usr/X11R6/lib/X11/config/site.def:44: host.def: No such file or directory

Re: Imake.tmpl not found

2003-08-03 Thread Harold L Hunt II
Damien, You can just do this: touch /usr/X11R6/lib/X11/config/host.def Our host.def doesn't really have anything in it, so this should work just fine. I will try to release another fix to XFree86-progs tomorrow if an empty host.def takes care of your problem. Harold Damien Fisher wrote:

Re: Imake.tmpl not found

2003-08-03 Thread Damien Fisher
Hi Harold, That seems to work -- xfig is now compiling. Thanks! Damien On Sun, Aug 03, 2003 at 03:10:59AM -0400, Harold L Hunt II wrote: Damien, You can just do this: touch /usr/X11R6/lib/X11/config/host.def Our host.def doesn't really have anything in it, so this should work just

Re: Imake.tmpl not found

2003-08-03 Thread Christopher Faylor
On Sun, Aug 03, 2003 at 02:06:59AM -0400, Harold L Hunt II wrote: Damien, Huh... this is interesting. Turns out that Cygwin's tar doesn't work the same as the tar version that is in the XFree86 souce tree in the utils module. I built their gnu-tar and used it to build the packages and it did

Re: Imake.tmpl not found

2003-08-03 Thread Nicholas Wourms
Harold L Hunt II wrote: Damien, You can just do this: touch /usr/X11R6/lib/X11/config/host.def Our host.def doesn't really have anything in it, so this should work just fine. I will try to release another fix to XFree86-progs tomorrow if an empty host.def takes care of your problem. Harold,

Re: Imake.tmpl not found

2003-08-03 Thread Harold L Hunt II
Nicholas Wourms wrote: Not important now, but in the next release of -progs, can you make creation of /usr/X11R6/lib/X11/config/host.def done via touch in a post-install script? Traditionally, this is the file that should include any local modifications or user-defined routines for Imake. In

Imake.tmpl not found

2003-08-02 Thread Damien Fisher
Hi, I'm trying to build xfig on Cygwin/XFree86 without success. The weird thing is this worked two weeks ago. The only thing that has changed, as far as I can remember, is that I just upgraded to the XFree86 4.3.0-1 packages using the Cygwin setup program. When I run xmkmf I get the following