다른프로그램 인스톨할때...
./configure;make;make install인데
제가 깔려는 프로그램은 c-sillyPoker
란 프로그램임니다
제가 처음 깔아보는관계로 ./configure까지는 이상이 없는데
make에서 에러가 나네요
아시는 분 답변좀 해주십쇼
갈무리내용입니다
[hacker@DrillServer sillyPoker-0.25.5]$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
[hacker@DrillServer sillyPoker-0.25.5]$ make
Making all in doc
make[1]: 들어감 `/home/hacker/tmp/sillyPoker-0.25.5/doc' 디렉토리
make[1]: Nothing to be done for `all'.
make[1]: 나감 `/home/hacker/tmp/sillyPoker-0.25.5/doc' 디렉토리
Making all in src
make[1]: 들어감 `/home/hacker/tmp/sillyPoker-0.25.5/src' 디렉토리
Making all in menus
make[2]: 들어감 `/home/hacker/tmp/sillyPoker-0.25.5/src/menus' 디렉토리
make[2]: Nothing to be done for `all'.
make[2]: 나감 `/home/hacker/tmp/sillyPoker-0.25.5/src/menus' 디렉토리
make[2]: 들어감 `/home/hacker/tmp/sillyPoker-0.25.5/src' 디렉토리
c++ -DPACKAGE=\"sillypoker\" -DVERSION=\"0.25.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_NCURSES=1 -I. -I. -I. -I.. -Imenus -g -O2 -c scrollwin.cpp
In file included from scrollwin.cpp:26:
scrollwin.h:35: `string' was not declared in this scope
scrollwin.h:35: 'vector' is used as a type, but is not defined as a type.
scrollwin.h:41: `string' was not declared in this scope
scrollwin.h:41: invalid data member initialization
scrollwin.h:41: (use `=' to initialize static data members)
scrollwin.h:41: variable or field `push' declared void
scrollwin.cpp:38: `string' was not declared in this scope
scrollwin.cpp:38: parse error before `)' token
scrollwin.cpp:38: no `void ScrollWin::push(...)' member function declared in
class `ScrollWin'
scrollwin.cpp: In member function `void ScrollWin::push(...)':
scrollwin.cpp:41: `str' undeclared (first use this function)
scrollwin.cpp:41: (Each undeclared identifier is reported only once for each
function it appears in.)
scrollwin.cpp:42: `buffer' undeclared (first use this function)
scrollwin.cpp:47: `vector' undeclared (first use this function)
scrollwin.cpp:47: `string' undeclared (first use this function)
scrollwin.cpp:47: `par' undeclared (first use this function)
make[2]: *** [scrollwin.o] 오류 1
make[2]: 나감 `/home/hacker/tmp/sillyPoker-0.25.5/src' 디렉토리
make[1]: *** [all-recursive] 오류 1
make[1]: 나감 `/home/hacker/tmp/sillyPoker-0.25.5/src' 디렉토리
make: *** [all-recursive] 오류 1
꾸벅 읽어주셔서 감사합니다...
댓글 달기