diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-19 14:44:12 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-19 14:44:12 +0000 |
| commit | e3dee2af6d0042d735571f2dfa492204fb22b505 (patch) | |
| tree | 2c25b532592dc5c8e71964205f9a098c908f5c89 /TROUBLESHOOTING | |
| parent | c9541eccb8273860ff556101f9d21b07315c15cb (diff) | |
| download | libgpod-e3dee2af6d0042d735571f2dfa492204fb22b505.tar.gz libgpod-e3dee2af6d0042d735571f2dfa492204fb22b505.tar.xz libgpod-e3dee2af6d0042d735571f2dfa492204fb22b505.zip | |
* configure.ac: print warning and hint if ./mkinstalldirs is not
created (incompatibility between automake > 1.8 and all gettext
at least up to 0.14.4.
* TROUBLESHOOTING: added tips for missing ./mkinstalldirs and
po/Makefile.in.in
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1125 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'TROUBLESHOOTING')
| -rw-r--r-- | TROUBLESHOOTING | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING index 9a1670c..0f27ef6 100644 --- a/TROUBLESHOOTING +++ b/TROUBLESHOOTING @@ -1,5 +1,5 @@ -Possible errors: ----------------- +Possible problems: +------------------ * If you get an error stating @@ -14,6 +14,7 @@ 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" @@ -26,6 +27,24 @@ will do that for you. ------------------------------------------------------------ + +* "/bin/sh: ../mkinstalldirs: No such file or directory" + +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... + +Do a 'locate gettext/mkinstalldirs' and copy it over, then run +./autogen.sh again for good measure. + +------------------------------------------------------------ + +* "config.status: error: cannot find input file: po/Makefile.in.in" + +Upgrade intltool. 0.33 seems to work. + +------------------------------------------------------------ + * Compiling for 64bit systems The current automake/autobuild setup doesn't set the correct @@ -36,5 +55,7 @@ installation prefix is '/opt/gnome' use the following: ./autogen.sh --prefix=/opt/gnome --enable-libsuffix=64 --libdir=/opt/gnome/lib6 - 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) |
