Re: make glib-2.29.16 fails on codegen_main.py

2011-08-17 Thread George Brink
On 8/16/2011 3:31 PM, Dieter Verfaillie wrote: You seem to be hitting the same stuff I have already encountered, so you might also be interested in my windows branch here: https://github.com/dieterv/glib/tree/windows Yes, I am trying to build GTK+3 on Windows... without any luck for now. Your

make glib-2.29.16 fails on codegen_main.py

2011-08-16 Thread George Brink
Environment: WinXP, MinGW+MSYS, Python 2.7 make[6]: Entering directory `/c/Dev/gtk+/glib-2.29.16/gio/tests/gdbus-object-manager-example' GEN gdbus-example-objectmanager-generated-org.gtk.GDBus.Example.ObjectManager.Animal.xml Traceback (most recent call last): File

Unable to compile glib 2.29.12 in MinGW/MSYS

2011-08-10 Thread George Brink
My environment: MinGW+MSYS on WinXP/SP3. make fails on glib/gatomic.c: Creating library file: .libs/libglib-2.0.dll.a .libs/gatomic.o: In function `g_atomic_int_get': C:\dev\glib-2.29.12\glib/gatomic.c:473: undefined reference to `MemoryBarrier' .libs/gatomic.o: In function

Re: Unable to compile glib 2.29.12 in MinGW/MSYS

2011-08-10 Thread George Brink
On 8/10/2011 4:51 PM, Dieter Verfaillie wrote: Quoting George Brink siberian...@yahoo.com: My environment: MinGW+MSYS on WinXP/SP3. make fails on glib/gatomic.c: That's https://bugzilla.gnome.org/show_bug.cgi?id=652827 I'm using the patch proposed in comment 4 until a proper solution is found