After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 541384 - cross mingw32 gcc: making goom compile
cross mingw32 gcc: making goom compile
Status: RESOLVED DUPLICATE of bug 529692
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Windows
: Normal minor
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-03 12:04 UTC by Damien Lespiau
Modified: 2008-07-03 19:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
replace bzero by memset (908 bytes, patch)
2008-07-03 12:05 UTC, Damien Lespiau
committed Details | Review
replace random() by rand() (533 bytes, patch)
2008-07-03 12:06 UTC, Damien Lespiau
committed Details | Review

Description Damien Lespiau 2008-07-03 12:04:14 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.
Comment 1 Damien Lespiau 2008-07-03 12:05:32 UTC
Created attachment 113914 [details] [review]
replace bzero by memset
Comment 2 Damien Lespiau 2008-07-03 12:06:05 UTC
Created attachment 113915 [details] [review]
replace random() by rand()
Comment 3 Sebastian Dröge (slomo) 2008-07-03 19:31:47 UTC
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 ***