-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 nanothief wrote: > I am having problems getting gtkmm (gtk with c++ bindings) and any gnome > applications working. > > With gtkmm, when I try to compile something with the command > > g++ simple.cc -o simple `pkg-config gtkmm-2.4 --cflags --libs` > (taken from the tutorial from > http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/chapter-basics.html) > > I get the error > Package pangocairo was not found in the pkg-config search path. > Perhaps you should add the directory containing `pangocairo.pc' > to the PKG_CONFIG_PATH environment variable > Package 'pangocairo', required by 'Pangomm', not found
You probably have the wrong pango packages installed. Make sure you're getting the newer versions from Ports, not the old versions currently in the Cygwin distro; ditto for everything else. Ports currently provides pango-1.16.4. Yaakov Cygwin Ports -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZghIpiWmPGlmQSMRCDqEAJ9ZrI6cJxbVs556WZzBfLAb5pretQCbBwwD 2saV7bDJdk7mqz8+knegfbo= =3YQQ -----END PGP SIGNATURE----- ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
