These are bindings problems. I suspect you have old .vapi files on your system somewhere that the Vala compiler is using. (These bindings changed a while back.)
I would uninstall 0.10 and recursively scan your /usr directory for any remaining .vapi files. gexiv2 and Gee install VAPIs, so those should not be deleted, but any GDK or GLib vapis you see after that should be removed. Then reinstall 0.10.0. -- Jim On Wed, Oct 27, 2010 at 3:19 AM, Richard B. Kreckel <[email protected]>wrote: > Hi, > > I'm interested in the movie import feature and so I tried compiling the > subversion trunk on a Debian/squeeze system. I updated some packages (vala > 0.10.0, exiv2 0.2.0, GExiv2 0.2.0) but compilation failed with this: > > warning: D-Bus GLib is deprecated, use GDBus > src/WebConnectors.vala:497.74-497.88: error: The name `data' does not exist > in the context of `string?' > Soup.Buffer bindable_data = new Soup.Buffer(Soup.MemoryUse.COPY, > photo_data.data, data_length); > > ^^^^^^^^^^^^^^^ > src/LibraryWindow.vala:715.38-715.50: error: The name `NONE' does not exist > in the context of `Gdk.Atom' > if (((int) target) == ((int) Gdk.Atom.NONE)) { > ^^^^^^^^^^^^^ > Compilation failed: 2 error(s), 1 warning(s) > > Does anybody have a idea what's going on? > > -richy. > -- > Richard B. Kreckel > <http://www.ginac.de/~kreckel/ <http://www.ginac.de/%7Ekreckel/>> > _______________________________________________ > Shotwell mailing list > [email protected] > http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell > _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
