Hi, The value of the prefix entry in the .pc files does not matter on win32, as pkg-config dynamically changes /target into the root of your GTK+ installation.
Now, this dynamical change can fail for gtkmm if gtkmm is not installed with the same root directory as GTK+, say C:\Gtk for GTK+ and C:\gtkmm for gtkmm. In this particular case, you should set the PKG_CONFIG_PATH environment variable (using the win32 syntax, with ";" separators between directories. For example PKG_CONFIG_PATH=C:\Gtk\lib\pkgconfig;C:\gtkmm\lib\pkgconfig This should probably be done by the installer though. I might think about adding this feature for gtkmm-2.8... Cedric On 8/19/05, Foster Gareth <[EMAIL PROTECTED]> wrote: > I hate to bring this up again, but I still have this issue with the win32 > gtk/gtkmm installers. All my .pc files have the path /target/ in them, > rather than c:\gtk. > > Shouldn't this be sorted when I install the devel packages by some sort of > script? > > I am using the latest installers - any clues? > > Cheers, > > Gaz _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
