[14863] in Athena Bugs

home help back first fref pref prev next nref lref last post

Re: sun4 8.0J: x11r5 build directory ...

daemon@ATHENA.MIT.EDU (jawetzel@MIT.EDU)
Fri Dec 6 16:31:26 1996

From: jawetzel@MIT.EDU
To: mhbraun@MIT.EDU
Cc: bugs@MIT.EDU
Date: Fri, 06 Dec 1996 16:31:19 EST


> The x11 people had the build directories deleted to save space.  Is this
> causing you a problem ? 
 
I was using /mit/x11r5/build/sun4/util/makedepend/makedepend because of a 
bug is sun's version of makedepend.  Here's my original bug report:

[14516]  daemon@ATHENA.MIT.EDU (jawetzel@MIT.EDU) Athena Bugs 08/07/96 14:00 (48 lines)
Subject: sun4 8.0I: makedepend bug ...
From: jawetzel@MIT.EDU
To: bugs@MIT.EDU
Date: Wed, 07 Aug 1996 13:59:57 EDT

System name:		spiderman
Type and version:	SPARC/5 8.0I
Display type:		cgthree

Given the following C source file:

---------------------- foo.c ---------------------
#include <stdio.h>
#if defined(FOO) || defined(BAR)
#include <limits.h>
#else
#include <sys/limits.h>
#endif

int main(void)
{
  printf("Char size = %d bits\n", CHAR_BIT);
}

------------------------------------------------

And given the following Makefile:

---------------------- Makefile ---------------------

# DO NOT DELETE THIS LINE

-----------------------------------------------------

makedepend returns the following:

---------------------- makedepend ---------------------

> makedepend -- -DFOO -- foo.c
makedepend:  foo.c: makedepend:  cannot find include file "sys/limits.h"
makedepend:     not in sys/limits.h
makedepend:     not in /usr/include/sys/limits.h
makedepend:  cannot open "sys/limits.h"

-----------------------------------------------------

This used to work.

								Jake
--[14516]-- (nref = [14519])

home help back first fref pref prev next nref lref last post