Ok I try it once again:
OS: Windows 7
CodeLite: 6.0 (not self compiled)
Compiler: gcc/g++ 4.8.1 (MinGW version)
GDB: Tried 7.5-1 (MinGW version), 7.6.1-1 (MinGW version), 7.7 (Mingw-w64 version)
I'm doing a normal debug build with
Code: Select all
-g;-O0;-Wall;-std=c++11;$(shell pkg-config --cflags gtkmm-3.0 gdal)
. No changes of the debugger standard settings except the path to gdb (global, no project specific configurations). Because debugging do not start I have no debugger log.
To make sure to give all information that could be relevant, here is my build output:
Code: Select all
C:\Windows\system32\cmd.exe /c "D:/Programmierung/Compiler/MinGW/bin/mingw32-make.exe -j4 -e -f Makefile"
"----------Building project:[ MovingMap - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'D:/Programmierung/Projektdateien/Privat/CPP/MovingMap'
D:\Programmierung\Compiler\MinGW\bin\g++.exe -o ./Debug/MovingMap @"MovingMap.txt" -L. -LD:/Programmierung/Bibliotheken/GDAL/mingw_build_1_11/lib -LD:/Programmierung/Bibliotheken/GUI/GTK/gtkmm3/lib -LD:/Programmierung/Bibliotheken/GUI/GTK/gtk+-3.6.4/lib -lgtkmm-3.0 -latkmm-1.6 -lgdkmm-3.0 -lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lgtk-3 -lgdk-3 -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid -lpangocairo-1.0 -lpangoft2-1.0 -lfreetype -lfontconfig -lpangowin32-1.0 -lgdi32 -lpango-1.0 -lm -latk-1.0 -lcairo-gobject -lgio-2.0 -lcairomm-1.0 -lcairo -lsigc-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lgdal
mingw32-make.exe[1]: Leaving directory 'D:/Programmierung/Projektdateien/Privat/CPP/MovingMap'
0 errors, 0 warnings
Is there more information you need?