우분투 6.10 에서 csscope 설치방법 문의요~
우분투에서 scscope-15.6 을 설치하려고하는데요.
make 로 설치하려고하니
make all-recursive
make[1]: Entering directory `/root/Desktop/Down/cscope-15.6'
Making all in doc
make[2]: Entering directory `/root/Desktop/Down/cscope-15.6/doc'
make[2]: `all'를 위해 할 일이 없습니다
make[2]: Leaving directory `/root/Desktop/Down/cscope-15.6/doc'
Making all in src
make[2]: Entering directory `/root/Desktop/Down/cscope-15.6/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT fscanner.o -MD -MP -MF ".deps/fscanner.Tpo" -c -o fscanner.o fscanner.c; \
then mv -f ".deps/fscanner.Tpo" ".deps/fscanner.Po"; else rm -f ".deps/fscanner.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT egrep.o -MD -MP -MF ".deps/egrep.Tpo" -c -o egrep.o egrep.c; \
then mv -f ".deps/egrep.Tpo" ".deps/egrep.Po"; else rm -f ".deps/egrep.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT alloc.o -MD -MP -MF ".deps/alloc.Tpo" -c -o alloc.o alloc.c; \
then mv -f ".deps/alloc.Tpo" ".deps/alloc.Po"; else rm -f ".deps/alloc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT basename.o -MD -MP -MF ".deps/basename.Tpo" -c -o basename.o basename.c; \
then mv -f ".deps/basename.Tpo" ".deps/basename.Po"; else rm -f ".deps/basename.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT build.o -MD -MP -MF ".deps/build.Tpo" -c -o build.o build.c; \
then mv -f ".deps/build.Tpo" ".deps/build.Po"; else rm -f ".deps/build.Tpo"; exit 1; fi
build.c:52:20: error: curses.h: No such file or directory
make[2]: *** [build.o] 오류 1
make[2]: Leaving directory `/root/Desktop/Down/cscope-15.6/src'
make[1]: *** [all-recursive] 오류 1
make[1]: Leaving directory `/root/Desktop/Down/cscope-15.6'
make: *** [all] 오류 2
이런 오류메시지가 발생하고 설치가 안되네요...
fedora 6에선 잘 설치되던놈인데 이유를 모르겠습니다.
커널 소스분석좀 해볼라했더니 taglist 로는 좀 부족한감이있네요 ㅜㅜ
메세지에 나온대로
메세지에 나온대로 curses.h 파일이 없다는 내용의 에러인데요. 데비안의 경우 curses.h 파일은 libncurses5-dev 패키지에 포함되어 있습니다. 아마 우분투도 같은 패키지를 설치하면 될 겁니다. 대개 INSTALL이나 README 파일에 컴파일하는데에 필요한 프로그램들이 설명되어 있으니 보시고 경우에 따라 다른 개발 패키지들도 설치해야 할 겁니다.
--
feel the gravity
feel the gravity
댓글 달기