Re: Glib-Object-Introspection on Windows

2015-05-17 Thread Daniel Kasak
Thanks a LOT for the quick response Torsten. My Windows VM is sitting @ home, waiting for me to try out your patch. I tried connecting from work, but my connection isn't fast enough to make it feasible :/ Dan On Mon, May 18, 2015 at 3:56 AM, Torsten Schoenfeld wrote: > On 17.05.2015 15:34, Danie

Re: Glib-Object-Introspection on Windows

2015-05-17 Thread Torsten Schoenfeld
On 17.05.2015 15:34, Daniel Kasak wrote: > dlltool --def Introspection.def --output-exp dll.exp > [ LD blib\arch\auto\Glib\Object\Introspection\Introspection.xs.dll ] > GObjectIntrospection.o:GObjectIntrospection.c:(.text+0x4a80): undefined > referenc > e to `SvGVariant' > GObjectIntrospection.o:G

Glib-Object-Introspection on Windows

2015-05-17 Thread Daniel Kasak
Hi all. I'm trying to build GIO-0.029 on Windows. I've previously been able to build version 0.025 like this from a cmd.exe shell: set CC=gcc set GI_TYPELIB_PATH=c:\jewelkit\c\lib\girepository-1.0 Makefile.PL dmake dmake test dmake install With version 0.029, I get: C:\gtk3_build\source\Glib-Ob