summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-01-15 15:14:03 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-01-15 15:14:03 +0000
commit58378843e5061e6eb857b3e62d1f996a4e13ec7b (patch)
tree6109b381bf8a28105dab3845187b9a34c6529b0e
parent2386e7468efdfeb4f92d54362194a4e0eacef81c (diff)
downloadlibgpod-58378843e5061e6eb857b3e62d1f996a4e13ec7b.tar.gz
libgpod-58378843e5061e6eb857b3e62d1f996a4e13ec7b.tar.xz
libgpod-58378843e5061e6eb857b3e62d1f996a4e13ec7b.zip
* 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
-rw-r--r--ChangeLog6
-rw-r--r--INSTALL_CVS7
-rw-r--r--Makefile.am1
-rw-r--r--TROUBLESHOOTING17
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 <jcsjcs at users.sourceforge.net>
* 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