Program Install Problem (LXSplit)
hi all,
i'm trying to install lxsplit.
here's what i've done:
1. downloaded the file.
2. extracted the files.
3. put it in my users directory: /home/<username>/lxsplit-0.1.1
4. opened up a terminal within the lxsplit-0.1.1 directory.
5. typed "sudo make"
and i received the following error (i was never prompted for a password):
cc -O2 -Wall -W -DNO_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o mkuoff_t mkuoff_t.c
mkuoff_t.c:27:23: error: sys/types.h: No such file or directory
mkuoff_t.c:28:19: error: stdio.h: No such file or directory
In file included from /usr/lib/gcc/i486-linux-gnu/4.2.3/include/syslimits.h:7,
from /usr/lib/gcc/i486-linux-gnu/4.2.3/include/limits.h:11,
from mkuoff_t.c:29:
/usr/lib/gcc/i486-linux-gnu/4.2.3/include/limits.h:122:61: error: limits.h: No such file or directory
mkuoff_t.c:30:20: error: stdint.h: No such file or directory
mkuoff_t.c:31:20: error: stdlib.h: No such file or directory
mkuoff_t.c: In function ‘main’:
mkuoff_t.c:35: error: ‘FILE’ undeclared (first use in this function)
mkuoff_t.c:35: error: (Each undeclared identifier is reported only once
mkuoff_t.c:35: error: for each function it appears in.)
mkuoff_t.c:35: error: ‘f’ undeclared (first use in this function)
mkuoff_t.c:38: warning: implicit declaration of function ‘fopen’
mkuoff_t.c:39: error: ‘NULL’ undeclared (first use in this function)
mkuoff_t.c:42: warning: implicit declaration of function ‘fprintf’
mkuoff_t.c:42: warning: incompatible implicit declaration of built-in function ‘fprintf’
mkuoff_t.c:42: error: ‘stderr’ undeclared (first use in this function)
mkuoff_t.c:46: warning: incompatible implicit declaration of built-in function ‘fprintf’
mkuoff_t.c:75: error: ‘size_t’ undeclared (first use in this function)
mkuoff_t.c:79: error: ‘off_t’ undeclared (first use in this function)
mkuoff_t.c:82: error: ‘uint32_t’ undeclared (first use in this function)
mkuoff_t.c:87: error: ‘uint64_t’ undeclared (first use in this function)
mkuoff_t.c:92: error: ‘uintmax_t’ undeclared (first use in this function)
mkuoff_t.c:105: warning: implicit declaration of function ‘fclose’
mkuoff_t.c:108: warning: implicit declaration of function ‘exit’
mkuoff_t.c:108: warning: incompatible implicit declaration of built-in function ‘exit’
make: *** [uoff_t.h] Error 1
i'm totally lost.
if you have any idea what is going on here, i'd appreciate some guidance.
tia...
Last edited by GNewbie; 07-05-2008 at 08:36 PM.
|