From f40368caa23c1b974d067c37d2658ca17303869d Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 29 Sep 2012 20:46:27 -0600 Subject: [PATCH] XmPrivate.h: never try to build this automatically. XmPrivate must be generated manually. For this you work, you must have a freshly compiled openmotif tree, and MLIBSRC must be pointing to it. Otherwise, it's possible during the includes phase for an attempt to be made to regenerate this file, which will fail on the vast majority of systems out there. So, to regenerate, cd include/Xm rm XmPrivate.h make XmPrivate.h --- cde/include/Xm/Imakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cde/include/Xm/Imakefile b/cde/include/Xm/Imakefile index 8d20cdc9..eb68c6f0 100644 --- a/cde/include/Xm/Imakefile +++ b/cde/include/Xm/Imakefile @@ -12,10 +12,10 @@ ALLHEADERS = *.h BuildIncludes($(HEADERS),Xm,..) -XCOMM We do not build with Motif sources on Linux, so this will never -XCOMM do the right thing on that platform. Just leave XmPrivate.h as-is. +XCOMM XmPrivate must be generated manually. For this you work, you must have +XCOMM a freshly compiled openmotif tree, and MLIBSRC must be pointing to it. -XmPrivate.h: extractprototype.awk +XmPrivate.h: awk -f extractprototype.awk $(MLIBSRC)/Xm/$(ALLHEADERS) > $@ || rm -f $@ depend:: -- 2.25.1