RajNOX 0 Newbie Poster

I installed netbeans and minWG. Then connect the minWG path to netbeans. every thing is okey. But the program is not being compiled. There is some error saying


Running "C:\Dev-Cpp\bin\make.exe -f Makefile CONF=Debug" in D:\Documents\NetBeansProjects\testapp

! was unexpected at this time.

C:\Dev-Cpp\bin\make.exe: *** [.validate-impl] Error 255


Build failed. Exit value 2.

the program consist nothing

int main()
{
return 0;
}


can anyone help me in this issue. I couldn't compile any programs so far, as the same problem occurs. :(