Re: Please help, I can't understand error message, I'm trying to install atitvout
- From: "David L. Johnson" <david.johnson@xxxxxxxxxx>
- Date: Fri, 30 Mar 2007 22:21:41 -0400
rent wrote:
Hallo,
I'm trying to install the software atitvout, the readme just says to type make, but this is the output...
can you please help me ?
rent@elle5esse1:~/atitvout$ make
cc -Wall -O2 -g -DVERSION=\"0.4\" -I./lrmi-0.6 -c -o atitvout.o atitvout.c
atitvout.c:19:19: error: stdio.h: No such file or directory
atitvout.c:20:20: error: sys/io.h: No such file or directory
Something is seriously screwed with your setup. The compiler can't find your header files, and these should be in your default /usr/include/ directory. Eitehr your Makefile is somehow telling the compiler to look only in the wrong place, or your compiler/header set up is munged.
What system? Do a find / -name stdio.h and report the results.
--
David L. Johnson
Arguing with an engineer is like mud wrestling with a pig...
You soon find out the pig likes it!
.
- References:
- Prev by Date: Re: Running an old threads app on a current system
- Next by Date: Re: udf write hangs
- Previous by thread: Re: Please help, I can't understand error message, I'm trying to install atitvout
- Next by thread: su - user -c "file" asks for password
- Index(es):
Relevant Pages
|