On Thu, 31 Mar 2005, Jens Olav Nygaard wrote: > Has anybody installed gv (gv-3.5.8, a "ghostview" descendant) on a BLFS > system? > I have a problem with the prescribed 'xmkmf' or 'make Makefiles' not expanding > a macro called 'INC_X11'. Just wanted to know if somebody has a ready-to-go > cut&paste'able solution before digging into it... > > J.O.
I use this patch to compile gv: --- /source/paths.h.orig Sun Apr 6 00:00:00 1997 +++ /source/paths.h Fri Jul 18 19:18:09 2003 @@ -34,9 +34,9 @@ # define INC_XMU(aaa) <XMU_DIRECTORY/aaa> # define INC_XAW(aaa) <XAW_DIRECTORY/aaa> #else -# define INC_X11(aaa) <X11/##aaa##> -# define INC_XMU(aaa) <X11/Xmu/##aaa##> -# define INC_XAW(aaa) <X11/Xaw3d/##aaa##> +# define INC_X11(aaa) <X11/aaa> +# define INC_XMU(aaa) <X11/Xmu/aaa> +# define INC_XAW(aaa) <X11/Xaw3d/aaa> #endif #endif /* _PATHS_H_ */ -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
