maojie / pintos_mac

Stanford Pintos Operating System on Mac
Other
34 stars 20 forks source link

'sys/stropts.h' file not found #4

Open prakashn27 opened 10 years ago

prakashn27 commented 10 years ago

I am getting the below error when i try to install it in macbook os x 10.9. May i know how u included the stropts.h file. this is not supported for mac right? prakashn@dhcp020-209-130:14:08:12-utils $make gcc -Wall -W -c -o squish-pty.o squish-pty.c squish-pty.c:10:10: fatal error: 'sys/stropts.h' file not found

include <sys/stropts.h>

     ^

1 error generated. make: *\ [squish-pty.o] Error 1

DanielGibbsNZ commented 9 years ago

This has been fixed in https://github.com/jinmel/pintos_mac/pull/1.