summaryrefslogtreecommitdiffstats
path: root/TROUBLESHOOTING
diff options
context:
space:
mode:
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.