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 316165 - MinGW compilation: regexp.h dependency problem
MinGW compilation: regexp.h dependency problem
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal normal
: NONE
Assigned To: Thomas Vander Stichele
GStreamer Maintainers
Depends on:
Blocks: 316073
 
 
Reported: 2005-09-13 09:41 UTC by Michal Benes
Modified: 2005-12-23 14:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michal Benes 2005-09-13 09:41:45 UTC
Regexp.h is not a part of libc which comes with MinGW. Since subparse depends on
this library, it should be checked whether this library exists in the system
(alternatively, subparse can be disabled in mingw).

Sidenote:
I was trying to get and compile regexp from GNU ftp archive. However, I was not
able to compile it as standalone DLL (this is surely lack of my Windows skills).
So this not a matter of simple make; make install
Comment 1 Michal Benes 2005-10-14 16:16:29 UTC
May be, disabling subparse is the best option for now. It can be done the same
way as in the proposed patch to bug #316166
http://bugzilla.gnome.org/show_bug.cgi?id=316166
Surely, there are better solutions but we want to get GStreamer bildable on
Windows "out of the box" soon to attract more develepers.
Comment 2 Michal Benes 2005-12-12 12:52:17 UTC
This do not seem to be a problem with our latest builds.