summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--TROUBLESHOOTING9
2 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 416c471..cb6abeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING
index 8f5b82d..6a4c1b1 100644
--- a/TROUBLESHOOTING
+++ b/TROUBLESHOOTING
@@ -46,6 +46,15 @@ Upgrade intltool. 0.33 seems to work.
------------------------------------------------------------
+* "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