If i change the compiler to 4.9.1
I rerun the command:
a messagebox appears : Title("collect2.exe - Application Error"), Msg("The application was unable to start correctly (0xc000007b). Click OK to close the application.X:\MyPrograms\_codelitehello>C:\Windows\System32\cmd.exe /c "X:\MyPrograms\Dev\MinGW-4.8.1\bin\mingw32-make.exe -e -f Makefile"
"----------Building project:[ codelitehello - Debug ]----------"
mingw32-make[1]: Entering directory 'X:/MyPrograms/codelitehello'
and then the usual:
To my understanding, somehow the makefile works only with the Codelite provided compiler. The only thing i can imagine is that the code behind itcodelitehello.mk:76: recipe for target 'Debug/main.cpp.o.d' failed
mingw32-make[1]: *** [Debug/main.cpp.o.d] Error 1
mingw32-make[1]: Leaving directory 'X:/MyPrograms/codelitehello'
Makefile:4: recipe for target 'All' failed
mingw32-make: *** [All] Error 2
I also tried to put the codelite path to the windows %PATH%, still nothing.