From 05231bcd762ea6a47f2ee92bb9ec0a2e78dada37 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Mon, 18 Jun 2007 15:55:10 +0000 Subject: * TROUBLESHOOTING: comment concerning namespace cleanup git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1559 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 4 ++++ TROUBLESHOOTING | 13 +++++++++++++ 2 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 77f5b79..651d1ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-18 Jorg Schuler + + * TROUBLESHOOTING: comment concerning namespace cleanup + 2007-06-17 Todd Zullinger * 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 + +------------------------------------------------------------ + -- cgit