From 573ab24357297976fb4ed2efa2607988dfc422f0 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Mon, 15 Jan 2007 15:14:03 +0000 Subject: * INSTALL_CVS: TROUBLESHOOTING: short note about the python packages required to build the python bindings. * Makefile.am: added TROUBLESHOOTING to EXTRA_DIST git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1381 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 6 ++++++ INSTALL_CVS | 7 +++++++ Makefile.am | 1 + TROUBLESHOOTING | 17 ++++++++++++++--- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c217d7..eb19fcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,12 @@ * tests/test-photos.c: change "error" to "warning" in warning message. + * INSTALL_CVS: + TROUBLESHOOTING: short note about the python packages required to + build the python bindings. + + * Makefile.am: added TROUBLESHOOTING to EXTRA_DIST + 2007-01-14 Jorg Schuler * tests/test-photos.c: diff --git a/INSTALL_CVS b/INSTALL_CVS index d458901..6114d5d 100644 --- a/INSTALL_CVS +++ b/INSTALL_CVS @@ -16,3 +16,10 @@ Note: If you are building the python bindings, automake-1.9 has some minor improvements over automake-1.7 in the py-compile script used to byte-compile the *.py files. You may change REQUIRED_AUTOMAKE_VERSION to 1.9 in autogen.sh if you wish. + +In order to build the python bindings you will have to install the +following packages: + +python (e.g. python2.4) +python-dev (e.g. python2.4-dev) +python-eye3D diff --git a/Makefile.am b/Makefile.am index 72df39e..cdc7beb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libgpod-1.0.pc EXTRA_DIST = \ + TROUBLESHOOTING \ intltool-merge.in \ intltool-update.in \ intltool-extract.in \ diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING index 0f27ef6..8f5b82d 100644 --- a/TROUBLESHOOTING +++ b/TROUBLESHOOTING @@ -32,7 +32,8 @@ will do that for you. If you get this error, you are probably using automake >= 1.8. Automake 1.8 does no longer install the mkinstalldirs file, and -gettext 0.14.4 does still depend on it... +gettext 0.14.4 does still depend on it... (automake 1.9.6 seems +to work fine, btw.) Do a 'locate gettext/mkinstalldirs' and copy it over, then run ./autogen.sh again for good measure. @@ -57,5 +58,15 @@ installation prefix is '/opt/gnome' use the following: If you use a diferent prefix, replace '/opt/gnome' accordingly. -Can someone send a patch how to automate all this? -(gtkpod-devel@lists.sourceforge.net) +Added on 2007/1/15: Note that I don't have any problems on my Debian +4.1.1-13 system and won't have to do any of this. + +------------------------------------------------------------ + +* 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-eye3D -- cgit