diff options
author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-06-18 15:55:10 +0000 |
---|---|---|
committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-06-18 15:55:10 +0000 |
commit | 4c14b11f14ce87d3060e8dcf56f86fc9d4257d55 (patch) | |
tree | 2c34ab5aadb1c358aa1c6239c37d0a7bd4df2eb6 | |
parent | ecf834b7510472e9e128f3e57bbbc87b15daa20d (diff) | |
download | libgpod-4c14b11f14ce87d3060e8dcf56f86fc9d4257d55.tar.gz libgpod-4c14b11f14ce87d3060e8dcf56f86fc9d4257d55.tar.xz libgpod-4c14b11f14ce87d3060e8dcf56f86fc9d4257d55.zip |
* TROUBLESHOOTING: comment concerning namespace cleanup
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1559 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | TROUBLESHOOTING | 13 |
2 files changed, 17 insertions, 0 deletions
@@ -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 + +------------------------------------------------------------ + |