diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-15 15:08:36 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-15 15:08:36 +0000 |
| commit | 74bfe09abb0ba84799d324de82ebdd1168ee0011 (patch) | |
| tree | b2f86ae6fecadb721283888d54ee9fa7e47452cf /TROUBLESHOOTING | |
| parent | 26607a3dfc37622a0303cfbb9b854378cb72158f (diff) | |
| download | libgpod-74bfe09abb0ba84799d324de82ebdd1168ee0011.tar.gz libgpod-74bfe09abb0ba84799d324de82ebdd1168ee0011.tar.xz libgpod-74bfe09abb0ba84799d324de82ebdd1168ee0011.zip | |
* src/itdb_itunesdb.c,itdb_private.h: fixes for 64 bit systems
* src/ipod-device.c: fixes for 64 bit systems (patch provided by
Bodo Bauer)
* TROUBLESHOOTING: hint for 64 bit compilation
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1121 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'TROUBLESHOOTING')
| -rw-r--r-- | TROUBLESHOOTING | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING index 04a9ab2..9df8835 100644 --- a/TROUBLESHOOTING +++ b/TROUBLESHOOTING @@ -13,7 +13,7 @@ package. On Debian 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" @@ -23,3 +23,12 @@ you need to install the libxml-parser package. On Debian "apt-get install libxml-parser-perl" will do that for you. + + +------------------------------------------------------------ +* When compiling for AMD64 bit add the following options when calling + ./autogen.sh (or ./configure): + +./autogen.sh --prefix=/opt/gnome --enable-libsuffix=64 --libdir=/opt/gnome/lib64 + +You may have to adjust --libdir according to your system. |
