I want to build and run my project in Netbeans. I generated a simple class (nothing edited) and did run it.
This is what was shown in the output:
make: *** [.validate-impl] Segmentation fault
nbproject/Makefile-impl.mk:90: recipe for target `.validate-impl' failed
BUILD FAILED (exit value 2, total time: 678ms)
I already installed Cygwin and the C++ compiler is set.
I hope you could help me!
You seems to not have the binary needed to execute make.
Try this :
Then :