summaryrefslogtreecommitdiffstats
path: root/TROUBLESHOOTING
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-11 07:02:45 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-11 07:02:45 +0000
commitb37c027677204b0052dd98b209edea6cb65cd8f7 (patch)
tree995f10a8d56d22860bb66e2cd9a5915c01e25a8a /TROUBLESHOOTING
parenta7000d04f4310238af81dba4734807ac55015e81 (diff)
downloadlibgpod-tmz-b37c027677204b0052dd98b209edea6cb65cd8f7.tar.gz
libgpod-tmz-b37c027677204b0052dd98b209edea6cb65cd8f7.tar.xz
libgpod-tmz-b37c027677204b0052dd98b209edea6cb65cd8f7.zip
Some hints for troubleshooting and installation from CVS
Replaced autogen.sh to avoid gnome-common dependency. Changed configure.ac to work with new autogen.sh. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1084 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'TROUBLESHOOTING')
-rw-r--r--TROUBLESHOOTING25
1 files changed, 25 insertions, 0 deletions
diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING
new file mode 100644
index 0000000..04a9ab2
--- /dev/null
+++ b/TROUBLESHOOTING
@@ -0,0 +1,25 @@
+Possible errors:
+----------------
+
+* If you get an error stating
+
+"possibly undefined macro: AC_PROG_INTLTOOL"
+
+when running ./autogen.sh you need to install the "intltool"
+package. On Debian
+
+"apt-get install intltool"
+
+will do that for you.
+
+
+
+* If you get an error stating
+
+"checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool"
+
+you need to install the libxml-parser package. On Debian
+
+"apt-get install libxml-parser-perl"
+
+will do that for you.