Re: Problem building python bindings for libgpod
Todd Zullinger <[email protected]>
| Newsgroups | gmane.comp.ipod.gtkpod |
|---|---|
| Message-ID | <[email protected]> |
Hi Tim,
Tim Teatro wrote:
> Thanks in advance. I hope I'm not just doing something silly (or missing the
> obvious). I'm on an up-to-date Ubuntu, x64 with no frills.
>
> Despite having met the following dependencies:
> -------------------------------------------------------------------------
> * Packages required to build python bindings
>
> On Debian the following packages are required:
>
> python (e.g. python2.4)
> python-dev (e.g. python2.4-dev)
> python-mutagen
>
> These are needed for full photo/thumbnail support:
> python-gtk2-dev (and python-gobject-dev, if using python-gtk2-dev >= 2.10)
> -------------------------------------------------------------------------
>
> I cannot get libgpod's configure script (0.8.0, fresh from Sourceforge) to
> let it get built. There is no apparent reason, it just says in the summary
> at the end 'no'.
It looks like you're building against python 2.6 rather than 2.4,
FWIW. That should work too though.
> checking for python... /usr/bin/python
> checking whether /usr/bin/python version >= 2.1.1... yes
> checking for /usr/bin/python version... 2.6
> checking for /usr/bin/python platform... linux2
> checking for /usr/bin/python script directory...
> ${prefix}/lib/python2.6/dist-packages
> checking for /usr/bin/python extension module directory...
> ${exec_prefix}/lib/python2.6/dist-packages
> checking for python development headers... found
> checking for python module mutagen >= 1.8... yes
> checking for swig... no
You are missing swig. The libgpod python bindings require swig. The
documentation could probably be clearer on that point. Install the
swig package and you should be good.
Generally, I tell folks to use apt-get builddep (or similar, I never
remember if it's builddep or build-dep) to install the needed
requirements, since they should be mostly correct.
Also, the config.log may shed more light on things, now that you know
to look for an error finding swig.
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I'm not concerned about all hell breaking loose, but that a PART of
hell will break loose... it'll be much harder to detect.
-- George Carlin
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Gtkpod-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-devel
signature.asc
(application/pgp-signature, 542 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iQFDBAEBCAAtBQJM3rCPJhhodHRwOi8vd3d3LnBvYm94LmNvbS9+dG16L3BncC90 bXouYXNjAAoJEEMlk4u+rwzjENEH/ikj0pjX3l4qE/qpWtlWBAJW6W4MTL6Hd7zM I7i/M1Y3nFMTFgTOIpfX2fxWcjb5QXhkHmhGwulc0afpw2md3DtBbB7ClLEyCGLN oWIEWkLYVF+qJimJxypE9rJsOE/boySP8UNl+JDEzY5BF+FEy1Mwf+MMA9Pzyvgr oT2KhW+H6WHnU74yQd+RGHERqoZ6cNRu/tqTQjna509SIA/xk2HqDve112owDyuk YMTGb9b2vI8PJ+d7/0vzQ+r4bIkOObsHJ4Qgu2RaGM4zocwefCFgEEFjz2Q9B20a bCFMwEugcAqeAHNnJBVsWa/IeGJNP+9ZUmJcMZBx+EahiatpOmI= =NlUm -----END PGP SIGNATURE-----