-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ed Smits wrote: > OK, I had downloaded libgpod-0.4.0.tar.gz, supposedly the latest > from the CVS tree, finally was able to configure, make and install > it with your help, no errors, thought I was on the home stretch... I > had also downloaded the latest gtkpod from CVS, gtkpod-0.99.8, > started to configure it, errors out with > > No Match for argument: libgpod-1.0 That's a bit confusing, but it doesn't mean libgpod-1.0 as you may be led to believe. It's a pkgconfig error, pkgconfig is looking for a libgpod-1.0.pc file that will tell configure what flags to add to the build process. The trouble is that pkgconfig doesn't look in /usr/local by default. I forgot to mention that in my other mail. You'll need to set the environmental variable PKG_CONFIG_PATH. It should be set to the location where libgpod-1.0.pc was installed, which I believe will be /usr/local/lib/pkgconfig. See man pkg-config. export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig # build gtkpod ./configure && make && sudo make install - -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ====================================================================== He who will not reason is a bigot; he who cannot is a fool; and he who dares not is a slave. -- Sir William Drummond, Academical Questions -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iQFDBAEBAgAtBQJFOSYvJhhodHRwOi8vd3d3LnBvYm94LmNvbS9+dG16L3BncC90 bXouYXNjAAoJEEMlk4u+rwzjPcQH/Ayo3sGXWtRZTpGdkvdnjc/Qe0SEc2BzvVLB IwXvLOUQSbm1+Cmxrou9meRSpavJJuYeQ5sOLteqGgzqbSTEA/vysvVIkgxXS80g 3H6ZtUVPnxxg7VB3A1rm7HFbQNaKnTh99mM062pzDEZ+I5Dd37lEoH5k7db5n9Kr W6HWXgH5nUl7c3jGp8mdNOerywnBznK+DqD58bthwew4REFTx8PtsPfwvnvB3pvb /cuvCrSmMfe/GzzVrvJItF9j29JJKQImNhRY0L1RbrJTGqPZUo8zSzluSB16AQBo d67bDA/0lwUeLcfemtYpsmjRtVnLWLTtiF+zu4ibdpXJGz0ZNSQ= =vWp7 -----END PGP SIGNATURE----- -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list