[5170] in SIPB bug reports
martins@MIT.EDU: Ctwm does not run m4 preprocessor
daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri Feb 17 22:38:58 1995
To: windowmgr@MIT.EDU
Cc: bug-sipb@MIT.EDU
Date: Fri, 17 Feb 1995 22:37:56 EST
From: Greg Hudson <ghudson@MIT.EDU>
------- Forwarded Message
Received: from SOUTH-STATION-ANNEX.MIT.EDU by po6.MIT.EDU (5.61/4.7) id AA14936; Fri, 17 Feb 95 22:37:38 EST
Received: from W20-575-62.MIT.EDU by MIT.EDU with SMTP
id AA13105; Fri, 17 Feb 95 22:37:31 EST
From: martins@MIT.EDU
Received: by w20-575-62.MIT.EDU (5.57/4.7) id AA07962; Fri, 17 Feb 95 22:37:30 -0500
Date: Fri, 17 Feb 95 22:37:30 -0500
Message-Id: <9502180337.AA07962@w20-575-62.MIT.EDU>
To: bug-sipb@MIT.EDU
Subject: Ctwm does not run m4 preprocessor
It appears that ctwm in /afs/athena/project/windowmanagers/$bindir/ctwm
does not preprocess the .ctwmrc file through m4, as it should
according to the ctwm man-page.
My startup file has some define(...) in it,
but ctwm flags these as errors, which indicates that m4 was not
invoked to preprocess the file.
Try adding a define(foo, bar) in your .ctwmrc and see if it is flagged
as an error. m4 should just swallow such a line, but it does
not work for me. Running m4 directly on that file: m4 .ctwmrc does
swallow the define.
Thanks for your help,
- --- Martin Szummer
------- End of Forwarded Message