how use pkg-config in CodeLite
Posted: Mon May 17, 2010 6:11 pm
OS MS Windows
CodeLite 2.5.0.4025
g++
I try use pkg-config in my project
"project setting -> compiler -> additional search path " i write `pkg-config --cflags glib-2.0`
but in build console i see "-I-IC:/Gtk+/include/glib-2.0 -IC:/Gtk+/lib/glib-2.0/include " not all includes
if i write in
"project setting -> compiler -> compiler option" i see -g `pkg-config --cflags glib-2.0`
CodeLite 2.5.0.4025
g++
I try use pkg-config in my project
"project setting -> compiler -> additional search path " i write `pkg-config --cflags glib-2.0`
but in build console i see "-I-IC:/Gtk+/include/glib-2.0 -IC:/Gtk+/lib/glib-2.0/include " not all includes
if i write in
"project setting -> compiler -> compiler option" i see -g `pkg-config --cflags glib-2.0`