diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-10-15 15:08:36 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-10-15 15:08:36 +0000 |
| commit | f4a853714f5adf825a6b4f8fdb5e68f97da119cb (patch) | |
| tree | b2f86ae6fecadb721283888d54ee9fa7e47452cf /TROUBLESHOOTING | |
| parent | 90f1b67149d65539c09f49ed93d59c2b51194dfe (diff) | |
* 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. |
