GNOME Bugzilla – Bug 541384
cross mingw32 gcc: making goom compile
Last modified: 2008-07-03 19:31:47 UTC
When trying to compile -good from a linux box and mingw32 gcc, goom does not compile. It uses bzero() and random() which are not part of the windows libc. I've merely replaced bzero() by memset() and random() by rand() (srand() is called at goom initialization) I've split the patch in two part as you might want another solution for the random() part.
Created attachment 113914 [details] [review] replace bzero by memset
Created attachment 113915 [details] [review] replace random() by rand()
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of 529692 ***