diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | TROUBLESHOOTING | 9 |
2 files changed, 14 insertions, 2 deletions
@@ -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 |