summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-06-18 16:16:31 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-06-18 16:16:31 +0000
commitb7f88dc56d250b8b0985b478dc77494c1511fee4 (patch)
tree2c34ab5aadb1c358aa1c6239c37d0a7bd4df2eb6
parent5654703f44159a1a45c6d0043d097ff9e7fa2056 (diff)
downloadlibgpod-tmz-libgpod-0.5.0.tar.gz
libgpod-tmz-libgpod-0.5.0.tar.xz
libgpod-tmz-libgpod-0.5.0.zip
add some notes about updating to TROUBLESHOOTING from trunklibgpod-0.5.0
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/tags/V0_5_0@1560 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog4
-rw-r--r--TROUBLESHOOTING13
2 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77f5b79..651d1ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-18 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * TROUBLESHOOTING: comment concerning namespace cleanup
+
2007-06-17 Todd Zullinger <tmzullinger at users.sourceforge.net>
* configure.ac:
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
+
+------------------------------------------------------------
+