summaryrefslogtreecommitdiffstats
path: root/TROUBLESHOOTING
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2007-01-15 15:14:03 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2007-01-15 15:14:03 +0000
commit573ab24357297976fb4ed2efa2607988dfc422f0 (patch)
tree6109b381bf8a28105dab3845187b9a34c6529b0e /TROUBLESHOOTING
parentee4ca44b196448e23770a9de530c26f561ac954a (diff)
downloadlibgpod-tmz-573ab24357297976fb4ed2efa2607988dfc422f0.tar.gz
libgpod-tmz-573ab24357297976fb4ed2efa2607988dfc422f0.tar.xz
libgpod-tmz-573ab24357297976fb4ed2efa2607988dfc422f0.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
Diffstat (limited to 'TROUBLESHOOTING')
-rw-r--r--TROUBLESHOOTING17
1 files changed, 14 insertions, 3 deletions
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