Author Topic: Missing include file  (Read 5133 times)

skang67

  • Jr. Member
  • **
  • Posts: 23
Missing include file
« on: June 26, 2018, 07:41:22 AM »
Hello,

I am installing FEAP8.4 on MacBook. During make archive for unix, I got this error message:

x11u.c:65:70: fatal error: stdio.h: No such file or directory

It seems that include file of stdio.h is missing. Is this issue of X11 library? Or are some of the variables in makefile.in wrong? Any advise would be great.

Thank you.

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: Missing include file
« Reply #1 on: June 26, 2018, 09:32:52 AM »
stdio.h is part of the standard distribution for the C compiler.  It sounds like you may not have properly installed all the development tools on your Mac.  Can you even compile a simple C program that performs I/O?