Hi,
In [email protected]
“Re: [ruby-gnome2-devel-en] PrintOperation on windows” on Sat, 16 Aug
2008 16:21:49 +0300,
Dobai-Pataky Bálint [email protected] wrote:
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
You can use GTK+ package on gtk.org:
http://www.gtk.org/download-windows.html
http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.12/gtk+-bundle-2.12.11.zip
And you can use PKG_CONFIG_PATH environment variable and
–with-override-variables option:
$ PKG_CONFIG_PATH=“$PKG_CONFIG_PATH:/C/GTK/lib/pkgconfig/” ruby
extconf.rb --with-override-variables=prefix=c:/GTK
Thanks,
kou