Tagged Questions
2
votes
1answer
344 views
/usr/include/stdio.h:140: parse error before `__gnuc_va_list'
I keep getting this error, when trying to compile my C program in SCO (using gcc).
I have had a look on Google, and found this other forum: Linux Questions, and that guy had the exact same issue as I ...
1
vote
1answer
562 views
Unable to find headers in GCC
I am trying to compile a program using GCC in SCO, and I am unable to find the ctype.h file. I have managed to find the other files that were missing when compiling, like string.h etc.
I was getting ...