KDevelop에서 컴파일이 되지 않습니다
글쓴이: khris / 작성시간: 화, 2005/05/17 - 7:39오후
KDevelop으로 프로그래밍을 하려는 학생입니다.
automake나 autoconf등의 툴은 물어물어가며 에러없이 돌아가게 해 놓았는데...
configure과정에서 아래와같은 오류가 생깁니다.
cd '/home/khris/storage/work/Visual C++/malicemizer/debug' && CXXFLAGS="-O0 -g3" "/home/khris/storage/work/Visual C++/malicemizer/configure" --enable-debug=full /home/khris/storage/work/Visual C++/malicemizer/configure: line 876: test: /home/khris/storage/work/Visual: binary operator expected /home/khris/storage/work/Visual C++/malicemizer/configure: line 882: test: /home/khris/storage/work/Visual: binary operator expected configure: error: sources are in /home/khris/storage/work/Visual C++/malicemizer, but `cd /home/khris/storage/work/Visual C++/malicemizer' does not work *** Exited with status: 1 ***
문제의 876번째 줄과 882번째 줄은 아래와 같습니다.
line876 : if test ! -r $srcdir/$ac_unique_file; then line882 : if test ! -r $srcdir/$ac_unique_file; then
linux에서의 프로그래밍은 처음인지라 방법을 잘 모르겠습니다.
고수분들의 조언 바랍니다. :oops:
Forums:
Re: KDevelop에서 컴파일이 되지 않습니다
dsfsdfsfsd
Re: KDevelop에서 컴파일이 되지 않습니다
fsdfsdfsfd
13121212
디렉토리가 이상한듯..
/home/khris/storage/work/Visual C++/
디렉토리가 이상하네여..
'Visual C++' 이.. 처리를 인식하지 못하는듯..
디렉토리 이름을 바꿔서 한번 해보세요..
https://github.com/la9527
Re: 디렉토리가 이상한듯..
원래 리녹스에서는 파일 이름으로 공백 못씁니다.
굳이 쓰려면 v\ c난 "v c"이런식ㅇ로 써야 홥니다.
즐린
댓글 달기