Re: [Vala] Vapigen errors?



On Sat, May 9, 2009 at 3:45 PM, Jürg Billeter <j bitron ch> wrote:
Hi,

On Sat, 2009-05-09 at 15:06 +0200, Robert Palmqvist wrote:
> someuser 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
versions. Make sure you have only one version installed,
fix /etc/ld.so.conf, and/or set LD_LIBRARY_PATH.

Jürg


Thanks Jũrg, that was my initial thought based on the following posts; [1] & [2]. It looks like I'm running into a similar situation but I can't figure out why. I could "buy" the warning about GeeCollectionObject if I only could verify that I got different versions indeed (but I can't, see dump below). Any other thoughts?

someuser somehost:~$ vapigen --version
Vala API Generator 0.7.1

someuser somehost:~$ aptitude show libvala0
Package: libvala0
State: installed
Automatically installed: yes
Version: 0.7.1-1~vala1.9.04
Priority: optional
Section: libs
Maintainer: Maintainers of Vala packages <pkg-vala-maintainers lists alioth debian org>
Uncompressed Size: 2015k
Depends: libc6 (>= 2.3.4), libglib2.0-0 (>= 2.16.0)
...

someuser somehost:~$ aptitude show libvala-dev
Package: libvala-dev
State: installed
Automatically installed: no
Version: 0.7.1-1~vala1.9.04
Priority: optional
Section: libdevel
Maintainer: Maintainers of Vala packages <pkg-vala-maintainers lists alioth debian org>
Uncompressed Size: 508k
Depends: libvala0 (= 0.7.1-1~vala1.9.04), libglib2.0-dev (>= 2.10.0)
...


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]