dreblen wrote:
if you start a windows shell (Start/Run/cmd.exe), what does this command output?
[code=]pkg-config --cflags gtk+-2.0[/code]
if it's the same as with cygwin, can you post the output of this command from cygwin:
[code=]ls /cygdrive/c/GTK/lib/pkgconfig[/code]
this is the output from cygwin
Quote:
$ pkg-config --cflags gtk+-2.0
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Quote:
$ ls /cygdrive/c/GTK/lib/pkgconfig
atk.pc gdkglext-win32-1.0.pc libart-2.0.pc
cairo-ft.pc gio-2.0.pc libcroco-0.6.pc
cairo-pdf.pc gio-unix-2.0.pc libglade-2.0.pc
cairo-png.pc gladeui-1.0.pc libgsf-1.pc
cairo-ps.pc glib-2.0.pc libgsf-win32-1.pc
cairo-svg.pc gmodule-2.0.pc libpng.pc
cairo-win32-font.pc gmodule-export-2.0.pc libpng12.pc
cairo-win32.pc gmodule-no-export-2.0.pc librsvg-2.0.pc
cairo.pc gobject-2.0.pc libxml-2.0.pc
fontconfig.pc gthread-2.0.pc pango.pc
freetype2.pc gtk+-2.0.pc pangocairo.pc
gdk-2.0.pc gtk+-win32-2.0.pc pangoft2.pc
gdk-pixbuf-2.0.pc gtk-engines-2.pc pangowin32.pc
gdk-win32-2.0.pc gtkglext-1.0.pc
gdkglext-1.0.pc gtkglext-win32-1.0.pc
this is the output from command prompt
Quote:
Package pixman-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pixman-1.pc'
to the PKG_CONFIG_PATH environment variable
Package 'pixman-1', required by 'cairo', not found
Quote:
C:\>ls /cygdrive/c/GTK/lib/pkgconfig
atk.pc gdkglext-win32-1.0.pc libart-2.0.pc
cairo-ft.pc gio-2.0.pc libcroco-0.6.pc
cairo-pdf.pc gio-unix-2.0.pc libglade-2.0.pc
cairo-png.pc gladeui-1.0.pc libgsf-1.pc
cairo-ps.pc glib-2.0.pc libgsf-win32-1.pc
cairo-svg.pc gmodule-2.0.pc libpng.pc
cairo-win32-font.pc gmodule-export-2.0.pc libpng12.pc
cairo-win32.pc gmodule-no-export-2.0.pc librsvg-2.0.pc
cairo.pc gobject-2.0.pc libxml-2.0.pc
fontconfig.pc gthread-2.0.pc pango.pc
freetype2.pc gtk+-2.0.pc pangocairo.pc
gdk-2.0.pc gtk+-win32-2.0.pc pangoft2.pc
gdk-pixbuf-2.0.pc gtk-engines-2.pc pangowin32.pc
gdk-win32-2.0.pc gtkglext-1.0.pc
gdkglext-1.0.pc gtkglext-win32-1.0.pc