Hi.
I am getting error while making which in mac operating system.
But i don't understand why this error is coming ?
make all-recursive
Making all in tilde
source='tilde.c' object='tilde.o' libtool=no \
DEPDIR=.deps depmode=pch /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c tilde.c
In file included from tilde.c:55:
xmalloc.h:29:31: error: readline/rlstdc.h: No such file or directory
make[2]: *** [tilde.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I am getting error while making which in mac operating system.
But i don't understand why this error is coming ?
make all-recursive
Making all in tilde
source='tilde.c' object='tilde.o' libtool=no \
DEPDIR=.deps depmode=pch /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c tilde.c
In file included from tilde.c:55:
xmalloc.h:29:31: error: readline/rlstdc.h: No such file or directory
make[2]: *** [tilde.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2