pintos_mac icon indicating copy to clipboard operation
pintos_mac copied to clipboard

'sys/stropts.h' file not found

Open prakashn27 opened this issue 9 years ago • 1 comments

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

prakashn27 avatar Sep 25 '14 18:09 prakashn27

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

DanielGibbsNZ avatar Feb 14 '15 10:02 DanielGibbsNZ