Re: [Vala] Vapigen errors?

2009-05-10 Thread Robert Palmqvist
Whahoo, it worked! I already tried the libexif.metadata file but I must have gotten it wrong the first time (I only had one of them in there but got the same error for all 3 of them so I assumed it was not the way to go, maybe I got the syntax wrong and used Exif.Content.priv hidden="1" or somethin

Re: [Vala] Vapigen errors?

2009-05-10 Thread Travis Watkins
On Sun, May 10, 2009 at 3:33 AM, Robert Palmqvist wrote: > > > On Sun, May 10, 2009 at 9:32 AM, Robert Palmqvist > wrote: >> >> There is a typedef for "_ExifContentPrivate" but I can't find it defined >> anywhere. It's the same for "_ExifDataPrivate" in "exif-data.h" and >> "_ExifEntryPrivate" in

Re: [Vala] Vapigen errors?

2009-05-10 Thread Robert Palmqvist
On Sun, May 10, 2009 at 9:32 AM, Robert Palmqvist wrote: > > There is a typedef for "_ExifContentPrivate" but I can't find it defined > anywhere. It's the same for "_ExifDataPrivate" in "exif-data.h" and > "_ExifEntryPrivate" in "exif-entry.h"... > > Anyone got a solution? I have found the defin

Re: [Vala] Vapigen errors?

2009-05-10 Thread Robert Palmqvist
I am trying to figure this last one out so I went trough the libexif header files in search for the "ContentPrivate", "DataPrivate" and "EntryPrivate" generating the errors... someu...@somehost:~$ grep -i 'ContentPrivate' /usr/include/libexif/*.h /usr/include/libexif/exif-content.h:typedef struct

Re: [Vala] Vapigen errors?

2009-05-09 Thread Robert Palmqvist
On Sun, May 10, 2009 at 12:05 AM, Robert Palmqvist wrote: > On Sat, May 9, 2009 at 3:45 PM, Jürg Billeter wrote: > >> Hi, >> >> On Sat, 2009-05-09 at 15:06 +0200, Robert Palmqvist wrote: >> > someu...@somehost:~$ vapigen --library libexif libexif/libexif.gi >> > >> > (vapigen:23894): GLib-GObjec

Re: [Vala] Vapigen errors?

2009-05-09 Thread Jürg Billeter
On Sun, 2009-05-10 at 00:05 +0200, Robert Palmqvist wrote: > On Sat, May 9, 2009 at 3:45 PM, Jürg Billeter wrote: > This looks as if you're mixing vapigen and libvala of > different > versions. Make sure you have only one version installed, > fix /etc/ld.so.conf, an

Re: [Vala] Vapigen errors?

2009-05-09 Thread Robert Palmqvist
On Sat, May 9, 2009 at 3:45 PM, Jürg Billeter wrote: > Hi, > > On Sat, 2009-05-09 at 15:06 +0200, Robert Palmqvist wrote: > > someu...@somehost:~$ vapigen --library libexif libexif/libexif.gi > > > > (vapigen:23894): GLib-GObject-WARNING **: cannot register existing > > type `GeeCollectionObject'

Re: [Vala] Vapigen errors?

2009-05-09 Thread Michael 'Mickey' Lauer
On Saturday 09 May 2009 15:38:15 Robert Palmqvist wrote: > > Now you made me curious... which ones? > > I really don't want to point fingers or start a "my language is better than > yours" type of flame war but you asked for it so... My main concerns are > Java and C#. It's not as much the language

Re: [Vala] Vapigen errors?

2009-05-09 Thread Jürg Billeter
Hi, On Sat, 2009-05-09 at 15:06 +0200, Robert Palmqvist wrote: > someu...@somehost:~$ vapigen --library libexif libexif/libexif.gi > > (vapigen:23894): GLib-GObject-WARNING **: cannot register existing > type `GeeCollectionObject' This looks as if you're mixing vapigen and libvala of different v

Re: [Vala] Vapigen errors?

2009-05-09 Thread Robert Palmqvist
On Sat, May 9, 2009 at 3:17 PM, Michael 'Mickey' Lauer < mic...@vanille-media.de> wrote: > On Saturday 09 May 2009 15:06:59 Robert Palmqvist wrote: > > Hi everyone, this is my first post to this mailing list so let me take > the > > opportunity to thank you all for a new and existing language > >

Re: [Vala] Vapigen errors?

2009-05-09 Thread Michael 'Mickey' Lauer
On Saturday 09 May 2009 15:06:59 Robert Palmqvist wrote: > Hi everyone, this is my first post to this mailing list so let me take the > opportunity to thank you all for a new and existing language Guess you meant "exciting" here ;) > (compared to > some other bloated hogs that never managed to ca

[Vala] Vapigen errors?

2009-05-09 Thread Robert Palmqvist
Hi everyone, this is my first post to this mailing list so let me take the opportunity to thank you all for a new and existing language (compared to some other bloated hogs that never managed to catch my attention even though the rest of the world seems to find it best things since sliced bread)! A