summaryrefslogtreecommitdiffstats
path: root/TROUBLESHOOTING
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2007-06-18 15:55:10 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2007-06-18 15:55:10 +0000
commit05231bcd762ea6a47f2ee92bb9ec0a2e78dada37 (patch)
tree2c34ab5aadb1c358aa1c6239c37d0a7bd4df2eb6 /TROUBLESHOOTING
parent31c80bb48431356db318b82fbfc012256372d980 (diff)
downloadlibgpod-tmz-05231bcd762ea6a47f2ee92bb9ec0a2e78dada37.tar.gz
libgpod-tmz-05231bcd762ea6a47f2ee92bb9ec0a2e78dada37.tar.xz
libgpod-tmz-05231bcd762ea6a47f2ee92bb9ec0a2e78dada37.zip
* TROUBLESHOOTING: comment concerning namespace cleanup
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1559 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'TROUBLESHOOTING')
-rw-r--r--TROUBLESHOOTING13
1 files changed, 13 insertions, 0 deletions
diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING
index 6a4c1b1..7de25da 100644
--- a/TROUBLESHOOTING
+++ b/TROUBLESHOOTING
@@ -1,6 +1,16 @@
Possible problems:
------------------
+* Compilation of applications that compiled fine with libgpod 0.4.2
+ fail with libgpod 0.5.0 or later because of unknown symbols.
+
+With version 0.5.0 of libgpod the namespace has been cleaned up. All
+exported symbols now start with either ITDB or Itdb. Applications
+using the old symbols will have to be adapted. Please see the
+ChangeLog entry from 27 April 2007 for details on the renaming.
+
+------------------------------------------------------------
+
* If you get an error stating
"possibly undefined macro: AC_PROG_INTLTOOL"
@@ -79,3 +89,6 @@ On Debian the following packages are required:
python (e.g. python2.4)
python-dev (e.g. python2.4-dev)
python-eye3D
+
+------------------------------------------------------------
+