[comp.os.minix] Why doesn't #include work?

greg@mobius.Viewlogic.COM (Gregory Larkin) (02/19/91)

I am trying to compile "shoelace" under V1.5.10.  If I type:

make -f makefile.min laceup

I get the following:
/usr/include/stdio.h, line 48: cannot find include file "ansi.h"

I check stdio.h and it has the line "#include <ansi.h>".  I checked,
and sure enough, ansi.h is in the /usr/include directory.

Can anyone tell me what I'm missing here?

Thanks,
--
Greg Larkin (ASIC Engineer)
Viewlogic Systems, Inc. (The CAE Company)
293 Boston Post Road West ____________________________________________
Marlboro, MA 01752        |"This is a fragile ball we are living on; |
508 480 0881 x321         |it's a miracle and we are destroying it.."|
Email: greg@Viewlogic.COM |Peter Garrett, Midnight Oil               |
                          --------------------------------------------

EIGALY%yubgef51@pucc.princeton.edu (Cedomir Igaly, +38-41-420-639) (02/19/91)

>I get the following:
>/usr/include/stdio.h, line 48: cannot find include file "ansi.h"
>
>I check stdio.h and it has the line "#include <ansi.h>".  I checked,
>and sure enough, ansi.h is in the /usr/include directory.
>
>Can anyone tell me what I'm missing here?

Try to increase stack space for cpp. If I remember, current space is
30000 bytes, and 40000 must be enough.

>Thanks,

You welcome

Cedomir Igaly