-
The compiler complains about "incomplete type" for various structs in the db-itunes-parser.h header. The reason is that various types contain array declarations which don't specify a size (typically padding[]).
The following patch removes those padding elements completely and changes all instances of string[] to string*. This makes the compiler run complete successfully. I haven't actually...
2008-03-29 16:18:19 UTC in GUI for iPod using GTK2 (gtkpod)
-
Or actually, flac does, but the stream test does not.
2006-12-11 17:14:56 UTC in FLAC-Free Lossless Audio Codec
-
Thanks guys! Looking forward to the next release...
2006-11-27 18:41:57 UTC in ScummVM
-
Since 0.9.0, scummvm no longer builds with gcc 2.95. It would be nice if this was restored.
See http://sourceforge.net/tracker/index.php?func=detail&aid=1602835&group_id=37116&atid=418820 for a partial build log that shows the error.
2006-11-25 23:04:25 UTC in ScummVM
-
The problem isn't my OS (Linux), but the fact that the gcc people make their product iterations ABI-incompatible and thus make upgrading a system a real pain...
2006-11-25 22:14:29 UTC in ScummVM
-
scummvm 0.9.0 and 0.9.1 both fail to build with gcc 2.95. Find attached the relevant extracts from the build log for 0.9.1.
2006-11-25 21:31:05 UTC in ScummVM
-
farsight 0.1.10 is not C89-compliant and thus cannot be built with older compilers like gcc 2.95. The attached patch fixes that.
(as an aside: Is this the correct place to file farsight bugs. the web site is awfully silent about that)
2006-11-23 18:15:10 UTC in FarSight
-
Another patch for C89 compliance.
2006-08-13 10:53:01 UTC in Geany
-
Yet another fix for 0.7.1. This one fixes a crash on
startup (in scintilla).
2006-07-25 17:54:11 UTC in Geany