Re: gtk-config needed



 export GTK_CONFIG="/mingw/bin/pkg-config gtk+-1.3-win32-production"
....what must I write instead of "gtk+-1.3-win32-production"?

I think that's what you need. I build my application on win32 with gtk+-1.2 using mingw/msys, and that's the command I use. If you have pkg-config, try
 pkg-config --list-all

to see all the installed packages.

The gtk for win32 is intended for cygwin.

The win32 DLLs you can download from Tor work with mingw/msys, or with the MS toolchain. They do not work with cygwin. If you want a cygwin gtk+, you'll need an X server as well. If you want to use gtk+-1.2 on windows without X11, you have to use mingw/msys.

John




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]