[4794] in Athena Bugs
vax 6.4R: makedepend
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Thu Apr 19 14:34:30 1990
To: bugs@ATHENA.MIT.EDU
Date: Thu, 19 Apr 90 14:34:12 EDT
From: Ezra Peisach <epeisach@ATHENA.MIT.EDU>
System name: medusa
Type and version: CVAXSTAR 6.4R (2 update(s) to same version)
Display type: SM
What were you trying to do?
Use makedepend on the following sequence of code:
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
#include <X11/Shell.h>
#if XtSpecificationRelease > 3
#include <X11/Xaw/Form.h>
#include <X11/Xaw/Command.h>
#include <X11/Xaw/Label.h>
#include <X11/Xaw/AsciiText.h>
#else
#include <X11/Form.h>
#include <X11/Command.h>
#include <X11/Label.h>
#include <X11/AsciiText.h>
#endif
What's wrong:
XtSpecificationRelease is defined to be 4, but it doesn't pickup on it.
Dependencies are generated for X11/Form.h
What should have happened:
It should work