You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: