Traduisez - Übersetzen - Traduzca - Traduza - Tradurre - Translate

VanLUG Email Archive

a more general problem(for non-deb users)

Geoff Smith
Sun, 27 Sep 1998 14:11:38 -0700 (PDT)

For those who aren't Debian users, I also need help with my C libs and
gcc, which appear to have been altered by the Debian install scripts.

When I try to make E-term, here is the output (I think someone will
immediately spot my problem and tell me, I'm just not experienced enough
to know what's on) :

$ make
make[1]: Entering directory `/home/geoff/Eterm-0.8.6/libmej'
gcc -c -I../libmej -I.. -I/usr/include -I/usr/local/include -I/usr/include
-I./.. -g -O2 debug.c
In file included from global.h:32,
from debug.c:27:
../src/feature.h:30: stdio.h: No such file or directory
../src/feature.h:31: stdlib.h: No such file or directory
debug.c:28: stdio.h: No such file or directory
debug.c:29: stdlib.h: No such file or directory
debug.c:30: malloc.h: No such file or directory
debug.c:32: string.h: No such file or directory
debug.c:33: time.h: No such file or directory
debug.c:34: errno.h: No such file or directory
make[1]: *** [debug.o] Error 1
make[1]: Leaving directory `/home/geoff/Eterm-0.8.6/libmej'
make[1]: Entering directory `/home/geoff/Eterm-0.8.6/src'
(cd ../libmej ; make)
make[2]: Entering directory `/home/geoff/Eterm-0.8.6/libmej'
gcc -c -I../libmej -I.. -I/usr/include -I/usr/local/include -I/usr/include
-I./.. -g -O2 debug.c
In file included from global.h:32,
from debug.c:27:
../src/feature.h:30: stdio.h: No such file or directory
../src/feature.h:31: stdlib.h: No such file or directory
debug.c:28: stdio.h: No such file or directory
debug.c:29: stdlib.h: No such file or directory
debug.c:30: malloc.h: No such file or directory
debug.c:32: string.h: No such file or directory
debug.c:33: time.h: No such file or directory
debug.c:34: errno.h: No such file or directory
make[2]: *** [debug.o] Error 1
make[2]: Leaving directory `/home/geoff/Eterm-0.8.6/libmej'
make[1]: *** [libmej] Error 2
make[1]: Leaving directory `/home/geoff/Eterm-0.8.6/src'
make[1]: Entering directory `/home/geoff/Eterm-0.8.6/themes'
for i in Eterm mutt tn3270 irc chooser emacs trans ; do sed
's%@PREFIX@%/usr%g' $i/MAIN.in > $i/MAIN ; done
make[1]: Leaving directory `/home/geoff/Eterm-0.8.6/themes'
make[1]: Entering directory `/home/geoff/Eterm-0.8.6/doc'
if (echo -lImlib -lXext -lm | grep Imlib >/dev/null 2>&1); then \
gcc -O -L../libmej -L/usr/lib -L/usr/local/lib -L/usr/lib -o Esetroot
-I../libmej -I.. -I/usr/include -I/usr/local/include -I/usr/include
-I./.. -g -O2 Esetroot.c -lX11 -lmej -lImlib -lXext -lm; \
fi
Esetroot.c:13: stdio.h: No such file or directory
Esetroot.c:14: stdlib.h: No such file or directory
Esetroot.c:18: X11/Xlib.h: No such file or directory
Esetroot.c:19: X11/Xutil.h: No such file or directory
Esetroot.c:20: X11/Xatom.h: No such file or directory
Esetroot.c:21: X11/Xos.h: No such file or directory
Esetroot.c:22: Imlib.h: No such file or directory
make[1]: *** [Esetroot] Error 1
make[1]: Leaving directory `/home/geoff/Eterm-0.8.6/doc'
make[1]: Entering directory `/home/geoff/Eterm-0.8.6/src/graphics'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/geoff/Eterm-0.8.6/src/graphics'

thanks a lot,

Geoff.