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 568828 - gstfilesrc won't build under MingW32
gstfilesrc won't build under MingW32
Status: RESOLVED DUPLICATE of bug 568632
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.22
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-23 12:06 UTC by Michael Sheldon
Modified: 2009-01-23 17:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to make gstfilesrc build with mingw32 (430 bytes, patch)
2009-01-23 12:07 UTC, Michael Sheldon
none Details | Review

Description Michael Sheldon 2009-01-23 12:06:19 UTC
When building gstreamer from within MingW32 the build will fail with the following errors:

gstfilesrc.c: In function `gst_file_src_get_size':
gstfilesrc.c:940: error: storage size of 'stat_results' isn't known
gstfilesrc.c:951: warning: implicit declaration of function `_fstat64'
gstfilesrc.c:940: warning: unused variable `stat_results'
gstfilesrc.c: In function `gst_file_src_start':
gstfilesrc.c:970: error: storage size of 'stat_results' isn't known
gstfilesrc.c:970: warning: unused variable `stat_results'

 Attached is a simple patch which should fix the problem.
Comment 1 Michael Sheldon 2009-01-23 12:07:00 UTC
Created attachment 127085 [details] [review]
Patch to make gstfilesrc build with mingw32
Comment 2 David Schleef 2009-01-23 17:37:41 UTC

*** This bug has been marked as a duplicate of 568632 ***