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 316075 - MinGW compilation: undefined Glib functions
MinGW compilation: undefined Glib functions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal normal
: NONE
Assigned To: Thomas Vander Stichele
GStreamer Maintainers
Depends on:
Blocks: 316073
 
 
Reported: 2005-09-12 12:53 UTC by Michal Benes
Modified: 2005-12-23 14:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make output (862.69 KB, text/plain)
2005-11-22 15:15 UTC, Michal Benes
Details

Description Michal Benes 2005-09-12 12:53:43 UTC
Shared libraries are not linked against $(GLIB_LIBS). Compilation fails, since
undefined symbols in shared libraries are not allowed in Windows.

this problem can be easily workarounded by definining 
LDFLAGS=`pkg-config --libs glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0`
but this not a clean solution.
Comment 1 Thomas Vander Stichele 2005-11-14 16:36:46 UTC
Michal,

could you be more specific ? Which ?
Comment 2 Michal Benes 2005-11-15 08:39:28 UTC
Hello Thomas,

thank you, that you are solving the MinGW compilation issues. We are just hiring
a new person responsible for the MinGW port. He should give you the necessary
info and do the testing soon.
Comment 3 Michal Benes 2005-11-22 15:15:03 UTC
Created attachment 55088 [details]
make output

This is the error output from make command for gstreamer core. We will try to
gvie some more details and perhaps a patch soon.
Comment 4 Michal Benes 2005-12-12 12:47:54 UTC
I do not know exacly when this was fixed, but we do not have a problem with our
latest builds. Sorry, this was not a well specified bug.

Thanks :-)