On Tue, Oct 16, 2012 at 4:10 PM, Aaron Golub <[email protected]> wrote: > I tried that, and this is the response I get when running the "make" > command. I have no idea how to even google this mess: > > > cc -Wall -Werror -c -o conn.o conn.c > conn.c:1:20: error: stdint.h: No such file or directory > conn.c:2:19: error: stdio.h: No such file or directory > conn.c:3:20: error: stdlib.h: No such file or directory > conn.c:4:20: error: string.h: No such file or directory > conn.c:5:19: error: errno.h: No such file or directory > In file included from > /usr/lib/gcc/x86_64-linux-gnu/4.4.3/include-fixed/syslimits.h:7, > from > /usr/lib/gcc/x86_64-linux-gnu/4.4.3/include-fixed/limits.h:11, > from conn.c:6: > /usr/lib/gcc/x86_64-linux-gnu/4.4.3/include-fixed/limits.h:122:61: error: > limits.h: No such file or directory > conn.c:7:20: error: unistd.h: No such file or directory > In file included from conn.c:8: > dat.h:4: error: expected Б─≤=Б─≥, Б─≤,Б─≥, Б─≤;Б─≥, Б─≤asmБ─≥ or > Б─≤__attribute__Б─≥ before Б─≤int32Б─≥
This is really strange. I'd like to help you figure out what's going on here. Have you been able to compile any other C programs on this system? -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
