gtk+ 3.2+ uuid conflicting when build by mingw-w64
- From: Dongsheng Song <dongsheng song gmail com>
- To: gtk-list gnome org
- Subject: gtk+ 3.2+ uuid conflicting when build by mingw-w64
- Date: Sat, 4 May 2013 23:56:27 +0800
In the gtk/Makefile.am file, gtk+ forced link libuuid:
libgtk_3_la_LDFLAGS += -Wl,-luuid
But in the file gdk/win32/gdkdnd-win32.c, gtk+ forced uuid initialization:
#define INITGUID
Then we got lots of FOLDERID_* redefined errors when link.
I think '#define INITGUID' should be replaced with '#undef INITGUID'.
Regards,
Dongsheng
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]