Re: Introspecting Pango

2012-09-13 Thread Mike Dupont
On Thu, Sep 13, 2012 at 8:48 PM, John Ralls wrote: > > On Sep 13, 2012, at 10:56 AM, Mike Dupont > wrote: > > > see this example: > > https://mail.gnome.org/archives/commits-list/2012-August/msg00770.html > > > > it seems that you are missing the name attr

Re: Introspecting Pango

2012-09-13 Thread Mike Dupont
see this example: https://mail.gnome.org/archives/commits-list/2012-August/msg00770.html it seems that you are missing the name attribute. mike On Tue, Sep 11, 2012 at 8:41 PM, John Ralls wrote: > I'm trying to make Pango introspect on OSX, and The following defines are > giving me trouble: >

Re: Some questions regarding GObject-Introspection

2012-07-22 Thread Mike Dupont
Hi there, please provide a call stack. mike On Thu, Jul 19, 2012 at 5:28 AM, Fan Chun-wei wrote: > Hi, > > I was trying to build G-I on Windows using MSVC, and managed to get the > GLib-2.0.gir file to be built by g-ir-scanner (used the gcc preprocessor as > MSVC does not accept input from stdin

Re: linking to libgirepository_internals.a

2012-03-24 Thread Mike Dupont
On Thu, Mar 22, 2012 at 3:33 PM, Colin Walters wrote: > The best thing would probably be to fold them all into > libgirepository-1.0.la. Ok, I have attempted that, there is only one issue with the GLogLevelFlags logged_levels; It is used in only one place, and set from the compiler. I tried to en

linking to libgirepository_internals.a

2012-03-20 Thread Mike Dupont
Hi there, Trying to add tests to the gobject-introspection test suite to cover more of the functions and learn about the code. wanted to create a simple test to create an object from the libgirepository_internals.a but having problems linking, wondering if anyone can give me some advice on this ?

Waiting for moderation

2012-03-20 Thread Mike Dupont
Hi there, I have been waiting since the weekend for moderation, here is my question I posted it to stackoverflow http://stackoverflow.com/questions/9756571/gobjectintrospection-linking-to-libgirepository-internals-and-libgirepository-1 basically I would like to link against the internal libgirepos

In function `serialize_type': /gobject-introspection/girepository/girnode.c:1198: undefined reference to `g_type_tag_to_string'

2012-03-19 Thread Mike Dupont
Hi there, Trying to add tests to the gobject-introspection test suite to cover more of the functions and learn about the code. wanted to create a simple test to create an object from the libgirepository_internals.a but having problems linking, wondering if anyone can give me some advice on this ?