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 509766 - generated win32/common/config.h miss some defines
generated win32/common/config.h miss some defines
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Windows
: Normal blocker
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-15 22:05 UTC by Sebastien Moutte
Modified: 2008-01-16 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (3.09 KB, patch)
2008-01-16 16:01 UTC, Tim-Philipp Müller
committed Details | Review

Description Sebastien Moutte 2008-01-15 22:05:37 UTC
Define of the following are missing in the auto generated config.h :
HAVE_VIDEO_ORIENTATION_INTERFACE
PYGST_MAJOR_VERSION
PYGST_MINOR_VERSION
PYGST_MICRO_VERSION
PYGST_NANO_VERSION
Thanks,
Sebastien
Comment 1 Edward Hervey 2008-01-16 12:36:34 UTC
you mean config.h.in ?
Comment 2 Sebastien Moutte 2008-01-16 14:36:19 UTC
Yes, as config.h is generated from config.h.in
Comment 3 Tim-Philipp Müller 2008-01-16 16:01:13 UTC
Created attachment 103000 [details] [review]
patch

Patch which seems to make things work for me. Need to re-run autogen.sh.

Also added HAVE_PLUGINS_INSTALL and a few others.
Comment 4 Edward Hervey 2008-01-16 16:11:38 UTC
Fixed, new config.h will be available in next pre-release (or generate it yourself by running autogen.sh on a compatible system).

2008-01-16  Tim-Philipp Müller  <tim at centricular dot net>

        Reviewed by : Edward Hervey  <edward.hervey@collabora.co.uk>
        * configure.ac:
        * win32/common/config.h.in:
        Fix symbol generation for win32.
        Fixes #509766