Update of /cvsroot/gtkpod/libgpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv28814

Modified Files:
        ChangeLog TROUBLESHOOTING 
Log Message:
        * TROUBLESHOOTING: added a note about the 'padding[]'
          incompatibility with older versions of gcc.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -d -r1.223 -r1.224
--- ChangeLog   12 May 2007 20:01:11 -0000      1.223
+++ ChangeLog   13 May 2007 04:17:09 -0000      1.224
@@ -1,9 +1,12 @@
-2007-05-12  Todd Zullinger <tmzullinger at users.sourceforge.net>
+2007-05-10  Jorg Schuler <jcsjcs at users.sourceforge.net>
 
-       * bindings/python/gpod.i.in: treat time_t as int
+        * TROUBLESHOOTING: added a note about the 'padding[]'
+         incompatibility with older versions of gcc.
 
 2007-05-12  Todd Zullinger <tmzullinger at users.sourceforge.net>
 
+       * bindings/python/gpod.i.in: treat time_t as int
+
        * docs/reference/Makefile.am
          docs/reference/libgpod-sections.txt
          docs/reference/tmpl/device.sgml

Index: TROUBLESHOOTING
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/TROUBLESHOOTING,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- TROUBLESHOOTING     15 Jan 2007 15:14:03 -0000      1.5
+++ TROUBLESHOOTING     13 May 2007 04:17:09 -0000      1.6
@@ -46,6 +46,15 @@
 
 ------------------------------------------------------------
 
+* "array size missing in `padding'"
+
+Older versions of gcc don't seem to understand the construct. You can
+either change the 'padding[]' strings to 'padding[0]' (not tested) or
+upgrade your gcc to a more recent version (gcc-3.2 has been reported
+to work) fine.
+
+------------------------------------------------------------
+
 * Compiling for 64bit systems
 
 The current automake/autobuild setup doesn't set the correct


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to