Any ideas why I'm getting the following errors:
Error : '(' expected
wait.h line 244 int waitid(idtype_t, id_t, siginfo_t *, int);
Error : ')' expected
wait.h line 247 pid_t wait3(int *, int, struct rusage *);
Error : ')' expected
wait.h line 248 pid_t wait4(pid_t, int *, int, struct rusage *);
Thanks,
Larry
Conrado Pla - 12 May 2005 16:44 GMT
> Any ideas why I'm getting the following errors:
>
[quoted text clipped - 10 lines]
>
> Larry
Something similar happened to me when I updated some files on my big project
from the G5 to a PowerBook: unintentionally I blasted the project file in the
PowerBook and when I went to compile I suddenly had 127 errors similar to yours
(before it was compiling OK) related to a usb.h file. It seems that the
compiler wasn't looking at the user paths, so when I checked the box
"Edit:Project settings:Access Paths->Always Search User Paths", everything came
back to normal, no more errors.
Conrado