GNOME Bugzilla – Bug 574319
Missing HAVE_PROCESS_H in win32/common/config.h
Last modified: 2009-03-06 10:51:27 UTC
HAVE_PROCESS_H should be defined in the gst-plugins-base/win32/common/config.h header. Without it, you can't compile pbutils correctly.
It's not a huge issue, I've just defined it on the command line for now.
This should hopefully fix it: commit 4d9bd60c67608000ca53ecbef5f830874b3179ea Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Fri Mar 6 10:35:01 2009 +0000 win32: indent copied *-enumtypes.c files in make win32-update commit a647aaf508c8ef9d57c957e3d8d034dca6e7bb1d Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Fri Mar 6 10:35:56 2009 +0000 win32: update MANIFEST commit aecf35b00b430780e3836b416115efadd0a8f9e8 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Fri Mar 6 10:30:28 2009 +0000 win32: fix configure logic for GST_INSTALL_PLUGINS_HELPER define commit 112aac3bdec618d1a071a89829e8e0a481d60cf7 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Fri Mar 6 10:05:11 2009 +0000 win32: update windows files via make win32-update Updates win32 files using the new system/hook, and defines HAVE_PROCESS_H, which fixes the build of pbutils on windows (#574319).