Building gtkpod-0.8.5

Joseph E. Sacco, Ph.D. joseph_sacco at comcast.net
Wed Jan 19 07:26:36 MST 2005


Found a small problem when building gtkpod-0.8.5

	http://gtkpod.sourceforge.net

There was an issue with the order in which include files appeared in the
file 

	./src/mp4file.c.  

I exchanged emails with the author of the package, Jorg Schuler.

The fix is shown below:

--- src/mp4file.c       2005-01-19 09:16:29.965954968 -0500
+++ src/mp4file.c-      2005-01-16 21:13:50.000000000 -0500
@@ -26,6 +26,10 @@
 |  $Id: mp4file.c,v 1.18 2004/08/06 20:22:27 quirk_fr Exp $
 */
                                                                                                
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "charset.h"
 #include "itunesdb.h"
 #include "misc.h"
@@ -132,10 +136,6 @@
 #include <string.h>
 #include "mp4.h"
                                                                                                
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 Track *mp4_get_file_info (gchar *mp4FileName)
 {
     Track *track = NULL;


-Joseph

-- 
joseph_sacco[at]comcast[dot]net



More information about the yellowdog-general mailing list