2013-12-11 1 views
0
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf 
    make[1]: Entering directory '/cygdrive/c/Users/Great Albino/Documents  /NetBeansProjects/Tutorial 1' 
    cygwin warning: 
    MS-DOS style path detected: build/Debug/Cygwin_4.x-Windows/Tutorial\.d 
    Preferred POSIX equivalent is: build/Debug/Cygwin_4.x-Windows/Tutorial/.d 
    CYGWIN environment variable option "nodosfilewarning" turns off this warning. 
    Consult the user's guide for more details about POSIX paths: 
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames 
"/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/Cygwin_4.x-Windows/tutorial_1.exe 
make[2]: Entering directory '/cygdrive/c/Users/Great Albino/Documents/NetBeansProjects/Tutorial 1' 
mkdir -p build/Debug/Cygwin_4.x-Windows 
rm -f build/Debug/Cygwin_4.x-Windows/Tutorial 1.o.d 
g++ -c -g -MMD -MP -MF build/Debug/Cygwin_4.x-Windows/Tutorial 1.o.d -o build/Debug/Cygwin_4.x-Windows/Tutorial\ 1.o Tutorial\ 1.cpp 
g++: error: 1.o.d: No such file or directory 
nbproject/Makefile-Debug.mk:68: recipe for target 'build/Debug/Cygwin_4.x-Windows/Tutorial 1.o' failed 
make[2]: *** [build/Debug/Cygwin_4.x-Windows/Tutorial 1.o] Error 1 
make[2]: Leaving directory '/cygdrive/c/Users/Great Albino/Documents/NetBeansProjects/Tutorial 1' 
nbproject/Makefile-Debug.mk:60: recipe for target '.build-conf' failed 
make[1]: *** [.build-conf] Error 2 
make[1]: Leaving directory '/cygdrive/c/Users/Great Albino/Documents/NetBeansProjects/Tutorial 1' 
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed 
make: *** [.build-impl] Error 2 


BUILD FAILED (exit value 2, total time: 330ms) 

#include <iostream> 

int main() 
{ 
std::cout << "Hello World!"; 
return 0; 
} 

and 

#include <iostream> 

int main() 
{ 
cout << "Hello World!"; 
return 0; 
} 

이 두 가지를 넷빈즈 7.4 C++ 간단한 인사 세계 오류 빌드 실패했습니다 모든

을 시도 그리고 내가 가지고 있기 때문에

heres는 약간의 보풀을 Tutorial_1을 위해 filemame 변경 결과 너무 많은 코드. 내가 너무 많은 코드를 가지고 있기 때문에 어떤 보풀을 heres. 내가 너무 많은 코드를 가지고 있기 때문에 어떤 보풀을 heres. 내가 너무 많은 코드를 가지고 있기 때문에 어떤 보풀을 heres. 내가 너무 많은 코드를 가지고 있기 때문에 어떤 보풀을 heres. 내가 너무 많은 코드를 가지고 있기 때문에 약간의 보풀이있다.

나는 GCC, G ++, AS, Make, GDB를 cygwin에 추가했다.

윈도우가 실행 중입니다.

답변

0

'튜토리얼 1.cpp'와 같은 파일 이름이있는 것 같습니다. 즉 삽입 된 공간을 갖는다. netbeans가이를 지원할 수도 있지만, 빌드 스크립트를 혼란스럽게 만들 것입니다.

파일 이름에 공백이 없어야합니다.