Debugger refuses to run.
Posted: Tue May 06, 2014 3:18 pm
I tried running a simple Hello World, and I got this popup message:
This is my build log:Debugger exited with the following error string:
"No executable specified, use 'target exec'."
What should I do?C:\Windows\system32\cmd.exe /c "mingw32-make.exe -j 4 -e -f Makefile"
"----------Building project:[ GTK_Lesson01 - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'C:/Users/Midi/Documents/C++/CodeLite/GTK_Lesson01'
g++: error: `pkg-config: No such file or directory
g++: error: gtkmm-2.4`: No such file or directory
g++: error: unrecognized command line option '--cflags'
mingw32-make.exe[1]: *** [Debug/main.o.d] Error 1
mingw32-make.exe: *** [All] Error 2
GTK_Lesson01.mk:96: recipe for target 'Debug/main.o.d' failed
mingw32-make.exe[1]: Leaving directory 'C:/Users/Midi/Documents/C++/CodeLite/GTK_Lesson01'
Makefile:4: recipe for target 'All' failed
0 errors, 0 warnings