From: Lyle Johnson Date: 2004-12-03T01:35:27+09:00 Subject: Re: FXRuby-1.2.2 fails to compile On Fri, 3 Dec 2004 00:01:38 +0900, Stefan Lang wrote: > I compiled and installed fox-1.2.11 on my SUSE-Linux machine... but gcc fail with the following message: As Kevin noted, this is a known problem that I plan to resolve in the next release. (It will presumably break builds for FXRuby 1.0.29 as well.) The declaration for Ruby's st_foreach() function changed in the latest preview release for Ruby 1.8.2 and that is the source of the breakage. To be fair, st_foreach() isn't really a part of the "public" C API for Ruby and so I shouldn't have been relying on its stability. Live and learn. ;)