On 2003-06-17 at 10:44 +0200, Frank de Lange wrote:
On Tue, Jun 17, 2003 at 10:10:22AM +0200, Andreas Schweitzer wrote:
- On my FreeBSD 4.8 system with gcc version 2.95.4 I need to move one line to make it compile like :
Yeah, the code needs some cleanup still. I'll go through it for the next patch, and try it on FreeBSD as well.
That particular problem wasn't caused by FreeBSD. It's because the code made use of a C99 feature, allowing variables to be declared anywhere, not just at the head of a function. If you're using gcc 3.<something>, then you can use "gcc -std=c89" to ensure conformance to the older standard. It _should_ highlight issues like this one. HTH, -- 2001: Blogging invented. Promises to change the way people bore strangers with banal anecdotes about their pets. <http://www.thelemon.net/issues/timeline.php>