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 574319 - Missing HAVE_PROCESS_H in win32/common/config.h
Missing HAVE_PROCESS_H in win32/common/config.h
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal minor
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-05 22:38 UTC by David Hoyt
Modified: 2009-03-06 10:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Hoyt 2009-03-05 22:38:53 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.
Comment 1 David Hoyt 2009-03-05 22:39:28 UTC
It's not a huge issue, I've just defined it on the command line for now.
Comment 2 Tim-Philipp Müller 2009-03-06 10:51:27 UTC
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).