Problem sloved .... preinštaloval som OEM W7 starter za pančovaný Ultimate x64 a nainštaloval znova a všetko už ide jak ma .... takže W7 s = MEGAULTRABULŠIT
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Zobrazi prspevky Menu"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory `/cygdrive/c/Users/kubiaxk/Documents/NetBeansProjects/CppApplication_2'
"/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/Cygwin-Windows/cppapplication_2.exe
make[2]: Entering directory `/cygdrive/c/Users/kubiaxk/Documents/NetBeansProjects/CppApplication_2'
mkdir -p build/Debug/Cygwin-Windows
rm -f build/Debug/Cygwin-Windows/main.o.d
gcc.exe -c -g -MMD -MP -MF build/Debug/Cygwin-Windows/main.o.d -o build/Debug/Cygwin-Windows/main.o main.c
nbproject/Makefile-Debug.mk:65: recipe for target `build/Debug/Cygwin-Windows/main.o' failed
make[2]: Leaving directory `/cygdrive/c/Users/kubiaxk/Documents/NetBeansProjects/CppApplication_2'
nbproject/Makefile-Debug.mk:58: recipe for target `.build-conf' failed
make[1]: Leaving directory `/cygdrive/c/Users/kubiaxk/Documents/NetBeansProjects/CppApplication_2'
nbproject/Makefile-impl.mk:39: recipe for target `.build-impl' failed
make[2]: gcc.exe: Command not found
make[2]: *** [build/Debug/Cygwin-Windows/main.o] Error 127
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 2s)
#include <stdio.h>
int main(void) {
printf("Hello, world!\n");
return 0;
}