On 12/1/06, Cedric Gustin <[EMAIL PROTECTED]> wrote: > Jonathon Jongsma wrote: > > On 11/30/06, Jamiil Abduqadir <[EMAIL PROTECTED]> wrote: > >> I have recently installed Gtkmm-2.4 on my MS-Windows XP box. Following > >> the installations instructions given in the documentation for Dev-Cpp, > >> I installed it at the 'C:\Dev-Cpp' subdirectory. > >> Now, when I type 'pkg-config --cflags gtkmm-2.4' at the prompt I get a > >> message saying: > >> Pakage gtkmm-2.4 was not found in the pkg-config search path. Perhaps > >> you should add the directory containing the file to the > >> PKG_CONFIG_PATH environment variable..." > >> I did as suggested by the message, however, I now get the same message > >> about 'libpng12'; only this time I could not find the file in my > >> sistem. > >> Can anyone help?!! > >> > >> TIA > >> _______________________________________________ > >> gtkmm-list mailing list > >> [email protected] > >> http://mail.gnome.org/mailman/listinfo/gtkmm-list > >> > > > > By chance, I was just setting up gtkmm on my windows computer at work > > the other day. I had the same issue. I looked in my > > C:\GTK\lib\pkgconfig directory and found libpng13.pc and libpng.pc, so > > I just edited the cairo.pc file and changed the Requires.private line > > to specify libpng instead of libpng12 (if you open the libpng.pc file > > you see that it's named libpng12 internally). I'm not sure why > > there's a mismatch here (a windows packaging issue??) but it's pretty > > easy to fix manually. > > This is a known problem with the gladewin32 GTK+ 2.8 installer. Jonathan > suggested the right fix. Alternatively, you can upgrade to GTK+ 2.10 > (http://gladewin32.sf.net) and gtkmm 2.10 (installer available from > http://wwww.gustin.be). > > Cedric
Ahh, I didn't realize there was a 2.10 out already. One thing that I noticed though was that it seems to be easy to accidentally not install sigc++. For instance, I was de-selecting the developer documentation for everything, and somehow the sigc++ devel stuff got de-selected and I couldn't re-select it. So It seemed like I had to install everything in order to get sigc++ to install. -- jonner _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
