We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cd 'C:\Users\selekao\Documents\NetBeansProjects\Cpp_Proiect_1' C:\cygwin\bin\make.exe -f Makefile CONF=Debug "/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf make[1]: Entering directory '/cygdrive/c/Users/selekao/Documents/NetBeansProjects/Cpp_Proiect_1' "/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/GNU_Cygwin-Windows/cpp_proiect_1.exe make[2]: Entering directory '/cygdrive/c/Users/selekao/Documents/NetBeansProjects/Cpp_Proiect_1' mkdir -p build/Debug/GNU_Cygwin-Windows rm -f "build/Debug/GNU_Cygwin-Windows/main.o.d" gcc -c -g -MMD -MP -MF "build/Debug/GNU_Cygwin-Windows/main.o.d" -o build/Debug/GNU_Cygwin-Windows/main.o main.cpp main.cpp:1:0: fatal error: can't open /cygdrive/c/Users/selekao/AppData/Local/Temp/cck4APdB.s for writing: No such file or directory /* ^ compilation terminated. make[2]: *** [nbproject/Makefile-Debug.mk:68: build/Debug/GNU_Cygwin-Windows/main.o] Error 1 make[2]: Leaving directory '/cygdrive/c/Users/selekao/Documents/NetBeansProjects/Cpp_Proiect_1' make[1]: *** [nbproject/Makefile-Debug.mk:59: .build-conf] Error 2 make[1]: Leaving directory '/cygdrive/c/Users/selekao/Documents/NetBeansProjects/Cpp_Proiect_1' make: *** [nbproject/Makefile-impl.mk:40: .build-impl] Error 2
BUILD FAILED (exit value 2, total time: 1s)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cd 'C:\Users\selekao\Documents\NetBeansProjects\Cpp_Proiect_1'
C:\cygwin\bin\make.exe -f Makefile CONF=Debug
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory '/cygdrive/c/Users/selekao/Documents/NetBeansProjects/Cpp_Proiect_1'
"/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/GNU_Cygwin-Windows/cpp_proiect_1.exe
make[2]: Entering directory '/cygdrive/c/Users/selekao/Documents/NetBeansProjects/Cpp_Proiect_1'
mkdir -p build/Debug/GNU_Cygwin-Windows
rm -f "build/Debug/GNU_Cygwin-Windows/main.o.d"
gcc -c -g -MMD -MP -MF "build/Debug/GNU_Cygwin-Windows/main.o.d" -o build/Debug/GNU_Cygwin-Windows/main.o main.cpp
main.cpp:1:0: fatal error: can't open /cygdrive/c/Users/selekao/AppData/Local/Temp/cck4APdB.s for writing: No such file or directory
/*
^
compilation terminated.
make[2]: *** [nbproject/Makefile-Debug.mk:68: build/Debug/GNU_Cygwin-Windows/main.o] Error 1
make[2]: Leaving directory '/cygdrive/c/Users/selekao/Documents/NetBeansProjects/Cpp_Proiect_1'
make[1]: *** [nbproject/Makefile-Debug.mk:59: .build-conf] Error 2
make[1]: Leaving directory '/cygdrive/c/Users/selekao/Documents/NetBeansProjects/Cpp_Proiect_1'
make: *** [nbproject/Makefile-impl.mk:40: .build-impl] Error 2
BUILD FAILED (exit value 2, total time: 1s)
The text was updated successfully, but these errors were encountered: