Re: [Vala] Collection Object not in libgee?



On Sun, 2009-01-04 at 02:16 -0200, Gabriel Falcão wrote:
Hi Folks!

Introducing "gonnadown"

Hi!


Can anyone say what I've done wrong ?

As Ildar has already said use the "public" gee library.
The one included and listed in the vala vapi is just for the vala
compiler itself.

In other words just change your src/Makefile.am line from:

VALA_PACKAGES = --pkg gobject-2.0 --pkg vala-1.0 --pkg libsoup-2.4 --pkg
json-glib-1.0

to

VALA_PACKAGES = --pkg gobject-2.0 --pkg libsoup-2.4 --pkg json-glib-1.0
--pkg gee-1.0

Bye and happy new year to all,

Andrea





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