On Jan 26, 2013, at 10:37 AM, TC Meggs wrote: > > After building geary-0.2.2 from the tarball and using it for the last few > days, I was going to report a bug but thought I should see if I could > reproduce it in the current source. I did a git clone and I've run into an > issue with my make. The mentioned vapi files all appear to be in place & I > just re-built geary-0.2.2 without issue. I played around a bit with things > like XDG_DATA_DIRS and I'm still having the problem. I'm not abundantly > familiar with nuances of valac or cmake. Any pointers? I'm using valac-0.18.1 > and have XDG_DATA_DIRS set with the appropriate path. > > [ 76%] Generating .geary.stamp > error: Package `Atk-1.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GLib-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GModule-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GObject-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `Gdk-3.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GdkPixbuf-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `Gio-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `Gtk-3.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `JSCore-3.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `Pango-1.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `Soup-2.4' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `cairo-1.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `xlib-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > Compilation failed: 13 error(s), 0 warning(s)
Hi, You didn't mention what distro you're using. If you're on Ubuntu 12.04+ try installing libgirepository1.0-dev. I'm not entirely certain what this package maps to on other distros. In addition, you may need to do a make clean. - Eric _______________________________________________ Geary mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/geary
