GNOME Bugzilla – Bug 509766
generated win32/common/config.h miss some defines
Last modified: 2008-01-16 16:11:38 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
you mean config.h.in ?
Yes, as config.h is generated from config.h.in
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.
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